summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-0844-42/+2
|
* Check if app is enabled instead of if class existsRobin McCorkell2015-09-071-1/+1
|
* remove spaces and empty linetflidd2015-09-071-2/+1
|
* Add documentation link php-fpmtflidd2015-09-071-1/+2
| | | | Admin-Page warning didn't have a direct link to the documentation.
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-054-0/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-042-0/+6
|
* move updater panel above version numberGeorg Ehrke2015-09-031-4/+4
|
* Merge pull request #18803 from owncloud/toggle-svgRobin Appelman2015-09-031-1/+1
|\ | | | | use SVG for toggle image on installation instead of PNG
| * use SVG for toggle image instead of PNG, fix installation and personal ↵Jan-Christoph Borchardt2015-09-031-1/+1
| | | | | | | | settings toggle
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-032-14/+80
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-022-0/+178
|
* use config.php value instead of version stringMorris Jobke2015-09-021-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-018-2/+54
|
* add english language code translationMorris Jobke2015-08-311-0/+1
|
* Merge pull request #18638 from ↵Jan-Christoph Borchardt2015-08-281-0/+9
|\ | | | | | | | | owncloud/issue-18141-sort-languages-with-names-before-code-only Sort languages with a name before those with language code only
| * Sort languages with a name before those with language code onlyJoas Schilling2015-08-281-0/+9
| |
* | Merge pull request #18598 from owncloud/proper-language-l10nJoas Schilling2015-08-282-28/+1
|\ \ | |/ |/| Add comment for language name and remove unneeded fallbacks
| * remove language code fallbacks for properly translated language namesMorris Jobke2015-08-271-28/+0
| |
| * add comment for translatorsMorris Jobke2015-08-271-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-08-286-6/+34
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-276-6/+34
|
* Remove languages which are no longer maintained on transifexThomas Müller2015-08-2610-264/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-2612-0/+74
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-2576-164/+442
|
* replace apps navigation line with whitespaceJan-Christoph Borchardt2015-08-251-1/+1
|
* Remove requesttoken for avatarsLukas Reschke2015-08-231-1/+1
| | | | First step for https://github.com/owncloud/core/issues/11915
* Merge pull request #18395 from owncloud/hide-empty-security-warningRobin McCorkell2015-08-213-0/+12
|\ | | | | [admin settings] Show success message if security warnings are empty
| * add success messageMorris Jobke2015-08-213-1/+9
| |
| * [admin settings] hide security warnings if emptyMorris Jobke2015-08-181-0/+4
| | | | | | | | * fixes #15257
* | Clear cron errors on change of background job modeMorris Jobke2015-08-201-0/+2
| | | | | | | | * fixes #18454
* | Merge pull request #18403 from owncloud/do-not-delete-group-if-emptyMorris Jobke2015-08-193-14/+2
|\ \ | | | | | | Do not delete group if empty, hide delete icon for group admin
| * | do not remove empty group in gui by jsmichag862015-08-191-11/+0
| | |
| * | hide delete icon on group for subadminsmichag862015-08-181-0/+2
| | | | | | | | | because they cannot delete a group
| * | do not remove group if it is emptymichag862015-08-181-3/+0
| |/ | | | | | | | | Sometimes an admin removes a user from a group but he needs the group. This is a big problem if a subadmin removes the last user of a group. He cannot recreate the group
* | Merge pull request #18114 from owncloud/fix-delete-user-feedbackMorris Jobke2015-08-192-12/+35
|\ \ | | | | | | [user mgnt] fix delete user feedback on failure
| * | fixing the unit testsMorris Jobke2015-08-171-2/+25
| | |
| * | [user mgnt] fix delete user feedback on failureMorris Jobke2015-08-071-10/+10
| | | | | | | | | | | | * fixes #18099
* | | Propagate auth mechanism/backend failures to filesystem layerRobin McCorkell2015-08-191-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Failure to prepare the storage during backend or auth mechanism manipulation will throw an InsufficientDataForMeaningfulAnswerException, which is propagated to StorageNotAvailableException in the filesystem layer via the FailedStorage helper class. When a storage is unavailable not due to failure, but due to insufficient data being available, a special 'indeterminate' status is returned to the configuration UI.
* | | Compatibility shims for OC_Mount_ConfigRobin McCorkell2015-08-191-4/+1
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following functions have been removed: - addMountPoint() - removeMountPoint() - movePersonalMountPoint() registerBackend() has been rewritten as a shim around BackendService, allowing legacy code to interact with the new API seamlessly addMountPoint() was already disconnected from all production code, so this commit completes the job and removes the function itself, along with disconnecting and removing related functions. Unit tests have likewise been removed. getAbsoluteMountPoints(), getSystemMountPoints() and getPersonalMountPoints() have been rewritten to use the StoragesServices
* | Merge pull request #17975 from owncloud/settings_admin_warning_levelsJan-Christoph Borchardt2015-08-183-8/+34
|\ \ | | | | | | Settings admin warning levels
| * | [Post setup checks] add proper CSSMorris Jobke2015-08-171-1/+6
| | |
| * | All setup messages are now properly typesRoeland Jago Douma2015-07-301-14/+10
| | |
| * | Allow setupchecks to specify a warning levelRoeland Jago Douma2015-07-302-7/+32
| | |
* | | also don't count group members when more than 1 ldap configs are activeArthur Schiwon2015-08-131-1/+3
| | |
* | | replace tipsys with tooltipsHendrik Leppelsack2015-08-121-6/+6
| | |
* | | Add setup check for reverse proxy header configurationRobin McCorkell2015-08-101-1/+20
| | |
* | | Merge pull request #17919 from rullzer/php_supported_checkThomas Müller2015-08-101-0/+18
|\ \ \ | | | | | | | | Display warning in security & setup warnings if php version is EOL
| * | | Display warning in security & setup warnings if php version is EOLRoeland Jago Douma2015-07-291-0/+18
| | | |
* | | | Merge pull request #13949 from rullzer/no_negative_expireVincent Petry2015-08-071-0/+7
|\ \ \ \ | |_|_|/ |/| | | Do not allow invalid default expire days
| * | | Do not allow invalid default expire daysRoeland Jago Douma2015-07-041-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently it is possible to set a negative number of days in which a public share expires. This results in public sharing not working and it undesired. Weird thing is that the API still lets you create shares and gives back an URL. However the id is "unkown" and the URL invalid.