summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11139 from nextcloud/feature/2fa-provider-activatable-dea...blizzz2018-09-112-0/+102
|\
| * Add public interfaces for activable/deactivable 2FA providersChristoph Wurst2018-09-102-0/+102
* | Fix exception classJoas Schilling2018-09-101-1/+1
|/
* Fix @since version on new APIChristoph Wurst2018-09-051-1/+1
* Add breadcrumb support to crash reportersChristoph Wurst2018-09-052-0/+54
* Merge pull request #11044 from nextcloud/td/8.2.0-public-utilChristoph Wurst2018-09-041-44/+0
|\
| * Remove deprecated methods from OCP\UtilRoeland Jago Douma2018-09-041-44/+0
* | Deprecate the childSrc functionsRoeland Jago Douma2018-09-041-0/+2
* | Add workerSrc to CSPRoeland Jago Douma2018-09-042-0/+34
|/
* Fix typo in IUserManager::createUser docChristoph Wurst2018-08-161-1/+1
* Merge pull request #10481 from nextcloud/feature/noid/make-info-available-if-...Roeland Jago Douma2018-08-011-0/+8
|\
| * Make the info available if the avatar was uploaded or generatedJoas Schilling2018-08-011-0/+8
* | Fixed tiny grammar issuerakekniven2018-07-311-2/+2
|/
* Allow to filter the unread count by verbJoas Schilling2018-07-301-1/+2
* Add pagination supportJoas Schilling2018-07-251-1/+3
* Allow to search by commentsJoas Schilling2018-07-251-0/+12
* Add "sendPasswordByTalk" property to sharesDaniel Calviño Sánchez2018-07-241-0/+23
* Comply @since requirementsJohn Molakvoæ (skjnldsv)2018-07-231-0/+1
* Design structure fixesJohn Molakvoæ (skjnldsv)2018-07-211-0/+9
* allow to add a personal note to a shareBjoern Schiessle2018-07-211-0/+18
* Merge pull request #10229 from nextcloud/feature/noid/allow-notifiers-to-know...Morris Jobke2018-07-201-0/+12
|\
| * Allow notifiers to know whether we are preparing push notificationsJoas Schilling2018-07-131-0/+12
* | Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke2018-07-131-0/+34
|\ \
| * | SharedWithDisplayName + SharedWithAvatarMaxence Lange2018-05-211-0/+34
* | | Merge pull request #10110 from nextcloud/feature/100500/whats-new-info-usersMorris Jobke2018-07-132-4/+86
|\ \ \ | |_|/ |/| |
| * | Backend work to provide NC whats New info to usersArthur Schiwon2018-07-052-4/+86
* | | Merge pull request #10204 from nextcloud/fix/noid/strict_csp_evalMorris Jobke2018-07-111-1/+1
|\ \ \
| * | | Disallow eval on the StrictEvalCSPRoeland Jago Douma2018-07-111-1/+1
* | | | Merge pull request #9895 from nextcloud/fed-group-sharesMorris Jobke2018-07-111-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | implement federated group sharesBjoern Schiessle2018-07-111-0/+8
| |/ /
* | | Merge pull request #10179 from nextcloud/mount-filterMorris Jobke2018-07-111-0/+8
|\ \ \
| * | | Add the option to filter mounts for a userRobin Appelman2018-07-101-0/+8
| |/ /
* | | Separate fopen into read and write methodsJulius Härtl2018-07-111-2/+11
* | | Add fopen method to ISimpleFileJulius Härtl2018-07-111-0/+9
|/ /
* | Fix PHPDocMorris Jobke2018-07-051-1/+1
* | getDeletedSharedWith methodJohn Molakvoæ (skjnldsv)2018-07-051-0/+14
* | Add API to undelete delete group sharesRoeland Jago Douma2018-07-052-0/+29
* | fix return type from send shareBjoern Schiessle2018-07-021-1/+1
* | add support for different share typesBjoern Schiessle2018-07-021-0/+9
* | cleanup variable naming, it is actually a resource typeBjoern Schiessle2018-07-021-7/+7
* | some minor fixes and clode cleanupBjoern Schiessle2018-07-0210-3/+87
* | replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC...Bjoern Schiessle2018-07-023-33/+3
* | send reshare over OCM APIBjoern Schiessle2018-07-022-2/+3
* | implement accept share notificationBjoern Schiessle2018-07-024-3/+113
* | adjust to latest api versionBjoern Schiessle2018-07-024-7/+20
* | send accept share notification (WIP)Bjoern Schiessle2018-07-024-9/+52
* | use new API to send a federated share if possibleBjoern Schiessle2018-07-022-9/+2
* | check if cloud federation api is readyBjoern Schiessle2018-07-021-0/+9
* | implement receiving of federated sharesBjoern Schiessle2018-07-022-7/+11
* | start implementing federated sharing 2.0Bjoern Schiessle2018-07-0210-0/+667