summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Proxy server could cache http response when it is not privateClement Wong2020-05-131-3/+3
| | | | Signed-off-by: Clement Wong <git@clement.hk>
* Merge pull request #20512 from nextcloud/backport/20246/stable18Roeland Jago Douma2020-04-202-3/+4
|\ | | | | [stable18] Provide the proper language to the mailer
| * Provide the proper language to the mailerRoeland Jago Douma2020-04-182-3/+4
| | | | | | | | | | | | | | Else we can't properly translate the footer in the recipients e-mail language. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | fix credentialsManager documentation and ensure userId to be used as stringArthur Schiwon2020-04-161-3/+3
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-061-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fixes the return type of BeforeUserLoggedInEventArthur Schiwon2020-04-031-2/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix requested changesTimObert2020-02-231-10/+5
| | | | Signed-off-by: Tim Obert <tobert@w-commerce.de>
* Change the route generation of AuthPublicShareController.php and adjust the ↵Tim Obert2020-02-231-3/+13
| | | | | | routes for file sharing Signed-off-by: Tim Obert <tobert@w-commerce.de>
* Allow to overwrite the path on the cache eventJoas Schilling2020-02-171-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* always require a message paramter for data loggingArthur Schiwon2020-02-101-3/+3
| | | | | | also ensure it plays well with current log reader Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* log Flow activityArthur Schiwon2020-02-101-0/+42
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #17861 from ↵Roeland Jago Douma2020-01-071-8/+9
|\ | | | | | | | | nextcloud/fix-tab-navigation-of-menu-in-public-share-pages Fix tab navigation of menu in public share pages
| * Split the menu entry for external shares in twoDaniel Calviño Sánchez2019-12-301-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The external shares entry showed a "button" that, when pressed, replaced the button with the input to set the remote share address. The "button" was actually a label for the input, so when the label was focused it transferred the focus to the input and thus pressing enter or space did not show the input. Moreover, inputs inside links are not valid HTML, and once shown there was no way to hide the input again. Due to all this, and for consistency with the direct link input, the external share input was moved to a different menu item that is shown and hidden when the button, which nows is also a real button, is clicked. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Format HTML elementsDaniel Calviño Sánchez2019-12-301-8/+8
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Use the new Events in FlowRoeland Jago Douma2020-01-024-6/+171
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18483 from nextcloud/fix/license-headers-18Christoph Wurst2019-12-2033-59/+100
|\ | | | | Update license headers for 18
| * Update license headers for 18Christoph Wurst2019-12-2033-59/+100
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #18080 from nextcloud/enhancement/noid/add-timeoutblizzz2019-12-201-0/+91
|\ \ | |/ |/| adding timeout param
| * nullable paramsMaxence Lange2019-12-131-1/+1
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * +ManuallyLockedExceptionMaxence Lange2019-12-121-0/+91
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #17018 from ↵Joas Schilling2019-12-161-2/+4
|\ \ | | | | | | | | | | | | 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-2/+4
| | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #18384 from ↵Roeland Jago Douma2019-12-161-0/+53
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/18255/global_config_to_always_accept config.php setting to always accept internal shares
| * | | config.php setting to always accept internal sharesRoeland Jago Douma2019-12-161-0/+53
| |/ / | | | | | | | | | | | | | | | Part of #18255 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / Add typed events for the filesystem/scannerChristoph Wurst2019-12-137-0/+434
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #18236 from ↵Roeland Jago Douma2019-12-122-2/+13
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/always-detect-mimetype-by-content-in-workflows Allow to detect mimetype by content
| * | Allow to specify apps that somethign is a dirJoas Schilling2019-12-101-1/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Allow to check for the mimetype by content onlyJoas Schilling2019-12-101-1/+9
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #18350 from nextcloud/enhancement/typed-group-events-IIRoeland Jago Douma2019-12-118-0/+492
|\ \ \ | | | | | | | | Add typed events for all group hooks and legacy events
| * | | Add typed events for all group hooks and legacy eventsChristoph Wurst2019-12-118-0/+492
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #18348 from nextcloud/enhancement/typed-user-events-IIChristoph Wurst2019-12-1112-0/+805
|\ \ \ \ | | | | | | | | | | Add typed events for all user hooks and legacy events
| * | | | Add typed events for all user hooks and legacy eventsChristoph Wurst2019-12-1112-0/+805
| |/ / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-pathRoeland Jago Douma2019-12-111-0/+2
|\ \ \ \ | |/ / / |/| | | Use file path for direct editing
| * | | Use file path for direct editingJulius Härtl2019-12-051-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Add interface for notification handler for dimissed eventsRoeland Jago Douma2019-12-102-0/+50
| |/ / |/| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Decouple resource provider registrationDaniel Kesselberg2019-12-072-0/+42
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Update license headersChristoph Wurst2019-12-05461-761/+1267
| |/ |/| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #17941 from nextcloud/search-by-ownerRoeland Jago Douma2019-12-051-0/+8
|\ \ | |/ |/| Allow filtering the search results to the users home storage
| * add @since to limitToHomeRobin Appelman2019-12-031-0/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Allow filtering the search results to the users home storageRobin Appelman2019-12-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done by adding a ```xml <d:eq> <d:prop> <oc:owner-id/> </d:prop> <d:literal>$userId</d:literal> </d:eq> ``` clause to the search query. Searching by `owner-id` can only be done with the current user id and the comparison can not be inside a `<d:not>` or `<d:or>` statement Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma2019-12-041-0/+30
|\ \ | | | | | | dont set folder size to negative values during propagation
| * | add LEAST and GREATER to db function builderRobin Appelman2019-11-261-0/+30
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Add missing getUser method to direct editing IToken interfaceJulius Härtl2019-12-031-0/+6
| |/ |/| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add typed create user eventsChristoph Wurst2019-12-032-0/+134
| | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #18134 from nextcloud/enh/noid/flow-extend-scopeRoeland Jago Douma2019-11-286-0/+219
|\ \ | | | | | | allow user flows when the acting user is legitimate, but not its owner
| * | add convenience interfaces so entities can provide presentable detailsArthur Schiwon2019-11-285-0/+180
| | | | | | | | | | | | | | | | | | the File entity starts with a display text (used by talk) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon2019-11-282-0/+39
| | | | | | | | | | | | | | | | | | for instance, when a sharee changes a file, the owner can act upon Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Properly anotate LockedException in files node apiJulius Härtl2019-11-282-13/+29
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add mimetype to creatorsJulius Härtl2019-11-271-0/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Code style fixes and cleanupJulius Härtl2019-11-272-4/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>