Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Morris Jobke | 2017-11-06 | 11 | -1/+24 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Allow multiple settings and sections per app | Joas Schilling | 2017-10-05 | 1 | -16/+32 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use full percentages in quota bar percentages | Morris Jobke | 2017-09-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Always log cron execution | Morris Jobke | 2017-08-17 | 1 | -1/+0 |
| | | | | | | | | | | | There was a setting to disable the last execution of cron. There is no known problem with this write access and it was also questioned when this feature was build in https://github.com/owncloud/core/pull/7689#issuecomment-38264707 Recently there was also a bug report about a non-visible last cron execution (#6088) - let's better remove this. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add |null to PHPDoc | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Cleanup code of personal page to use public interfaces | Morris Jobke | 2017-07-24 | 1 | -3/+3 |
| | | | | | | | * public interfaces instead of static code calls * drop static private namespace methods Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+1 |
| | | | | | | | | | | This adds a phan plugin which checks for SQL injections on code using our QueryBuilder, while it isn't perfect it should already catch most potential issues. As always, static analysis will sometimes have false positives and this is also here the case. So in some cases the analyzer just doesn't know if something is potential user input or not, thus I had to add some `@suppress SqlInjectionChecker` in front of those potential injections. The Phan plugin hasn't the most awesome code but it works and I also added a file with test cases. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Move sync client to the firstrunwizard app | Joas Schilling | 2017-07-04 | 2 | -90/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | move admin templates to the right place | Arthur Schiwon | 2017-06-27 | 6 | -6/+6 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | adapt to force language changes | Arthur Schiwon | 2017-06-23 | 1 | -7/+16 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | do not offer additional settings when there is no content | Arthur Schiwon | 2017-06-23 | 1 | -1/+18 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | take over changes from #5166 and follow #5267 | Arthur Schiwon | 2017-06-23 | 3 | -71/+6 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | take over changes from #5084 | Arthur Schiwon | 2017-06-23 | 2 | -9/+57 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix getting sections | Robin Appelman | 2017-06-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add missing pieces to Settings Manager and fix and extend its unit tests | Arthur Schiwon | 2017-06-23 | 2 | -2/+60 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add Additional (+ Fallback) section for Personal settings | Arthur Schiwon | 2017-06-23 | 2 | -0/+64 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Adopt DB and Manager to personal settings structure | Arthur Schiwon | 2017-06-23 | 2 | -40/+97 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | sync clients have their own place | Arthur Schiwon | 2017-06-23 | 3 | -20/+93 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | take over app passwords | Arthur Schiwon | 2017-06-23 | 2 | -1/+66 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | convert Sessions section | Arthur Schiwon | 2017-06-23 | 2 | -0/+66 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add storage info, fix URL generation | Arthur Schiwon | 2017-06-23 | 2 | -2/+20 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix displaying groups in personal info | Arthur Schiwon | 2017-06-23 | 1 | -10/+44 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | completing PersonalInfo | Arthur Schiwon | 2017-06-23 | 3 | -7/+176 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | brief, incomplete personal info settings implementation | Arthur Schiwon | 2017-06-23 | 1 | -0/+59 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Extend interfaces | Arthur Schiwon | 2017-06-23 | 1 | -0/+36 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Rename “Server settings” to “Basic settings” | Marius Blüm | 2017-04-29 | 1 | -1/+1 |
| | | | | | | * fixes #4587 Signed-off-by: Marius Blüm <marius@lineone.io> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -17/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Don't put the SMTP password into the HTML code | Joas Schilling | 2017-04-18 | 1 | -0/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #2095 from nextcloud/bruteforcesetttings | Lukas Reschke | 2017-04-04 | 1 | -0/+1 |
|\ | | | | | Introduce bruteforce settings | ||||
| * | Fixed layout of bruteforcesettings | Morris Jobke | 2017-04-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Adds security section to the admin page | Roeland Jago Douma | 2017-04-02 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | feature endorse password for share links | Bjoern Schiessle | 2017-04-03 | 1 | -0/+1 |
|/ | | | | | | | | works like "enforce password protection", but let the user optionally remove the password protection after the password is set. by Timo Benk Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Always suggest the overwrite.cli.url | Joas Schilling | 2017-03-17 | 2 | -7/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add the icon for the default sections | Joas Schilling | 2017-01-19 | 2 | -10/+30 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | phpdoc | Robin Appelman | 2017-01-02 | 1 | -4/+23 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | split db logic from settings manager | Robin Appelman | 2016-12-28 | 3 | -142/+204 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | remove old logging section | Robin Appelman | 2016-11-21 | 2 | -92/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Move social buttons to bottom on admin page | Roeland Jago Douma | 2016-11-16 | 2 | -0/+64 |
| | | | | | | For #2134 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Show a hint for system based cron user name | Morris Jobke | 2016-11-03 | 1 | -0/+2 |
| | | | | | | | | | * makes it easier to setup cron job * gives hints for PHP documentation * disables the cron setting if requirements not met * fixes #1989 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | remove 'send mail notification' option from sharing, replaced by ↵ | Bjoern Schiessle | 2016-11-02 | 1 | -2/+0 |
| | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Adding a optional disclaimer to the anonymous upload page | Morris Jobke | 2016-09-08 | 1 | -0/+1 |
| | |||||
* | Correctly remove admin sections and settings | Joas Schilling | 2016-09-06 | 1 | -3/+3 |
| | |||||
* | fix wrong var name | Arthur Schiwon | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | enlist only registered sections that also have settings registered to | Arthur Schiwon | 2016-08-22 | 1 | -4/+8 |
| | |||||
* | add missing encryption modules to settings | Arthur Schiwon | 2016-08-16 | 1 | -0/+13 |
| | |||||
* | fix missing parameters in sharing settings page | Arthur Schiwon | 2016-08-16 | 1 | -6/+17 |
| | |||||
* | check registered sections and settings after an app got updated to garbage ↵ | Arthur Schiwon | 2016-08-16 | 2 | -0/+122 |
| | | | | collect orphaned classes | ||||
* | attempt to remove section and settings entries when an app got disabled | Arthur Schiwon | 2016-08-16 | 1 | -0/+33 |
| | |||||
* | Add unit tests | Lukas Reschke | 2016-08-15 | 8 | -26/+57 |
| | |||||
* | move mail settings and file handling to additional ones, thus files_external ↵ | Arthur Schiwon | 2016-08-13 | 3 | -13/+91 |
| | | | | gets its own section |