forked from owncloud-archive/mozilla_sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
69 lines (59 loc) · 2.18 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
v1.4: 2014-02-11
* IMPORTANT: Incompatible with ownCloud 6.0.0! ownCloud 5.x and ownCloud 6.0.1 work fine.
* Added compatibility for iOS Foxbrowser app
* Added new interface and backend to store Sync email independently of ownCloud's recovery email
* Use correct precision, scale decimal type for database
* More robust URL parsing
* More lightweight HTML layout
* Less but better debug output on errors
* Improved README
v1.3.1: 2013-12-21
* Database sortindex column fix
* Fix last sync date on personal page
* Updated translations
v1.3: 2013-12-17
* LDAP authentication works now
* Show same usage/quota as Firefox browser
* Feedback for changes in admin panel
* Show installed app version in admin panel
* DB backend updates and fixes
* Updated Readme
v1.2.4: 2013-12-14
* Workaround for ownCloud database bug
* Better debug output for invalid storage requests
* Updated translations
v1.2.3: 2013-12-13
* Fix not null contraint in database
* Updated translations
v1.2.2: 2013-12-09
* Fix quota bug in ownCloud 6
* Change settings and admin page for ownCloud 6
v1.2.1: 2013-12-08
* Fix quota display in admin panel
* Improved error logging
* Updated translations
v1.2: 2013-12-05
* Restrict to group feature added to Admin Page
* Quota feature added to Admin Page
* Sync status added to Personal Page
* Delete server storage added to Personal Page
* Extended README, added manuals and documentation
* Add debug output to ownCloud log
* Remove PHP warnings from ownCloud log
* Check for duplicate email addresses
* Fix SQLite incompatability
* Updated translations
v1.1.1: 2013-11-17
* Added support for LDAP user backend (issue #23)
* Remove not-null constraint from ttl DB column
* Updated README and INSTALL files
* Updated translations
v1.1: 2013-11-14
* Added working support for Firefox on Android
* ownCloud 6.0 compatible
* Added support for quota and size queries
* Added missing output formats
* Omit unnecessary fields in response
* Other bug fixes
v1.0: 2013-03-16
* Initial version developed by Michal Jaskurzynski