Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #12988 from owncloud/logfile_download | Morris Jobke | 2015-01-09 | 1 | -1/+11 |
|\ | | | | | Logfile download | ||||
| * | add Download logfile button to admin settings | Georg Ehrke | 2015-01-07 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add logSettingsController add download logfile button move getEntries to LogSettingsController move set log level to logsettingscontroller.php add warning if logfile is bigger than 100MB add unit test for set log level fix typecasting, add new line at EoF show log and logfile download only if log_type is set to owncloud add unit test for getFilenameForDownload | ||||
* | | Fix incorrect warning about setting the overwrite.cli.url | Joas Schilling | 2015-01-07 | 1 | -2/+2 |
|/ | |||||
* | Add an option to disallow sending sharing emails to non-owncloud users | Joas Schilling | 2014-12-09 | 1 | -1/+6 |
| | | | | Fix #10836 | ||||
* | Check for working .htaccess via AJAX | Lukas Reschke | 2014-12-06 | 1 | -15/+1 |
| | | | | Fixes https://github.com/owncloud/core/issues/12650 | ||||
* | Merge pull request #12607 from owncloud/this-is-an-awesome-day | Clark Tomlinson | 2014-12-04 | 1 | -14/+0 |
|\ | | | | | PHP 5.4 is now required for master | ||||
| * | PHP 5.4 is now required for master | Lukas Reschke | 2014-12-04 | 1 | -14/+0 |
| | | | | | | | | :beers: | ||||
* | | adding @ sign between email address and domain name to make the syntax clearer | Simon Whittaker | 2014-12-02 | 1 | -1/+1 |
|/ | |||||
* | Allow read-only configuration | Lukas Reschke | 2014-11-25 | 1 | -3/+17 |
| | | | | | | Workaround required for IIS setups running ownCloud to prevent dataloss. Long-term solution would be to move some configuration settings to the database | ||||
* | update grammar | Volkan Gezer | 2014-11-21 | 1 | -1/+1 |
| | | | Suggested by mnestis on Transifex. | ||||
* | Merge pull request #11917 from owncloud/fix-11909 | Thomas Müller | 2014-11-11 | 1 | -3/+19 |
|\ | | | | | Add checkbox to enforce SSL for subdomains | ||||
| * | Migrate "setsecurity.php" to the AppFramework | Lukas Reschke | 2014-11-03 | 1 | -3/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add switch to enforce SSL for subdomains Add unit tests Add test for boolean values Camel-case Fix ugly JS | ||||
* | | manage select2 via bower | Morris Jobke | 2014-11-06 | 1 | -2/+2 |
|/ | |||||
* | Capitalize Checks in admin page | Vincent Petry | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | fix loading of more log entries | Thomas Müller | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | introduce sidebar for admin page | Thomas Müller | 2014-10-30 | 1 | -7/+33 |
| | |||||
* | fixing typos | Thomas Müller | 2014-10-14 | 1 | -0/+1 |
| | |||||
* | Refactor MailSettings controller | Lukas Reschke | 2014-10-14 | 1 | -73/+76 |
| | | | | | | | | | - Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php | ||||
* | Merge pull request #7051 from owncloud/postsetupajaxcheck | Vincent Petry | 2014-09-23 | 1 | -30/+11 |
|\ | | | | | Moved WebDAV check to client side JS | ||||
| * | Moved WebDAV and internet checks to client side JS | Vincent Petry | 2014-09-23 | 1 | -30/+11 |
| | | | | | | | | | | | | | | - Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server | ||||
* | | date printed in the admin section regarding last execution time is already ↵ | Thomas Müller | 2014-09-22 | 1 | -1/+1 |
|/ | | | | displayed in the users timezone - no need to append UTC | ||||
* | Now using select2 for the groups excluded from sharing | Vincent Petry | 2014-09-09 | 1 | -8/+1 |
| | |||||
* | Don't show warning when has_internet_connection is set to false | Lukas Reschke | 2014-09-05 | 1 | -1/+1 |
| | | | | | | Revert Add disabled | ||||
* | Add a note about overwritewebroot when using system cron | Joas Schilling | 2014-08-18 | 1 | -1/+18 |
| | | | | | | | | If the current webroot is non-empty but the webroot from the config is, and system cron is used, the URL generator fails to build valid URLs. So we notify the admin to set it up correctly. Fix #9995 | ||||
* | ascii typo | Volkan Gezer | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | setting and checking default_charset in php.ini to be UTF-8 | Thomas Müller | 2014-07-25 | 1 | -6/+20 |
| | |||||
* | fix apostrophe fixes #9486 | Volkan Gezer | 2014-07-08 | 1 | -1/+1 |
| | |||||
* | Migrate table layout to p layout for share settings | Morris Jobke | 2014-06-17 | 1 | -52/+39 |
| | | | | ref #8906 | ||||
* | show explenation only if the setting is activated | Bjoern Schiessle | 2014-06-16 | 1 | -1/+2 |
| | |||||
* | Merge pull request #9028 from owncloud/table-to-paragraph-layout-for-https | Lukas Reschke | 2014-06-14 | 1 | -29/+25 |
|\ | | | | | migrate table layout to paragraph layout for HTTPS setting | ||||
| * | migrate table layout to paragraph layout for HTTPS setting | Morris Jobke | 2014-06-13 | 1 | -29/+25 |
| | | |||||
* | | remove double space | Morris Jobke | 2014-06-14 | 1 | -1/+1 |
| | | |||||
* | | fix mail settings save function - ref #8854 | Morris Jobke | 2014-06-13 | 1 | -2/+2 |
|/ | |||||
* | unify share settings | Bjoern Schiessle | 2014-06-05 | 1 | -6/+3 |
| | |||||
* | This settings doesn't belong together | Bjoern Schiessle | 2014-06-05 | 1 | -8/+10 |
| | | | | | | | | | Revert "make reshare settings foldable" This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd. Conflicts: settings/templates/admin.php | ||||
* | improve share settings working | Bjoern Schiessle | 2014-06-05 | 1 | -5/+2 |
| | |||||
* | Merge pull request #8840 from owncloud/share_settings | Thomas Müller | 2014-06-03 | 1 | -2/+1 |
|\ | | | | | by default don't show option to send mail notifications for shares | ||||
| * | improve settings name | Bjoern Schiessle | 2014-06-03 | 1 | -2/+1 |
| | | |||||
* | | simplify SQLite warning | Morris Jobke | 2014-06-03 | 1 | -4/+4 |
| | | |||||
* | | add notification on admin page | Morris Jobke | 2014-06-03 | 1 | -0/+14 |
|/ | |||||
* | Merge pull request #8784 from owncloud/fold-reshare-settings | Morris Jobke | 2014-06-02 | 1 | -10/+8 |
|\ | | | | | make reshare settings foldable | ||||
| * | make reshare settings foldable | Volkan Gezer | 2014-05-29 | 1 | -10/+8 |
| | | |||||
* | | Merge pull request #7614 from owncloud/test_annotations_working | Thomas Müller | 2014-05-30 | 1 | -0/+15 |
|\ \ | | | | | | | Check if ReflectionMethod::getDocComment is working | ||||
| * \ | Merge branch 'master' into test_annotations_working | Thomas Müller | 2014-05-19 | 1 | -22/+23 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: lib/private/util.php | ||||
| * | | | adopt new settings style | Thomas Müller | 2014-05-09 | 1 | -2/+2 |
| | | | | |||||
| * | | | Check if ReflectionMethod::getDocComment is working | Thomas Tanghus | 2014-05-09 | 1 | -0/+15 |
| | | | | |||||
* | | | | Merge pull request #8700 from owncloud/design-smallfixes | Lukas Reschke | 2014-05-29 | 1 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | Design detail fixes | ||||
| * | | | move saved notification for mail server, so it's smaller | Jan-Christoph Borchardt | 2014-05-23 | 1 | -2/+2 |
| | | | | |||||
* | | | | reverts 188c543 and translates only mail | Volkan Gezer | 2014-05-27 | 1 | -2/+2 |
| | | | | |||||
* | | | | unwrapped strings fix | Volkan Gezer | 2014-05-27 | 1 | -3/+3 |
|/ / / |