summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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>
| * | periodically query calendar resource / room backends for updated resource / ↵Georg Ehrke2018-06-255-0/+46
| | | | | | | | | | | | | | | | | | room information Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | hook up calendar resource managers/backends with server containerGeorg Ehrke2018-06-251-0/+18
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | update resource booking interfaces and add managersGeorg Ehrke2018-06-256-14/+166
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | add resource and room interfacesGeorg Ehrke2018-06-254-0/+250
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Add resource type phpDoc for putContent methodsJulius Härtl2018-06-262-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providersMorris Jobke2018-06-251-0/+65
|\ \ \ | |/ / |/| | Stateful 2fa providers
| * | Make 2FA providers statefulChristoph Wurst2018-06-201-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds persistence to the Nextcloud server 2FA logic so that the server knows which 2FA providers are enabled for a specific user at any time, even when the provider is not available. The `IStatefulProvider` interface was added as tagging interface for providers that are compatible with this new API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix direct access to authen pageRoeland Jago Douma2018-06-201-1/+3
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Update token on regeneration for public loginRoeland Jago Douma2018-06-201-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Add AuthPublicShareControllerTestRoeland Jago Douma2018-06-201-1/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Add PublicShareControllerTestsRoeland Jago Douma2018-06-201-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move public auth page overRoeland Jago Douma2018-06-201-3/+6
| | | | | | | | | | | | | | | | | | | | | Now this is in core so the basics (that 99% of the app will want to use) looks always the same. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma2018-06-202-0/+326
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Don't pretend we can add/remove users to/from groups when we can'tRobin Appelman2018-06-191-0/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #9881 from nextcloud/user-db-backend-querybuilderMorris Jobke2018-06-191-0/+8
|\ \ | | | | | | use query builder in all places in the db user backend
| * | Add count to function builderRobin Appelman2018-06-141-0/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #9823 from ↵blizzz2018-06-181-2/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bufgix/noid/update_token_on_session_id_regenerate Update the token on session regeneration
| * | | Allow updating the token on session regenerationRoeland Jago Douma2018-06-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes when we force a session regeneration we want to update the current token for this session. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #9197 from nextcloud/fix-avatar-centerMorris Jobke2018-06-151-0/+9
|\ \ \ \ | |/ / / |/| | | Fix avatar generator centering
| * | | Fix indentJohn Molakvoæ (skjnldsv)2018-06-131-44/+44
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Avatar imagick bumpJohn Molakvoæ (skjnldsv)2018-06-131-8/+0
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fixed since requirementJohn Molakvoæ (skjnldsv)2018-06-131-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Controller tests fixesJohn Molakvoæ (skjnldsv)2018-06-131-41/+57
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / / Add stricter CSPsRoeland Jago Douma2018-06-134-2/+192
|/ / | | | | | | | | | | | | | | | | | | | | | | * Deprecate our default CSP * Add strict CSP that is always our strictest setting * Add strict eval CSP (disable unsafe-eval) * Add strict inline CSP (disables inline styles) This is just to move forward and have a incremental improvement of our CSP Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9565 from nextcloud/feature/noid/app-settingsMorris Jobke2018-06-061-0/+1
|\ \ | | | | | | Migrate apps management to Vue.js
| * | Move to AppFramework ControllerJulius Härtl2018-06-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Move app management ajax code to AppSettingsController Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add a hint that some indexes are not added yetMorris Jobke2018-06-061-0/+1
|/ / | | | | | | | | | | | | | | | | * gives the admin a chance to discover the missing indexes and improve the performance of the instance without digging through the manual * nicely integrated in the setup checks where this kind of hints belong to * also adds an option to integrate this from an app based on events * fix style of setting warnings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Move caching logic to responseRoeland Jago Douma2018-06-041-2/+14
| | | | | | | | | | | | | | | | | | | | This avoids having to do it at all the places we want cached responses. We can't inject the ITimeFactor without breaking public API. However we can perfectly overwrite the service (resulting in the same testable effect). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add since tagsRoeland Jago Douma2018-05-301-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add human readable description to migration stepsRobin Appelman2018-05-302-0/+32
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #9488 from nextcloud/disabled-users-fixblizzz2018-05-252-0/+44
|\ \ | | | | | | Added disabled count per groups & fixed disabled users query
| * | Fixes since requirementJohn Molakvoæ (skjnldsv)2018-05-241-0/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fixed testsJohn Molakvoæ (skjnldsv)2018-05-241-0/+7
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-241-0/+36
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma2018-05-241-0/+3
|/ / | | | | | | | | | | | | This allows apps to listen to this event in order to also update indecies there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / Fix PHPDocMorris Jobke2018-05-221-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #9444 from nextcloud/techdep/noid/appframework_mapper_to_qbRoeland Jago Douma2018-05-142-1/+286
|\ | | | | Add a QueryBuilder based Mapper
| * The column is not user input so suppress the phan warningRoeland Jago Douma2018-05-141-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add a QueryBuilder MapperRoeland Jago Douma2018-05-102-1/+284
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>