summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
* | Code style fixes and cleanupJulius Härtl2019-11-272-4/+4
* | Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-277-0/+502
* | Merge pull request #18019 from nextcloud/enhancement/password-policy-eventsRoeland Jago Douma2019-11-272-0/+101
|\ \
| * | Add typed events for password_policyChristoph Wurst2019-11-272-0/+101
* | | Merge pull request #17834 from nextcloud/enh/noid/generic-event-replacement-tk2blizzz2019-11-271-0/+169
|\ \ \ | |/ / |/| |
| * | add Nextcloud specific GenericEvent implementationArthur Schiwon2019-11-261-0/+169
| |/
* | Merge pull request #17948 from nextcloud/enh/check-if-property-is-boolRoeland Jago Douma2019-11-261-6/+18
|\ \ | |/ |/|
| * Make isXXX available for bool properties onlyDaniel Kesselberg2019-11-161-6/+18
* | Merge pull request #18108 from nextcloud/refactor/strict-credential-storeRoeland Jago Douma2019-11-261-4/+5
|\ \
| * | Add return type hint to credential store and make it strictChristoph Wurst2019-11-251-4/+5
* | | Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-resultblizzz2019-11-251-2/+2
|\ \ \ | |/ / |/| |
| * | fix documentation, get and createGroup may return nullArthur Schiwon2019-11-251-2/+2
* | | Some php-cs fixesRoeland Jago Douma2019-11-22154-106/+111
|/ /
* | Make the post login event publicChristoph Wurst2019-11-201-0/+76
* | Merge pull request #16828 from nextcloud/feature/noid/accept-incoming-sharesRoeland Jago Douma2019-11-183-0/+62
|\ \
| * | Only restrict loading of group and user shares for nowJoas Schilling2019-11-121-0/+6
| * | Allow to accept group sharesJoas Schilling2019-11-122-0/+22
| * | Respect the accepted flag for group and user sharesJoas Schilling2019-11-121-0/+34
* | | Merge remote-tracking branch 'origin/master' into filecache-extensionRoeland Jago Douma2019-11-184-4/+101
|\ \ \ | | |/ | |/|
| * | relax dependency on GenericEvent, instead stay compatible with old eventsArthur Schiwon2019-11-134-4/+101
| |/
* | dont expose metadata etag for nowRobin Appelman2019-11-131-10/+0
* | expose filecache extension data in FileInfoRobin Appelman2019-11-131-0/+36
* | store filecache extension fieldsRobin Appelman2019-11-131-0/+24
* | add count() as shortcut for count('*') in FunctionBuilderRobin Appelman2019-11-131-1/+1
* | return from QueryBuilder instead of IQueryBuilderRobin Appelman2019-11-131-31/+31
|/
* Do not throw an exception for base App classJulius Härtl2019-11-081-1/+1
* mark getAppContainer as a valid way to construct app containersRobin Appelman2019-11-041-0/+8
* Merge pull request #17506 from nextcloud/bugfix/12790/workflow-frontendblizzz2019-11-041-3/+0
|\
| * do not break on Checkers that do not need specific context infoArthur Schiwon2019-10-291-3/+0
* | fixup! Get all shares as iterableDaniel Calviño Sánchez2019-10-302-0/+2
* | Get all shares as iterableRoeland Jago Douma2019-10-302-0/+19
* | Merge pull request #17562 from nextcloud/techdebt/17509/log-error-when-settin...Roeland Jago Douma2019-10-291-2/+25
|\ \
| * | Log an error in development cases when the application class was set up incor...Joas Schilling2019-10-161-2/+25
* | | Having the contructor in the interface makes no sense...Roeland Jago Douma2019-10-291-7/+0
| |/ |/|
* | Merge pull request #17173 from nextcloud/feature/event-broadcastingRoeland Jago Douma2019-10-282-0/+128
|\ \
| * | Make it possible to broadcast events to (web) clientsChristoph Wurst2019-10-282-0/+128
* | | Add isXXX getter to EntityChristoph Wurst2019-10-221-9/+12
|/ /
* / use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-178-8/+8
|/
* Allow to set the group display name in the database backendJoas Schilling2019-09-272-0/+47
* Add a displayname to the database group backendJoas Schilling2019-09-271-0/+3
* Add talk-attachment as a rich object typeJoas Schilling2019-09-171-0/+37
* Merge pull request #17151 from nextcloud/td/remove/createPreviewRoeland Jago Douma2019-09-151-12/+0
|\
| * Remove deprecated function createPreviewRoeland Jago Douma2019-09-151-12/+0
* | Disable app token creation for impersonated people, ref #15539Greta Doci2019-09-151-0/+17
|/
* Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst2019-09-123-2/+18
* Add Symfony inspired typed event dispatcher methodChristoph Wurst2019-09-111-0/+12
* Merge pull request #16682 from nextcloud/enh/12790/workflow-backendRoeland Jago Douma2019-09-1111-26/+573
|\
| * fix missing @since'sArthur Schiwon2019-09-092-0/+13
| * entities equip the RuleMatcher on the events they are aware ofArthur Schiwon2019-09-092-3/+11
| * let a dedicate service serve a stateful processArthur Schiwon2019-09-095-46/+63