Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #18395 from owncloud/hide-empty-security-warning | Robin McCorkell | 2015-08-21 | 3 | -0/+12 |
|\ | | | | | [admin settings] Show success message if security warnings are empty | ||||
| * | add success message | Morris Jobke | 2015-08-21 | 3 | -1/+9 |
| | | |||||
| * | [admin settings] hide security warnings if empty | Morris Jobke | 2015-08-18 | 1 | -0/+4 |
| | | | | | | | | * fixes #15257 | ||||
* | | Clear cron errors on change of background job mode | Morris Jobke | 2015-08-20 | 1 | -0/+2 |
| | | | | | | | | * fixes #18454 | ||||
* | | Merge pull request #18403 from owncloud/do-not-delete-group-if-empty | Morris Jobke | 2015-08-19 | 3 | -14/+2 |
|\ \ | | | | | | | Do not delete group if empty, hide delete icon for group admin | ||||
| * | | do not remove empty group in gui by js | michag86 | 2015-08-19 | 1 | -11/+0 |
| | | | |||||
| * | | hide delete icon on group for subadmins | michag86 | 2015-08-18 | 1 | -0/+2 |
| | | | | | | | | | because they cannot delete a group | ||||
| * | | do not remove group if it is empty | michag86 | 2015-08-18 | 1 | -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-feedback | Morris Jobke | 2015-08-19 | 2 | -12/+35 |
|\ \ | | | | | | | [user mgnt] fix delete user feedback on failure | ||||
| * | | fixing the unit tests | Morris Jobke | 2015-08-17 | 1 | -2/+25 |
| | | | |||||
| * | | [user mgnt] fix delete user feedback on failure | Morris Jobke | 2015-08-07 | 1 | -10/+10 |
| | | | | | | | | | | | | * fixes #18099 | ||||
* | | | Propagate auth mechanism/backend failures to filesystem layer | Robin McCorkell | 2015-08-19 | 1 | -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_Config | Robin McCorkell | 2015-08-19 | 1 | -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_levels | Jan-Christoph Borchardt | 2015-08-18 | 3 | -8/+34 |
|\ \ | | | | | | | Settings admin warning levels | ||||
| * | | [Post setup checks] add proper CSS | Morris Jobke | 2015-08-17 | 1 | -1/+6 |
| | | | |||||
| * | | All setup messages are now properly types | Roeland Jago Douma | 2015-07-30 | 1 | -14/+10 |
| | | | |||||
| * | | Allow setupchecks to specify a warning level | Roeland Jago Douma | 2015-07-30 | 2 | -7/+32 |
| | | | |||||
* | | | also don't count group members when more than 1 ldap configs are active | Arthur Schiwon | 2015-08-13 | 1 | -1/+3 |
| | | | |||||
* | | | replace tipsys with tooltips | Hendrik Leppelsack | 2015-08-12 | 1 | -6/+6 |
| | | | |||||
* | | | Add setup check for reverse proxy header configuration | Robin McCorkell | 2015-08-10 | 1 | -1/+20 |
| | | | |||||
* | | | Merge pull request #17919 from rullzer/php_supported_check | Thomas Müller | 2015-08-10 | 1 | -0/+18 |
|\ \ \ | | | | | | | | | Display warning in security & setup warnings if php version is EOL | ||||
| * | | | Display warning in security & setup warnings if php version is EOL | Roeland Jago Douma | 2015-07-29 | 1 | -0/+18 |
| | | | | |||||
* | | | | Merge pull request #13949 from rullzer/no_negative_expire | Vincent Petry | 2015-08-07 | 1 | -0/+7 |
|\ \ \ \ | |_|_|/ |/| | | | Do not allow invalid default expire days | ||||
| * | | | Do not allow invalid default expire days | Roeland Jago Douma | 2015-07-04 | 1 | -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-box | Jan-Christoph Borchardt | 2015-08-07 | 4 | -45/+29 |
|\ \ \ \ | | | | | | | | | | | use the main search box to filter users in user management | ||||
| * | | | | use the main search box to filter users in user management | Robin Appelman | 2015-08-05 | 4 | -45/+29 |
| | | | | | |||||
* | | | | | Merge pull request #17810 from owncloud/better-enc-warnings | Bernhard Posselt | 2015-08-06 | 2 | -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 Posselt | 2015-07-22 | 2 | -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 Schiessle | 2015-08-04 | 2 | -2/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | disabled for the user | ||||
* | | | | | | only add the possibility to import ssl root certificates to the personal | Bjoern Schiessle | 2015-08-04 | 2 | -1/+19 |
| |/ / / / |/| | | | | | | | | | | | | | | setting if the user can mount external storages | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-03 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-02 | 4 | -0/+10 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-01 | 16 | -0/+54 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-31 | 96 | -228/+92 |
| | | | | | |||||
* | | | | | Merge pull request #17805 from owncloud/avatar-handle-errors | Roeland Douma | 2015-07-31 | 2 | -2/+34 |
|\ \ \ \ \ | | | | | | | | | | | | | [avatar] add error handlers for avatar setup | ||||
| * | | | | | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-30 | 2 | -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-status | Robin McCorkell | 2015-07-30 | 2 | -13/+14 |
|\ \ \ \ \ | |/ / / / |/| | | | | correct order and capitalization of 'Server status' admin settings entry | ||||
| * | | | | correct order and capitalization of 'Server status' admin settings entry, ↵ | Jan-Christoph Borchardt | 2015-07-30 | 2 | -13/+14 |
| | | | | | | | | | | | | | | | | | | | | fix #17395 | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-30 | 6 | -2/+16 |
| | | | | | |||||
* | | | | | [admin settings] only retrieve log file size if file exists | Morris Jobke | 2015-07-29 | 1 | -1/+4 |
|/ / / / | | | | | | | | | | | | | * fixes #17467 | ||||
* | | | | Merge pull request #17946 from owncloud/settings-users-apprenderedforsearchbox | Morris Jobke | 2015-07-29 | 1 | -0/+4 |
|\ \ \ \ | |_|_|/ |/| | | | Trigger "apprendered" event in users page | ||||
| * | | | Trigger "apprendered" event in users page | Vincent Petry | 2015-07-29 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | This will properly update the controls bar width and display the search box initially. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-29 | 62 | -0/+70 |
| | | | | |||||
* | | | | Merge pull request #17912 from owncloud/detect-old-openssl-versions | Robin McCorkell | 2015-07-28 | 2 | -2/+71 |
|\ \ \ \ | | | | | | | | | | | Detect old NSS and OpenSSL versions | ||||
| * | | | | Detect old NSS and OpenSSL versions | Lukas Reschke | 2015-07-28 | 2 | -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 tests | Lukas Reschke | 2015-07-28 | 1 | -13/+25 |
| | | | | | |||||
* | | | | | set logger in constructor | Bjoern Schiessle | 2015-07-28 | 1 | -0/+1 |
|/ / / / | |||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-28 | 6 | -0/+36 |
|/ / / | |||||
* | | | Allow classes in <h2> tags | Lukas Reschke | 2015-07-26 | 2 | -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 transifex | Jenkins for ownCloud | 2015-07-26 | 8 | -4/+16 |
| | | |