Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an option to disallow sending sharing emails to non-owncloud users | Joas Schilling | 2014-12-09 | 1 | -0/+1 |
| | | | | Fix #10836 | ||||
* | Remove unexisting `htAccessWorkinght` | Lukas Reschke | 2014-12-08 | 1 | -1/+1 |
| | | | | Partially fixes https://github.com/owncloud/core/issues/12690 - remark to myself: improve grep skills. | ||||
* | Check for working .htaccess via AJAX | Lukas Reschke | 2014-12-06 | 1 | -2/+0 |
| | | | | Fixes https://github.com/owncloud/core/issues/12650 | ||||
* | PHP 5.4 is now required for master | Lukas Reschke | 2014-12-04 | 1 | -2/+1 |
| | | | | :beers: | ||||
* | Allow read-only configuration | Lukas Reschke | 2014-11-25 | 1 | -0/+1 |
| | | | | | | Workaround required for IIS setups running ownCloud to prevent dataloss. Long-term solution would be to move some configuration settings to the database | ||||
* | Deduplicate function by moving it to the OC_Helper | Joas Schilling | 2014-11-20 | 1 | -17/+1 |
| | |||||
* | Remove exec() call with invalid name on windows | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | | | | | | Currently running unit tests prints the following message 3 times: The command "command" is misspelt or could not be found. Instead of trying this, we just skip this now. | ||||
* | Merge pull request #12110 from owncloud/fix-12080 | Thomas Müller | 2014-11-12 | 1 | -1/+1 |
|\ | | | | | add 'namespace' for automatically created navigation divs, fixes #12080 | ||||
| * | add 'namespace' for automatically created navigation divs, fixes #12080 | Arthur Schiwon | 2014-11-12 | 1 | -1/+1 |
| | | |||||
* | | Migrate "setsecurity.php" to the AppFramework | Lukas Reschke | 2014-11-03 | 1 | -1/+2 |
|/ | | | | | | | | | | | | Add switch to enforce SSL for subdomains Add unit tests Add test for boolean values Camel-case Fix ugly JS | ||||
* | 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 | -67/+95 |
| | |||||
* | Make files non executable | Lukas Reschke | 2014-10-24 | 1 | -0/+0 |
| | | | | There is not much sense in having these files marked executable, we should avoid that. | ||||
* | Moved WebDAV and internet checks to client side JS | Vincent Petry | 2014-09-23 | 1 | -5/+4 |
| | | | | | | | - Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server | ||||
* | Fixed select2 for admin and apps page | Vincent Petry | 2014-09-10 | 1 | -1/+2 |
| | | | | | | Added explicit escaping. Now internally using a pipe symbol as separator for select2, to make it possible to use group names containing commas. | ||||
* | Added select2 on the apps page | Vincent Petry | 2014-09-09 | 1 | -1/+2 |
| | | | | | | | Moved setupGroupsSelect() from admin.js to a common settings.js as OC.Settings.setupGoupsSelect(). Now using select2 as well on the apps page. | ||||
* | Load select2 on admin page | Vincent Petry | 2014-09-09 | 1 | -0/+2 |
| | |||||
* | Now using select2 for the groups excluded from sharing | Vincent Petry | 2014-09-09 | 1 | -15/+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 | -6/+9 |
| | | | | | | | | 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 | ||||
* | Merge pull request #9890 from owncloud/check-php-charset-master | Thomas Müller | 2014-08-11 | 1 | -0/+1 |
|\ | | | | | setting and checking default_charset in php.ini to be UTF-8 | ||||
| * | setting and checking default_charset in php.ini to be UTF-8 | Thomas Müller | 2014-07-25 | 1 | -0/+1 |
| | | |||||
* | | only call exec() if allowed to | Thomas Müller | 2014-07-29 | 1 | -3/+5 |
|/ | |||||
* | Fixes typo with sendmail detection - fixes #9203 | Steffen Lindner | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | unify share settings | Bjoern Schiessle | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8840 from owncloud/share_settings | Thomas Müller | 2014-06-03 | 1 | -1/+1 |
|\ | | | | | by default don't show option to send mail notifications for shares | ||||
| * | set "allow users to send mail notification for shared files default" setting ↵ | Bjoern Schiessle | 2014-06-03 | 1 | -1/+1 |
| | | | | | | | | to "no" now that we have the activity app | ||||
* | | simplify SQLite warning | Morris Jobke | 2014-06-03 | 1 | -21/+1 |
| | | |||||
* | | check for user count and files count | Morris Jobke | 2014-06-03 | 1 | -3/+22 |
| | | |||||
* | | add notification on admin page | Morris Jobke | 2014-06-03 | 1 | -0/+5 |
|/ | |||||
* | Merge pull request #7614 from owncloud/test_annotations_working | Thomas Müller | 2014-05-30 | 1 | -0/+1 |
|\ | | | | | Check if ReflectionMethod::getDocComment is working | ||||
| * | Merge branch 'master' into test_annotations_working | Thomas Müller | 2014-05-19 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | Conflicts: lib/private/util.php | ||||
| * | | Check if ReflectionMethod::getDocComment is working | Thomas Tanghus | 2014-05-09 | 1 | -0/+1 |
| | | | |||||
* | | | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -0/+18 |
| |/ |/| | |||||
* | | allow admin to enforce passwords for public link shares | Bjoern Schiessle | 2014-05-16 | 1 | -0/+1 |
|/ | |||||
* | add setting to set default expire date | Bjoern Schiessle | 2014-04-24 | 1 | -0/+4 |
| | |||||
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Always define sendmail_is_available | Joas Schilling | 2014-04-09 | 1 | -3/+1 |
| | | | | Fix #8048 | ||||
* | Merge pull request #7107 from owncloud/load-apps-proper-master | Thomas Müller | 2014-03-28 | 1 | -1/+0 |
|\ | | | | | Load apps proper master | ||||
| * | killing some more calls to OC_App::loadApps(); - because we load all apps in ↵ | Thomas Müller | 2014-03-25 | 1 | -1/+0 |
| | | | | | | | | handleRequest() | ||||
* | | Merge branch 'master' of https://github.com/owncloud/core into last_cron_log | kondou | 2014-03-21 | 1 | -0/+19 |
|\| | |||||
| * | Use command -v to check for sendmail | Joas Schilling | 2014-03-12 | 1 | -1/+15 |
| | | | | | | | | Fix #7559 | ||||
| * | Hide QMail when not selected and hide sendmail when not available on the server | Joas Schilling | 2014-03-05 | 1 | -0/+5 |
| | | | | | | | | Fix #7559 | ||||
* | | Log last cron execution | kondou | 2014-03-12 | 1 | -0/+2 |
|/ | | | | Fixes #2012 | ||||
* | Add option to change email settings in admin section | Joas Schilling | 2014-02-18 | 1 | -0/+10 |
| | | | | Fix issue #7166 | ||||
* | lower required php version to 5.3.3 | Frank Karlitschek | 2013-12-04 | 1 | -0/+1 |
| | |||||
* | Update error messages | Bart Visscher | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into sharing_mail_notification_master | Bjoern Schiessle | 2013-09-05 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | increased version number to trigger db update Conflicts: lib/util.php | ||||
| * | Merge branch 'master' into clean_up_util | kondou | 2013-08-20 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Conflicts: lib/util.php | ||||
| * | | Fix some naming and spacing in lib/util.php | kondou | 2013-08-18 | 1 | -2/+2 |
| | | |