aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10481 from ↵Roeland Jago Douma2018-08-011-0/+8
|\ | | | | | | | | nextcloud/feature/noid/make-info-available-if-the-avatar-was-uploaded Make the info available if the avatar was uploaded or generated
| * Make the info available if the avatar was uploaded or generatedJoas Schilling2018-08-011-0/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fixed tiny grammar issuerakekniven2018-07-311-2/+2
|/ | | | | ID in uppercase. Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
* Allow to filter the unread count by verbJoas Schilling2018-07-301-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add pagination supportJoas Schilling2018-07-251-1/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to search by commentsJoas Schilling2018-07-251-0/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add "sendPasswordByTalk" property to sharesDaniel Calviño Sánchez2018-07-241-0/+23
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Comply @since requirementsJohn Molakvoæ (skjnldsv)2018-07-231-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Design structure fixesJohn Molakvoæ (skjnldsv)2018-07-211-0/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* allow to add a personal note to a shareBjoern Schiessle2018-07-211-0/+18
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #10229 from ↵Morris Jobke2018-07-201-0/+12
|\ | | | | | | | | nextcloud/feature/noid/allow-notifiers-to-know-if-we-prepare-push-notifications Allow notifiers to know if we prepare push notifications
| * Allow notifiers to know whether we are preparing push notificationsJoas Schilling2018-07-131-0/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke2018-07-131-0/+34
|\ \ | | | | | | sharedWithDisplayName & sharedWithAvatar
| * | SharedWithDisplayName + SharedWithAvatarMaxence Lange2018-05-211-0/+34
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #10110 from nextcloud/feature/100500/whats-new-info-usersMorris Jobke2018-07-132-4/+86
|\ \ \ | |_|/ |/| | Display What's New info to users
| * | Backend work to provide NC whats New info to usersArthur Schiwon2018-07-052-4/+86
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #10204 from nextcloud/fix/noid/strict_csp_evalMorris Jobke2018-07-111-1/+1
|\ \ \ | | | | | | | | Disallow eval on the StrictEvalCSP
| * | | Disallow eval on the StrictEvalCSPRoeland Jago Douma2018-07-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #9895 from nextcloud/fed-group-sharesMorris Jobke2018-07-111-0/+8
|\ \ \ \ | |/ / / |/| | | implement federated group sharing
| * | | implement federated group sharesBjoern Schiessle2018-07-111-0/+8
| |/ / | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #10179 from nextcloud/mount-filterMorris Jobke2018-07-111-0/+8
|\ \ \ | | | | | | | | Add the option to filter mounts for a user
| * | | Add the option to filter mounts for a userRobin Appelman2018-07-101-0/+8
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Separate fopen into read and write methodsJulius Härtl2018-07-111-2/+11
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add fopen method to ISimpleFileJulius Härtl2018-07-111-0/+9
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix PHPDocMorris Jobke2018-07-051-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | getDeletedSharedWith methodJohn Molakvoæ (skjnldsv)2018-07-051-0/+14
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add API to undelete delete group sharesRoeland Jago Douma2018-07-052-0/+29
| | | | | | | | | | | | | | | | | | | | | | When a group share is deleted we keep track of this in the DB. Right now it is only possible for a recipient to get back the share by asking the sharer to delete it and to share it again. This doesn't scale. This endpoint makes it possible to get back the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | fix return type from send shareBjoern Schiessle2018-07-021-1/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | add support for different share typesBjoern Schiessle2018-07-021-0/+9
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | cleanup variable naming, it is actually a resource typeBjoern Schiessle2018-07-021-7/+7
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | some minor fixes and clode cleanupBjoern Schiessle2018-07-0210-3/+87
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | replace \OCP\Federation\Exception\ShareNotFoundException with the generic ↵Bjoern Schiessle2018-07-023-33/+3
| | | | | | | | | | | | \OCP\Share\Exception\ShareNotFound exception Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | send reshare over OCM APIBjoern Schiessle2018-07-022-2/+3
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | implement accept share notificationBjoern Schiessle2018-07-024-3/+113
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | adjust to latest api versionBjoern Schiessle2018-07-024-7/+20
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | send accept share notification (WIP)Bjoern Schiessle2018-07-024-9/+52
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | use new API to send a federated share if possibleBjoern Schiessle2018-07-022-9/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | check if cloud federation api is readyBjoern Schiessle2018-07-021-0/+9
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | implement receiving of federated sharesBjoern Schiessle2018-07-022-7/+11
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | start implementing federated sharing 2.0Bjoern Schiessle2018-07-0210-0/+667
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Added a logger for systemd/journaldJohannes Ernst2018-06-291-1/+2
| | | | | | | | | | | | Added a unit test Signed-off-by: Johannes Ernst <jernst@indiecomputing.com>
* | adjust backend and gui to update and changelog serverArthur Schiwon2018-06-291-0/+10
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #5623 from nextcloud/locale-settingMorris Jobke2018-06-292-0/+38
|\ \ | | | | | | Add user locale/region setting
| * | Update PHPDocMorris Jobke2018-06-291-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | docblock version fixesGeorg Ehrke2018-06-282-5/+5
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | add findLocale() to public interfaceThomas Citharel2018-06-271-0/+7
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Fix review & testsThomas Citharel2018-06-271-0/+22
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Allow apps to specify locale for localisationThomas Citharel2018-06-271-0/+9
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #9773 from nextcloud/feature/noid/resource_bookingMorris Jobke2018-06-298-0/+492
|\ \ \ | |/ / |/| | resource booking
| * | Calendar resource booking: unit tests / adding missing annotationsGeorg Ehrke2018-06-255-0/+26
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>