summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-012-0/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-314-0/+76
|
* Check whether return is an error case before using itJoas Schilling2015-01-301-8/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-3010-4/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-2924-8/+32
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-284-0/+74
|
* Merge pull request #13636 from ↵Lukas Reschke2015-01-274-9/+69
|\ | | | | | | | | owncloud/add-warning-if-restore-of-data-is-not-possible Add value if restore of data is possible for a user
| * Add value if restore of data is possible for a userMorris Jobke2015-01-274-9/+69
| | | | | | | | | | | | | | | | | | | | | | * reason: nice to know before password change in user management * restore is possible: * encryption is disabled * encryption is enabled, admin and user has checked the restore option * if not possible: * highlight users row in red once the admin wants to change the password * show also a little tipsy
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-272-0/+6
|/
* Merge pull request #13621 from owncloud/system-config-multisetThomas Müller2015-01-261-10/+11
|\ | | | | Add a method to set/unset multiple config values with one write
| * Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling2015-01-231-10/+11
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-254-0/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-246-0/+16
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-2222-2/+60
|
* Merge pull request #13519 from Sugaroverdose/fix_#13500Thomas Müller2015-01-211-1/+2
|\ | | | | Do not clear fields until request return success in users admin page on user creation
| * do not clear fields until request return successSugaroverdose2015-01-201-1/+2
| |
* | Merge pull request #13559 from owncloud/increase-log-table-marginMorris Jobke2015-01-211-1/+4
|\ \ | | | | | | add margin to log table - fixes #13558
| * | add margin to log table - fixes #13558Morris Jobke2015-01-211-1/+4
| | |
* | | use title instead of nameMorris Jobke2015-01-211-1/+1
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2015-01-212-2/+2
|/
* Merge pull request #13494 from owncloud/windows_warningMorris Jobke2015-01-202-5/+18
|\ | | | | add a Windows warning
| * add a Windows warningFrank Karlitschek2015-01-202-5/+18
| |
* | Merge pull request #13454 from owncloud/improve-empty-displaynameJoas Schilling2015-01-201-2/+2
|\ \ | | | | | | also show message for empty display name if change of it isn't allowed
| * | also show message for empty display name if change of it isn't allowedMorris Jobke2015-01-191-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-208-2/+30
| |/ |/|
* | Merge pull request #13419 from owncloud/drop-animation-user-listThomas Müller2015-01-191-7/+0
|\ \ | | | | | | Drop the hide and show of new users in user list
| * | Drop the hide and show of new users in user listMorris Jobke2015-01-161-7/+0
| | | | | | | | | | | | | | | | | | | | | * causes the first load after the initial load to hide some users in the viewport and showing them again, but with a scrolled up viewport * causes higher load for nearly never visible effects * fixes #12962
* | | Merge pull request #13443 from owncloud/fix-filtering-for-usersThomas Müller2015-01-191-1/+1
|\ \ \ | |_|/ |/| | Fix filtering for users when $gid is empty
| * | Fix filtering for users when $gid is emptyLukas Reschke2015-01-181-1/+1
| | | | | | | | | | | | | | | | | | Previously when $gid was empty the users were not filtered at all. Rendering the search function in the user management pretty useless. Fixes itself
* | | Merge pull request #13447 from owncloud/fix_typoJoas Schilling2015-01-191-1/+1
|\ \ \ | | | | | | | | fix typo - caused by 3d997e8c62bd752f38bcc11f02fb2af0e46d9154
| * | | fix typo - caused by 3d997e8c62bd752f38bcc11f02fb2af0e46d9154Morris Jobke2015-01-181-1/+1
| |/ /
* / / [tx-robot] updated from transifexJenkins for ownCloud2015-01-192-0/+2
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-182-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-1724-18/+252
|/
* Merge pull request #13413 from owncloud/apps-cancelloadonswitchMorris Jobke2015-01-161-2/+9
|\ | | | | Cancel app list load when switching categories
| * Cancel app list load when switching categoriesVincent Petry2015-01-161-2/+9
| |
* | sorting enabled and disabled apps alphabetically - fixes #13404Thomas Müller2015-01-161-0/+16
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-162-2/+2
|
* Show mail address & display name if it is read onlyMorris Jobke2015-01-151-0/+14
| | | | | | | * gives the user the chance to verify it's mail address and display name * ref #12823 * fixes #13393
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-152-0/+62
|
* adapt decrypt all and restore/delete key backups to the new folder structure ↵Bjoern Schiessle2015-01-132-17/+6
| | | | for encryption key introduced with OC8
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-134-20/+30
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-124-4/+18
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-1110-12/+32
|
* Merge pull request #13212 from owncloud/cache-appstore-responseMorris Jobke2015-01-106-44/+75
|\ | | | | Cache responses from the AppStore server
| * Cache responses from the AppStore serverLukas Reschke2015-01-096-44/+75
| | | | | | | | | | | | | | | | | | | | Otherwise every time the AppStore was opened a lot of connections to the AppStore server were made which resulted in a terrible performance. This changeset will cache the response for a sensible time so that only the first request will be somewhat slow. Performance changes: - Loading a category took previously more than 3 seconds on my machine. Now for every follow-up request it takes less than 200ms, resulting in a performance gain of 1950% - Loading the category list took previously about 750ms - now it takes 154ms, a total performance gain of 395%
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-1026-8/+124
|/
* Fix js error in personal settings if there is no password fieldRobin Appelman2015-01-091-1/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-0924-6/+46
|
* Merge pull request #12988 from owncloud/logfile_downloadMorris Jobke2015-01-099-50/+168
|\ | | | | Logfile download