Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |