Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial work on Apps page split: | Arthur Schiwon | 2016-08-09 | 1 | -272/+0 |
| | | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app | ||||
* | Changed logtype to file instead of owncloud. | Thomas Pulzer | 2016-07-22 | 1 | -3/+4 |
| | | | | | | | | | | | | | | - Updated the config sample to point to log_type='file' - Renamed the Class for logfile logging to File in namespace 'OC\Log\'. Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'. - Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'. Changed registration of the command to use 'OC\Core\Command\Log\File'. - Changed default Syslog tag to Nextcloud - Retained backwards compatibility for configs with 'logtype' => 'owncloud' - Adjusted tests for the new file log. Closes #490. | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -4/+5 |
| | |||||
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -3/+0 |
| | | | | * the setup check is still there | ||||
* | Use temporary htaccesstest.txt for data dir security check | Vincent Petry | 2016-06-07 | 1 | -0/+4 |
| | |||||
* | Add a warning when the transaction isolation level is not READ_COMMITED | Joas Schilling | 2016-05-30 | 1 | -0/+13 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -3/+4 |
| | |||||
* | Fix usages of OC\Log\Owncloud | Joas Schilling | 2016-05-04 | 1 | -2/+3 |
| | |||||
* | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functions | Thomas Müller | 2016-04-20 | 1 | -1/+0 |
|\ | | | | | migrate deprecated jQuery 1.x functions | ||||
| * | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 1 | -1/+0 |
| | | |||||
* | | Add loadAdditionalScripts events to admin and personal for plugins that have ↵ | Joas Schilling | 2016-04-20 | 1 | -0/+2 |
|/ | | | | no section | ||||
* | Add `allow sharing with groups` checkbox to admin page | Roeland Jago Douma | 2016-03-22 | 1 | -0/+1 |
| | |||||
* | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 1 | -2/+1 |
|\ | | | | | Update license headers 2016 | ||||
| * | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #21336 from owncloud/system-root-certs | Thomas Müller | 2016-01-12 | 1 | -0/+16 |
|\ \ | | | | | | | Allow admins to add system wide root certificates | ||||
| * | | Add a config option to enable certificate management | Robin Appelman | 2016-01-12 | 1 | -6/+8 |
| | | | |||||
| * | | Allow admins to add system wide root certificates | Robin Appelman | 2016-01-12 | 1 | -0/+14 |
| |/ | |||||
* / | Add config switch to disable the .well-known URL check | Morris Jobke | 2016-01-12 | 1 | -0/+1 |
|/ | |||||
* | remove unneeded 'goto' prefix from settings anchors | Jan-Christoph Borchardt | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\App | Morris Jobke | 2015-12-04 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
| | |||||
* | Check if decoded JSON returned null | Lukas Reschke | 2015-10-02 | 1 | -1/+1 |
| | | | | | | The value might return null resulting in a PHP error. Fixes https://github.com/owncloud/core/issues/19542 | ||||
* | save excluded groups in json format - fixes #10983 | Thomas Müller | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | [settings] make it less static | Morris Jobke | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Add option to disable autocomplete in share dialog | Morris Jobke | 2015-09-23 | 1 | -0/+1 |
| | |||||
* | Replace server status message about transitional file locking with setup ↵ | Robin Appelman | 2015-09-03 | 1 | -4/+6 |
| | | | | warnings | ||||
* | Merge pull request #17994 from owncloud/server-status | Robin McCorkell | 2015-07-30 | 1 | -1/+1 |
|\ | | | | | 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 | 1 | -1/+1 |
| | | | | | | | | fix #17395 | ||||
* | | [admin settings] only retrieve log file size if file exists | Morris Jobke | 2015-07-29 | 1 | -1/+4 |
|/ | | | | * fixes #17467 | ||||
* | Allow classes in <h2> tags | Lukas Reschke | 2015-07-26 | 1 | -2/+2 |
| | | | | 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. | ||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | Check for redis to be 2.2.5+ | Joas Schilling | 2015-06-02 | 1 | -4/+15 |
| | |||||
* | Adding information on file locking status to admin section | Thomas Müller | 2015-06-01 | 1 | -0/+8 |
| | |||||
* | Display the module settings in the list of the encryption modules | Joas Schilling | 2015-05-04 | 1 | -2/+8 |
| | |||||
* | Can't use function return value in write context | Joas Schilling | 2015-04-27 | 1 | -1/+2 |
| | |||||
* | Make getDefaultModuleId public and get module protected | Joas Schilling | 2015-04-27 | 1 | -6/+2 |
| | |||||
* | Merge pull request #15617 from mmattel/getenv_system_check_and_warning | Thomas Müller | 2015-04-23 | 1 | -0/+3 |
|\ | | | | | Checks if getenv returns proper system environment variable results | ||||
| * | Checks if getenv returns proper system variable results | root | 2015-04-23 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Updated texts and changed the variable name to match the query Updated text + info which path for php config is used removed the term ownCloud and squashed the commits Updated text | ||||
* | | Fix potential undefined variable | Joas Schilling | 2015-04-18 | 1 | -2/+2 |
| | | |||||
* | | fix capitalization for server-side encryption and email server, fix #15642 | Jan-Christoph Borchardt | 2015-04-17 | 1 | -2/+2 |
| | | |||||
* | | always create a new instance of the encryption module | Bjoern Schiessle | 2015-04-17 | 1 | -4/+4 |
| | | |||||
* | | allow user to start migration in admin settings if no external user ↵ | Bjoern Schiessle | 2015-04-16 | 1 | -0/+4 |
| | | | | | | | | back-ends are enabled | ||||
* | | add migration script from old encryption to new one | Bjoern Schiessle | 2015-04-16 | 1 | -0/+1 |
|/ | |||||
* | Adding app icon and fixing admin setting | Thomas Müller | 2015-04-07 | 1 | -5/+7 |
| | |||||
* | Fix link to the updater | Joas Schilling | 2015-03-27 | 1 | -0/+3 |
| | |||||
* | Move federated cloud sharing, files externals and updater to special positions | Joas Schilling | 2015-03-27 | 1 | -2/+27 |
| | |||||
* | Merge pull request #15234 from owncloud/encryption2_core | Thomas Müller | 2015-03-26 | 1 | -0/+18 |
|\ | | | | | core part of encryption 2.0 | ||||
| * | implement basic encryption functionallity in core to enable multiple ↵ | Bjoern Schiessle | 2015-03-26 | 1 | -0/+18 |
| | | | | | | | | encryption modules | ||||
* | | Merge pull request #15228 from owncloud/add-missing-navigation-for-tips-n-tricks | Thomas Müller | 2015-03-26 | 1 | -0/+1 |
|\ \ | | | | | | | Add navigation entry for tips and tricks setion |