Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | don't let the the user disable encryption once it was activated | Bjoern Schiessle | 2015-05-04 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #15445 from owncloud/enc2_migration | Clark Tomlinson | 2015-04-16 | 1 | -1/+21 | |
|\ | | | | | add migration script from old encryption to new one | |||||
| * | allow user to start migration in admin settings if no external user ↵ | Bjoern Schiessle | 2015-04-16 | 1 | -1/+21 | |
| | | | | | | | | back-ends are enabled | |||||
* | | remove slow fade animation for remaining tipsy tooltips | Jan-Christoph Borchardt | 2015-04-15 | 1 | -1/+1 | |
|/ | ||||||
* | Move federated cloud sharing, files externals and updater to special positions | Joas Schilling | 2015-03-27 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #15234 from owncloud/encryption2_core | Thomas Müller | 2015-03-26 | 1 | -0/+16 | |
|\ | | | | | core part of encryption 2.0 | |||||
| * | implement basic encryption functionallity in core to enable multiple ↵ | Bjoern Schiessle | 2015-03-26 | 1 | -0/+16 | |
| | | | | | | | | encryption modules | |||||
* | | only show connection checks results if there are errors, fix #11476 | Jan-Christoph Borchardt | 2015-03-25 | 1 | -2/+1 | |
|/ | ||||||
* | adjust list of errors, more compact and readable | Jan-Christoph Borchardt | 2015-03-06 | 1 | -1/+1 | |
| | ||||||
* | Let users configure security headers in their Webserver | Lukas Reschke | 2015-03-02 | 1 | -29/+4 | |
| | | | | | | | | | | Doing this in the PHP code is not the right approach for multiple reasons: 1. A bug in the PHP code prevents them from being added to the response. 2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud) 3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations. This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS. | |||||
* | Add absolute time of last cronjob as hover tip | Jakob Sack | 2015-02-28 | 1 | -0/+2 | |
| | ||||||
* | fix trusted domain localization | Volkan Gezer | 2015-02-01 | 1 | -2/+2 | |
| | ||||||
* | add Download logfile button to admin settings | Georg Ehrke | 2015-01-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | Migrate "setsecurity.php" to the AppFramework | Lukas Reschke | 2014-11-03 | 1 | -4/+26 | |
| | | | | | | | | | | | | 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 | -5/+5 | |
| | ||||||
* | Refactor MailSettings controller | Lukas Reschke | 2014-10-14 | 1 | -2/+10 | |
| | | | | | | | | | - Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php | |||||
* | Moved WebDAV and internet checks to client side JS | Vincent Petry | 2014-09-23 | 1 | -0/+21 | |
| | | | | | | | - 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/+10 | |
| | | | | | | 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 | -62/+1 | |
| | | | | | | | Moved setupGroupsSelect() from admin.js to a common settings.js as OC.Settings.setupGoupsSelect(). Now using select2 as well on the apps page. | |||||
* | Now using select2 for the groups excluded from sharing | Vincent Petry | 2014-09-09 | 1 | -34/+56 | |
| | ||||||
* | Redirect user after clicking on link | Lukas Reschke | 2014-08-22 | 1 | -1/+3 | |
| | | | | Use DI | |||||
* | Add a trusted domain wizard | Lukas Reschke | 2014-08-21 | 1 | -0/+16 | |
| | | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement. | |||||
* | Fix test mail behaviour | Morris Jobke | 2014-06-25 | 1 | -3/+3 | |
| | | | | | | | * ref #8854 * prevent default of "send test mail" button * drop unused form serialization * use display name of user for test mail | |||||
* | Migrate table layout to p layout for share settings | Morris Jobke | 2014-06-17 | 1 | -1/+2 | |
| | | | | ref #8906 | |||||
* | This settings doesn't belong together | Bjoern Schiessle | 2014-06-05 | 1 | -3/+0 | |
| | | | | | | | | | Revert "make reshare settings foldable" This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd. Conflicts: settings/templates/admin.php | |||||
* | Merge pull request #8784 from owncloud/fold-reshare-settings | Morris Jobke | 2014-06-02 | 1 | -0/+3 | |
|\ | | | | | make reshare settings foldable | |||||
| * | make reshare settings foldable | Volkan Gezer | 2014-05-29 | 1 | -0/+3 | |
| | | ||||||
* | | Fix double "saved" message when changing email settings | Joas Schilling | 2014-05-28 | 1 | -1/+1 | |
|/ | ||||||
* | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -0/+49 | |
| | ||||||
* | hide input field if default expire date isn't activated | Bjoern Schiessle | 2014-05-13 | 1 | -0/+8 | |
| | ||||||
* | Merge branch 'master' into fix-7307 | Thomas Müller | 2014-03-06 | 1 | -1/+9 | |
|\ | | | | | | | | | | | Conflicts: core/js/router.js settings/js/admin.js | |||||
| * | Add button to send a test mail after changing the email settings | Joas Schilling | 2014-03-05 | 1 | -2/+10 | |
| | | | | | | | | Fix #7175 | |||||
* | | Replace OC.Router.generate() with OC.generateUrl() | Thomas Müller | 2014-03-02 | 1 | -1/+1 | |
|/ | ||||||
* | Remove unused variables, add doc blocks and break lines | Joas Schilling | 2014-02-26 | 1 | -1/+1 | |
| | | | | Fix #7166 | |||||
* | Hide SMTP options based on selected send mode | Joas Schilling | 2014-02-26 | 1 | -2/+20 | |
| | | | | Fix #7166 | |||||
* | Remove duplicated definition and move OC.msg to js/js.js | Joas Schilling | 2014-02-19 | 1 | -22/+0 | |
| | | | | Fix issue #7166 | |||||
* | Add option to change email settings in admin section | Joas Schilling | 2014-02-18 | 1 | -0/+38 | |
| | | | | Fix issue #7166 | |||||
* | Fixed wrong id when reading checkbox value for force SSL setting | Vincent Petry | 2013-10-23 | 1 | -1/+1 | |
| | | | | Fixes #5488 | |||||
* | Use !== and === in settings. | kondou | 2013-07-21 | 1 | -2/+2 | |
| | ||||||
* | Add security section to admin menu | Lukas Reschke | 2013-01-11 | 1 | -0/+4 | |
| | | | | | | | | | Currently it only allows the admin to enable or disable the HTTPS enforcement, but in the future it could be expanded to further options. The HTTPS enforcement only allows the admin to enforce it, if he is connected via HTTPS. (To prevent admins to enable it without a proper SSL setup) | |||||
* | Add missing ; to js code | Bart Visscher | 2012-09-05 | 1 | -2/+2 | |
| | ||||||
* | Fix incorrect Javascript for changing Share API settings | Michael Gapczynski | 2012-08-27 | 1 | -5/+8 | |
| | ||||||
* | Add Share API settings to admin page | Michael Gapczynski | 2012-08-27 | 1 | -0/+14 | |
| | ||||||
* | setbackgroundjobsmode.php got lost somewhere - switched call to use the ↵ | Michael Gapczynski | 2012-08-26 | 1 | -1/+4 | |
| | | | | perferred OC.AppConfig.setValue() instead | |||||
* | Add first version of backgroundjobs settings | Jakob Sack | 2012-08-09 | 1 | -1/+7 | |
| | ||||||
* | reload log after changing log level | Robin Appelman | 2012-04-16 | 1 | -1/+3 | |
| | ||||||
* | make log level configurable | Robin Appelman | 2011-10-16 | 1 | -0/+5 | |