Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 5 | -6/+6 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Allow multiple settings and sections per app | Joas Schilling | 2017-10-05 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Always log cron execution | Morris Jobke | 2017-08-17 | 1 | -8/+2 | |
| | | | | | | | | | | | 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> | |||||
* | … and their tests needed adjustments, too | Arthur Schiwon | 2017-06-29 | 5 | -8/+8 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | forgotten test adjustments | Arthur Schiwon | 2017-06-23 | 1 | -6/+3 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | take out additional (legacy) settings section from tests | Arthur Schiwon | 2017-06-23 | 1 | -2/+1 | |
| | | | | | | | because it is dependent whether anything else registers into it and \OC_App is static Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | …and adjust tests | Arthur Schiwon | 2017-06-23 | 1 | -22/+23 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | add missing pieces to Settings Manager and fix and extend its unit tests | Arthur Schiwon | 2017-06-23 | 1 | -10/+120 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | Rename “Server settings” to “Basic settings” | Marius Blüm | 2017-04-29 | 1 | -2/+2 | |
| | | | | | | * fixes #4587 Signed-off-by: Marius Blüm <marius@lineone.io> | |||||
* | Fix unit tests | Morris Jobke | 2017-04-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Merge pull request #2095 from nextcloud/bruteforcesetttings | Lukas Reschke | 2017-04-04 | 1 | -2/+4 | |
|\ | | | | | Introduce bruteforce settings | |||||
| * | Fixed layout of bruteforcesettings | Morris Jobke | 2017-04-02 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
| * | Adds security section to the admin page | Roeland Jago Douma | 2017-04-02 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | fix unit tests | Bjoern Schiessle | 2017-04-03 | 1 | -2/+14 | |
|/ | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | Always suggest the overwrite.cli.url | Joas Schilling | 2017-03-17 | 2 | -3/+13 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix the manager tests | Joas Schilling | 2017-01-19 | 1 | -30/+44 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | split db logic from settings manager | Robin Appelman | 2016-12-28 | 2 | -136/+232 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | update tests | Robin Appelman | 2016-11-21 | 2 | -92/+0 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Show a hint for system based cron user name | Morris Jobke | 2016-11-03 | 1 | -1/+3 | |
| | | | | | | | | | * 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 | -40/+16 | |
| | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | Fix tests | Lukas Reschke | 2016-09-08 | 1 | -2/+2 | |
| | ||||||
* | Adding a optional disclaimer to the anonymous upload page | Morris Jobke | 2016-09-08 | 1 | -0/+12 | |
| | ||||||
* | adjust test | Arthur Schiwon | 2016-08-22 | 1 | -11/+6 | |
| | ||||||
* | enlist only registered sections that also have settings registered to | Arthur Schiwon | 2016-08-22 | 1 | -3/+21 | |
| | ||||||
* | adjust tests to latest changes | Arthur Schiwon | 2016-08-16 | 2 | -20/+118 | |
| | ||||||
* | Use MockBuilder instead of createMock | Lukas Reschke | 2016-08-15 | 7 | -28/+28 | |
| | | | | CI uses an older PHPUnit | |||||
* | Add unit tests | Lukas Reschke | 2016-08-15 | 8 | -0/+1001 | |