Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | log to $datadir/audit.log by default and add rotation | Arthur Schiwon | 2018-04-26 | 1 | -0/+71 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add missing php doc and type hints | Arthur Schiwon | 2018-04-26 | 1 | -2/+15 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | move IFileBased to public namespace, logreader needs it | Arthur Schiwon | 2018-04-26 | 1 | -0/+30 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 3 | -0/+94 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 2 | -2/+37 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Make the group backends also possible using interfaces | Roeland Jago Douma | 2018-04-23 | 8 | -0/+319 |
| | | | | | | | | | Just like for the user backends the group backends should also be properly done using interfaces. This adds the interfaces and abstract class to get started Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #9129 from nextcloud/feature/noid/proper-comments-offset | Roeland Jago Douma | 2018-04-22 | 1 | -0/+18 |
|\ | | | | | Add proper comment offset support | ||||
| * | Fix docs | Joas Schilling | 2018-04-19 | 1 | -6/+7 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add proper comment offset support | Joas Schilling | 2018-04-18 | 1 | -0/+17 |
| | | | | | | | | | | | | | | The offset is based on the last known comment instead of limit-offset, so new comments don't mess up requests which get the history of an object- Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix PHPDoc | Morris Jobke | 2018-04-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Allow to skip retrieving from cache in the DiscoveryService | Roeland Jago Douma | 2018-04-18 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -0/+16 |
| | | | | | | For cli scripts we don't have the assumption that the universe will be cleaned up soon Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #8833 from nextcloud/feature/noid/add_ldap_user_hooks | Morris Jobke | 2018-04-11 | 1 | -0/+3 |
|\ | | | | | add anounce- and (pre/|post)RevokeUser signals for non-native backends | ||||
| * | more consistent naming | Arthur Schiwon | 2018-04-05 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | admin_audit and dav listen to announce and revoke signals | Arthur Schiwon | 2018-04-05 | 1 | -0/+3 |
| | | | | | | | | | | | | also place them in doc Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Properly return boolean on enable state | John Molakvoæ (skjnldsv) | 2018-04-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Add since tags | Julius Härtl | 2018-04-05 | 2 | -1/+18 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Move external share saving to template | Julius Härtl | 2018-04-05 | 1 | -7/+3 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Add footer to public page template | Julius Härtl | 2018-04-05 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Move common menu templates to public API | Julius Härtl | 2018-04-05 | 2 | -0/+130 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix tests | Roeland Jago Douma | 2018-04-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make the MountManager strict | Roeland Jago Douma | 2018-04-04 | 1 | -7/+8 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #8737 from nextcloud/file_return_put_contents | Roeland Jago Douma | 2018-03-28 | 2 | -1/+34 |
|\ | | | | | Pass on the return value of file_put_content | ||||
| * | Throw an exception if file_put_contents fails | Roeland Jago Douma | 2018-03-27 | 2 | -1/+34 |
| | | | | | | | | | | | | | | | | * This will help with AppData hardening etc * Introduced a GenericFileException for if nothing else is appropiate - Maybe the other File exceptions should base on this? Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #8976 from nextcloud/dep_user_code | Roeland Jago Douma | 2018-03-28 | 1 | -37/+0 |
|\ \ | |/ |/| | Remove deprecated functions from OCP\User | ||||
| * | Remove deprecated \OCP\User::userExists | Roeland Jago Douma | 2018-03-26 | 1 | -12/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Remove deprecated OCP\User::getDisplayname | Roeland Jago Douma | 2018-03-25 | 1 | -12/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Remove deprecated \OCP\User::getUsers | Roeland Jago Douma | 2018-03-25 | 1 | -13/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #8985 from nextcloud/cleanup_ocp_db | Roeland Jago Douma | 2018-03-26 | 1 | -64/+0 |
|\ \ | | | | | | | Cleanup ocp db | ||||
| * | | Remove \OCP\DB | Roeland Jago Douma | 2018-03-26 | 1 | -64/+0 |
| |/ | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* / | Strict 2FA | Roeland Jago Douma | 2018-03-26 | 3 | -8/+12 |
|/ | | | | | | | | * make OCP\Authentication\TwoFactorAuth strict * scalar types * return types Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #8943 from nextcloud/dep_oc_json | Roeland Jago Douma | 2018-03-23 | 1 | -166/+0 |
|\ | | | | | Remove \OCP\JSON | ||||
| * | Finally remove \OCP\JSON | Roeland Jago Douma | 2018-03-23 | 1 | -166/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Document parameters | Roeland Jago Douma | 2018-03-22 | 9 | -0/+30 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Move to ABackend | Roeland Jago Douma | 2018-03-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Remove type declarations where not yet possible | Roeland Jago Douma | 2018-03-22 | 4 | -4/+4 |
| | | | | | | | | | | | | Because we don't return consistent things yet :( Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Deprecate implementsActions | Roeland Jago Douma | 2018-03-22 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Fix phpdoc | Roeland Jago Douma | 2018-03-22 | 9 | -0/+62 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Add abstract bakend to still be backwards compatible with the old logic | Roeland Jago Douma | 2018-03-22 | 1 | -0/+62 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Add interfaces for user backend functionality | Roeland Jago Douma | 2018-03-22 | 8 | -0/+232 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #8506 from nextcloud/use-appmanager | Morris Jobke | 2018-03-22 | 1 | -1/+3 |
|\ | | | | | Use isInstalled of AppManger instead of reimplement it | ||||
| * | Use isInstalled of AppManger instead of reimplement it | Morris Jobke | 2018-03-21 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8791 from nextcloud/cleanup-oc_json | Morris Jobke | 2018-03-22 | 1 | -11/+0 |
|\ \ | | | | | | | Remove unused methods of OC_Json | ||||
| * | | Remove unused methods of OC_Json | Morris Jobke | 2018-03-21 | 1 | -11/+0 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #8922 from nextcloud/deprecated-ocp-files-methods | Roeland Jago Douma | 2018-03-22 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | Deprecated some methods of OCP\Files | ||||
| * | | | Deprecate OCP\Files | Morris Jobke | 2018-03-21 | 1 | -0/+7 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #8918 from nextcloud/remove-deprecated-ocp-response | Morris Jobke | 2018-03-21 | 1 | -66/+0 |
|\ \ \ | | | | | | | | | Remove deprecated and unused OCP\Response | ||||
| * | | | Remove deprecated and unused OCP\Response | Morris Jobke | 2018-03-21 | 1 | -66/+0 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #8920 from nextcloud/hint-files-api | Morris Jobke | 2018-03-21 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Add hint about OCP\Folder::getById | ||||
| * | | | Add hint about OCP\Folder::getById | Morris Jobke | 2018-03-21 | 1 | -0/+3 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> |