summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | | Merge pull request #18083 from owncloud/user-search-boxJan-Christoph Borchardt2015-08-074-45/+29
|\ \ \ \ | | | | | | | | | | use the main search box to filter users in user management
| * | | | use the main search box to filter users in user managementRobin Appelman2015-08-054-45/+29
| | | | |
* | | | | Merge pull request #17810 from owncloud/better-enc-warningsBernhard Posselt2015-08-062-3/+16
|\ \ \ \ \ | | | | | | | | | | | | Condense doc warnings into small section that gets showed to the user…
| * | | | | condense doc warnings into small section that gets showed to the user before ↵Bernhard Posselt2015-07-222-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enabling encryption remove share warning remove app and just write it out as feature adjust warnings reframe storage issue fix typo
* | | | | | also block certificate management in the back-end if external storages are ↵Bjoern Schiessle2015-08-042-2/+35
| | | | | | | | | | | | | | | | | | | | | | | | disabled for the user
* | | | | | only add the possibility to import ssl root certificates to the personalBjoern Schiessle2015-08-042-1/+19
| |/ / / / |/| | | | | | | | | | | | | | setting if the user can mount external storages
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-08-032-2/+2
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-08-024-0/+10
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-08-0116-0/+54
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-3196-228/+92
| | | | |
* | | | | Merge pull request #17805 from owncloud/avatar-handle-errorsRoeland Douma2015-07-312-2/+34
|\ \ \ \ \ | | | | | | | | | | | | [avatar] add error handlers for avatar setup
| * | | | | [avatar] add error handlers for avatar setupMorris Jobke2015-07-302-2/+34
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message
* | | | | Merge pull request #17994 from owncloud/server-statusRobin McCorkell2015-07-302-13/+14
|\ \ \ \ \ | |/ / / / |/| | | | correct order and capitalization of 'Server status' admin settings entry
| * | | | correct order and capitalization of 'Server status' admin settings entry, ↵Jan-Christoph Borchardt2015-07-302-13/+14
| | | | | | | | | | | | | | | | | | | | fix #17395
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-306-2/+16
| | | | |
* | | | | [admin settings] only retrieve log file size if file existsMorris Jobke2015-07-291-1/+4
|/ / / / | | | | | | | | | | | | * fixes #17467
* | | | Merge pull request #17946 from owncloud/settings-users-apprenderedforsearchboxMorris Jobke2015-07-291-0/+4
|\ \ \ \ | |_|_|/ |/| | | Trigger "apprendered" event in users page
| * | | Trigger "apprendered" event in users pageVincent Petry2015-07-291-0/+4
| | | | | | | | | | | | | | | | | | | | This will properly update the controls bar width and display the search box initially.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-2962-0/+70
| | | |
* | | | Merge pull request #17912 from owncloud/detect-old-openssl-versionsRobin McCorkell2015-07-282-2/+71
|\ \ \ \ | | | | | | | | | | Detect old NSS and OpenSSL versions
| * | | | Detect old NSS and OpenSSL versionsLukas Reschke2015-07-282-2/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will detect old NSS and OpenSSL versions and show appropriate errors in the admin interface. Fixes https://github.com/owncloud/core/issues/17901
* | | | | Add unit testsLukas Reschke2015-07-281-13/+25
| | | | |
* | | | | set logger in constructorBjoern Schiessle2015-07-281-0/+1
|/ / / /
* / / / [tx-robot] updated from transifexJenkins for ownCloud2015-07-286-0/+36
|/ / /
* | | Allow classes in <h2> tagsLukas Reschke2015-07-262-4/+4
| | | | | | | | | | | | Previously something like `<h2 class="inlineblock"><?php p($l->t('Some title')) ?></h2>` was shown as `<h2 class="inlineblock">Some title` within the sidebar instead as `Some Title` due to the fact that the regex was catching these classes but was not properly running the string replace function.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-268-4/+16
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-254-14/+24
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-2410-0/+24
| | |
* | | Merge pull request #17818 from ↵Roeland Douma2015-07-231-2/+2
|\ \ \ | | | | | | | | | | | | | | | | owncloud/fix-password-change-error-always-shows-default-error assign password change error message to correct object
| * | | assign error message to correct objectmichag862015-07-221-2/+2
| | | | | | | | | | | | fix for #17817
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-23116-266/+98
|/ / /
* | | use arrow to indicate external link, use correct quotes and capitalizationJan-Christoph Borchardt2015-07-221-2/+2
| | |
* | | make sure that there is a space between user- and admin-documentationBjoern Schiessle2015-07-221-4/+4
|/ /
* | don't move keys if the key where already moved in a previous migration runBjoern Schiessle2015-07-172-3/+10
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-172-38/+38
| |
* | Merge pull request #17500 from owncloud/encryption_migration_improvementsThomas Müller2015-07-161-0/+2
|\ \ | | | | | | Only clean up if migration finished succesfully
| * | only cleanUp the remaining keys if the migration really finished succesfullyBjoern Schiessle2015-07-081-0/+2
| | |