summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11409 from nextcloud/feature/consolidated-2fa-settingsRoeland Jago Douma2018-10-032-0/+90
|\ | | | | Consolidate personal two-factor provider settings
| * Consolidate personal two-factor provider settingsChristoph Wurst2018-10-022-0/+90
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #10967 from nextcloud/zipresponseMorris Jobke2018-10-021-0/+87
|\ \ | |/ |/| Add zip response
| * Add PHPDocMorris Jobke2018-10-021-4/+14
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * fixup! Add fix responseRoeland Jago Douma2018-10-021-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * fixup! Add fix responseRoeland Jago Douma2018-10-021-3/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add fix responseJakob Sack2018-10-021-0/+75
| | | | | | | | implements #7589
* | Document possibly thrown excption of QBMapper::insertOrUpdateChristoph Wurst2018-10-021-0/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Add QBMapper::insertOrUpdate()Christoph Wurst2018-10-021-1/+18
|/ | | | | | | | This allows elegant upserts where the entity ID is provided (e.g. by an external system) and when that data is fed into our database multiple times. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Let 2FA providers provide their custom icons (dark/light)Christoph Wurst2018-10-011-0/+55
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Emit event on enablign or disabling of 2FA providerRoeland Jago Douma2018-10-012-0/+66
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-251-0/+15
| | | | | | | | Ref https://github.com/nextcloud/server/issues/11019. Add `twofactorauth:cleanup` command Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #11134 from nextcloud/locale-template-fixJoas Schilling2018-09-191-0/+10
|\ | | | | Use user locale as default in the template
| * Fix since tagJohn Molakvoæ (skjnldsv)2018-09-191-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * TypehintJohn Molakvoæ (skjnldsv)2018-09-101-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Since requirementJohn Molakvoæ (skjnldsv)2018-09-101-0/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix public l10nJohn Molakvoæ (skjnldsv)2018-09-101-1/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Use user locale as default in the templateJohn Molakvoæ (skjnldsv)2018-09-101-0/+8
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #11139 from ↵blizzz2018-09-112-0/+102
|\ \ | | | | | | | | | | | | nextcloud/feature/2fa-provider-activatable-deactivatable [Mandatory 2FA] Add public interfaces for activable/deactivable 2FA providers
| * | Add public interfaces for activable/deactivable 2FA providersChristoph Wurst2018-09-102-0/+102
| |/ | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/11018. Required for https://github.com/nextcloud/server/issues/11019. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / Fix exception classJoas Schilling2018-09-101-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix @since version on new APIChristoph Wurst2018-09-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add breadcrumb support to crash reportersChristoph Wurst2018-09-052-0/+54
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #11044 from nextcloud/td/8.2.0-public-utilChristoph Wurst2018-09-041-44/+0
|\ | | | | Remove deprecated methods from OCP\Util
| * Remove deprecated methods from OCP\UtilRoeland Jago Douma2018-09-041-44/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Deprecate the childSrc functionsRoeland Jago Douma2018-09-041-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add workerSrc to CSPRoeland Jago Douma2018-09-042-0/+34
|/ | | | | | | | | Fixes #11035 Since the child-src directive is deprecated (we should kill it at some point) we need to have the proper worker-src available Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix typo in IUserManager::createUser docChristoph Wurst2018-08-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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>