aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-18/+18
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Added Hook before Message is sendArne Hamann2020-03-241-1/+2
| | | | Signed-off-by: Arne Hamann <kontakt+github@arne.email>
* Fix recursive calls in logging via server methodsJoas Schilling2020-03-181-153/+194
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move deprecated aliases over to new registrationRoeland Jago Douma2020-03-151-64/+64
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add a deprecated alias registration to find deprecated usagesRoeland Jago Douma2020-03-151-0/+17
| | | | | | | | | Fixes #19345 Basically just a stupid wrapper with extra logging. So that we can at least inform people they are using the wrong methods. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* disable timeout on app install via cliArthur Schiwon2020-02-121-1/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #17018 from ↵Joas Schilling2019-12-161-0/+1
|\ | | | | | | | | nextcloud/feature/noid/allow-to-force-enable-via-cli Allow to force enable apps via CLI
| * Allow to force enable apps via CLIJoas Schilling2019-12-131-0/+1
| | | | | | | | | | | | Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | config.php setting to always accept internal sharesRoeland Jago Douma2019-12-161-1/+2
|/ | | | | | Part of #18255 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18350 from nextcloud/enhancement/typed-group-events-IIRoeland Jago Douma2019-12-111-2/+44
|\ | | | | Add typed events for all group hooks and legacy events
| * Add typed events for all group hooks and legacy eventsChristoph Wurst2019-12-111-2/+44
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #18348 from nextcloud/enhancement/typed-user-events-IIChristoph Wurst2019-12-111-5/+71
|\ \ | | | | | | Add typed events for all user hooks and legacy events
| * | Add typed events for all user hooks and legacy eventsChristoph Wurst2019-12-111-5/+71
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / Deprecate hooks, emitter and Symfony dispatcher mechanismsChristoph Wurst2019-12-111-0/+1
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Ensure that we don't merge broken json.Daniel Kesselberg2019-12-091-0/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Decouple resource provider registrationDaniel Kesselberg2019-12-071-0/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update license headersChristoph Wurst2019-12-051-3/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add typed create user eventsChristoph Wurst2019-12-031-3/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-271-0/+2
| | | | | | mobile apps Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Harden identifyproof openssl codeRoeland Jago Douma2019-09-141-8/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* emit file events via Dispatcher, tooArthur Schiwon2019-09-091-1/+1
| | | | | | another step to get rid of hooks and emitters Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix report of phpstan in LimiterRoeland Jago Douma2019-08-191-8/+0
| | | | | | | | * unneeded arguments to constructor * added return types * let automatic DI do its work Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make sure SystemConfig class can be injected and syslog_tag is fetched properlyJulius Härtl2019-08-131-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add proper PostLoginEventRoeland Jago Douma2019-07-291-1/+3
| | | | | | | This can be used by othr mechanisms to listen for this event in a lazy fashion. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #15040 from ↵Morris Jobke2019-07-171-1/+2
|\ | | | | | | | | nextcloud/feature/13980/push-for-deleted-notifications Notifications overhaul
| * Fix creation of the ManagerJoas Schilling2019-07-151-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #16075 from nextcloud/bugfix/15823/app-restricted-groupsMorris Jobke2019-07-171-1/+2
|\ \ | |/ |/| Remove deleted groups from app restrictions fixes #15823
| * Properly inject the loggerMorris Jobke2019-07-161-1/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #15730 from nextcloud/enh/14179/event_for_cspRoeland Jago Douma2019-07-091-4/+2
|\ \ | | | | | | Add an event to edit the CSP
| * | Add an event to edit the CSPRoeland Jago Douma2019-07-081-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | This introduces and event that can be listend to when we actually use the CSP. This means that apps no longer have to always inject their CSP but only do so when it is required. Yay for being lazy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | allow injecting CsrfTokenManager by classRobin Appelman2019-07-091-2/+3
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Mimetype list integrity check should not fail if it's changed (#15810)John Molakvoæ2019-07-071-1/+2
|\ \ | | | | | | Mimetype list integrity check should not fail if it's changed
| * | Do not fail integrity check if mimetype list is changedXheni Myrtaj2019-05-291-1/+2
| |/ | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
* | Allow IProviderV2 for previews as wellJohn Molakvoæ (skjnldsv)2019-07-051-7/+18
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add event dispatcher to OCPChristoph Wurst2019-06-251-8/+4
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix l10n for SettingsManager by injecting the l10n factoryMorris Jobke2019-05-211-1/+1
| | | | | | Fixes #10832 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add interfaces to interact with subscription from support appMorris Jobke2019-05-131-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unnecessary event dispatcherJoas Schilling2019-04-091-2/+1
| | | | | | The event is already triggered in OC\User\User::triggerChange Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't get the avatar when we don't operate anywayJoas Schilling2019-04-091-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Cleanup some PHPDoc leftovers and unused variablesMorris Jobke2019-03-061-6/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-3/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add guest navigation typeJulius Härtl2019-02-181-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement guest avatar endpointMichael Weimann2019-02-071-0/+1
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Provide initial stateRoeland Jago Douma2019-01-291-0/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Expose subadmin to OCPRoeland Jago Douma2019-01-291-0/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add isTokenLogin argument to post login hook/eventChristoph Wurst2019-01-231-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the real logger in the settingsRoeland Jago Douma2019-01-071-2/+3
| | | | | | | | Fixes #13285 The wrapper logger should not be used here. But we need the real logger. Since this in internal we can just pass that on directly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Clear avatar cache with frontend repairJohn Molakvoæ (skjnldsv)2018-11-081-2/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* The identityproof manager should be in ServerRoeland Jago Douma2018-11-021-0/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>