summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [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
| * add Download logfile button to admin settingsGeorg Ehrke2015-01-079-50/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add logSettingsController add download logfile button move getEntries to LogSettingsController move set log level to logsettingscontroller.php add warning if logfile is bigger than 100MB add unit test for set log level fix typecasting, add new line at EoF show log and logfile download only if log_type is set to owncloud add unit test for getFilenameForDownload
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-0860-60/+2
| |
* | Merge pull request #12687 from owncloud/auto-escape-t-placeholdersMorris Jobke2015-01-071-1/+1
|\ \ | | | | | | Auto escape t placeholders
| * | Autoescape of placeholders in t() and p() - for JSMorris Jobke2015-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | * add disableEscape parameter to disable this functionality * drop usage of escapeHTML() that is now done inside t() * add unit test for escaped and not escaped placeholder * proper JSDoc
* | | Fix incorrect warning about setting the overwrite.cli.urlJoas Schilling2015-01-072-6/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-072-0/+2
| | |
* | | Fix group select autocompleteRobin Appelman2015-01-061-16/+12
|/ /
* | fixing wrong usage of license vs licenceThomas Müller2015-01-062-3/+10
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-0512-16/+152
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-044-32/+126
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-032-12/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-024-32/+182
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-016-10/+480
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-3110-2/+158
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-294-0/+26
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-282-0/+44
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-272-0/+16
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-266-28/+132
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-252-0/+6
| |