Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial work on Apps page split: | Arthur Schiwon | 2016-08-09 | 1 | -578/+0 |
| | | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app | ||||
* | Fix misspelling of database "READ COMMITTED" | Stefan Weil | 2016-07-29 | 1 | -2/+2 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Orders Admin Log Button | root | 2016-07-26 | 1 | -10/+10 |
| | |||||
* | Use the themed radio buttons for cron selection | Joas Schilling | 2016-07-19 | 1 | -3/+3 |
| | |||||
* | Use tooltip for background job execution time | Morris Jobke | 2016-07-13 | 1 | -2/+2 |
| | |||||
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -9/+0 |
| | | | | * the setup check is still there | ||||
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 1 | -1/+2 |
|\ | |||||
| * | fix more strings | Morris Jobke | 2016-06-20 | 1 | -1/+1 |
| | | |||||
| * | Add user ID to log entries in admin page | Lukas Reschke | 2016-06-10 | 1 | -0/+1 |
| | | |||||
* | | remove svg classes | Hendrik Leppelsack | 2016-07-01 | 1 | -4/+4 |
|/ | |||||
* | Add a warning when the transaction isolation level is not READ_COMMITED | Joas Schilling | 2016-05-30 | 1 | -0/+9 |
| | |||||
* | fix admin share settings sorting, use same order as in sidebar | Jan-Christoph Borchardt | 2016-05-14 | 1 | -7/+7 |
| | |||||
* | Merge pull request #23463 from owncloud/lets-consistently-use-no-referer | Thomas Müller | 2016-03-23 | 1 | -15/+15 |
|\ | | | | | Consistently use rel=noreferrer | ||||
| * | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 1 | -15/+15 |
| | | | | | | | | When linking to external entities we should consistently use rel=noreferrer | ||||
* | | Add `allow sharing with groups` checkbox to admin page | Roeland Jago Douma | 2016-03-22 | 1 | -0/+5 |
|/ | |||||
* | Fix error ins source language strings | Thomas Müller | 2016-02-19 | 1 | -1/+1 |
| | | | | | https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/core/50786279 https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/settings-1/50555028 | ||||
* | Add config switch to disable the .well-known URL check | Morris Jobke | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | remove extra slogan footer from Personal and Admin pages | Jan-Christoph Borchardt | 2016-01-11 | 1 | -5/+5 |
| | |||||
* | Remove info about database locking performance | Thomas Müller | 2015-12-10 | 1 | -7/+1 |
| | |||||
* | Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTML | Lukas Reschke | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | change 'cronstatus' to 'status' so that it can be used in other apps too | Björn Schießle | 2015-11-19 | 1 | -3/+3 |
| | |||||
* | clarify log level setting design, fix #20514 | Jan-Christoph Borchardt | 2015-11-18 | 1 | -9/+10 |
| | |||||
* | apply new checkbox style to admin settings | Hendrik Leppelsack | 2015-10-14 | 1 | -14/+14 |
| | |||||
* | improved explanation of server side encryption | Bjoern Schiessle | 2015-10-06 | 1 | -4/+4 |
| | |||||
* | Add option to disable autocomplete in share dialog | Morris Jobke | 2015-09-23 | 1 | -0/+5 |
| | |||||
* | Merge pull request #18778 from owncloud/locking-setup-warnings | Lukas Reschke | 2015-09-11 | 1 | -14/+16 |
|\ | | | | | Replace server status message about transitional file locking with se… | ||||
| * | Make doc links inline | Robin McCorkell | 2015-09-11 | 1 | -8/+2 |
| | | |||||
| * | Add documentation links for transactional locking | Robin Appelman | 2015-09-10 | 1 | -2/+8 |
| | | |||||
| * | specify where to enable locking | Robin Appelman | 2015-09-07 | 1 | -1/+1 |
| | | |||||
| * | Replace server status message about transitional file locking with setup ↵ | Robin Appelman | 2015-09-03 | 1 | -14/+16 |
| | | | | | | | | warnings | ||||
* | | remove spaces and empty line | tflidd | 2015-09-07 | 1 | -2/+1 |
| | | |||||
* | | Add documentation link php-fpm | tflidd | 2015-09-07 | 1 | -1/+2 |
| | | | | | | | | Admin-Page warning didn't have a direct link to the documentation. | ||||
* | | move updater panel above version number | Georg Ehrke | 2015-09-03 | 1 | -4/+4 |
|/ | |||||
* | add success message | Morris Jobke | 2015-08-21 | 1 | -0/+3 |
| | |||||
* | Merge pull request #17975 from owncloud/settings_admin_warning_levels | Jan-Christoph Borchardt | 2015-08-18 | 1 | -0/+2 |
|\ | | | | | Settings admin warning levels | ||||
| * | Allow setupchecks to specify a warning level | Roeland Jago Douma | 2015-07-30 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #17810 from owncloud/better-enc-warnings | Bernhard Posselt | 2015-08-06 | 1 | -3/+10 |
|\ \ | | | | | | | 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 | 1 | -3/+10 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | enabling encryption remove share warning remove app and just write it out as feature adjust warnings reframe storage issue fix typo | ||||
* / | correct order and capitalization of 'Server status' admin settings entry, ↵ | Jan-Christoph Borchardt | 2015-07-30 | 1 | -12/+13 |
|/ | | | | fix #17395 | ||||
* | Rename experimental to transactional file locking | Vincent Petry | 2015-06-26 | 1 | -2/+2 |
| | |||||
* | Check for redis to be 2.2.5+ | Joas Schilling | 2015-06-02 | 1 | -3/+3 |
| | |||||
* | Adding information on file locking status to admin section | Thomas Müller | 2015-06-01 | 1 | -12/+25 |
| | |||||
* | Merge pull request #16085 from owncloud/encryption-module-rename | Thomas Müller | 2015-05-19 | 1 | -1/+1 |
|\ | | | | | rename to 'Default encryption module' | ||||
| * | rename to 'Default encryption module' | Jan-Christoph Borchardt | 2015-05-06 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #16168 from owncloud/cron-errors | Lukas Reschke | 2015-05-08 | 1 | -3/+1 |
|\ \ | | | | | | | fix cron errors to only appear in one line instead of introducing another list | ||||
| * | | fix cron errors to only appear in one line instead of introducing another list | Jan-Christoph Borchardt | 2015-05-07 | 1 | -3/+1 |
| | | | |||||
* | | | Fix typo in encryption module message | Morris Jobke | 2015-05-07 | 1 | -1/+1 |
|/ / | | | | | | | * finishes #16021 | ||||
* | | Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-page | Morris Jobke | 2015-05-07 | 1 | -0/+2 |
|\ \ | |/ |/| | Display the module settings in the list of the encryption modules | ||||
| * | Display the module settings in the list of the encryption modules | Joas Schilling | 2015-05-04 | 1 | -0/+2 |
| | | |||||
* | | kill new lines in l10n strings | Morris Jobke | 2015-05-06 | 1 | -6/+2 |
| | |