summaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10334 from denismosolov/group-addDenis Mosolov2018-08-242-0/+4
|\ | | | | Add options to create/remove groups via occ
| * Add an options to create and remove groups via occDenis Mosolov2018-08-162-0/+4
| | | | | | | | Signed-off-by: Denis Mosolov <denismosolov@gmail.com>
* | Merge pull request #10526 from steiny2k/HEICHEIFMorris Jobke2018-08-222-0/+2
|\ \ | | | | | | Support HEIC for previews
| * | Develop HEIC/HEIF preview support #7406Sebastian Steinmetz2018-08-112-0/+2
| | | | | | | | | Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
* | | Bump autoloaderRoeland Jago Douma2018-08-202-0/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Update autoloaderDaniel Kesselberg2018-08-122-2/+0
|/ / | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add "password_by_talk" column to "share" table in the databaseDaniel Calviño Sánchez2018-07-242-0/+2
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Autoresize + autoloaderJohn Molakvoæ (skjnldsv)2018-07-212-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Autoloader bumpJohn Molakvoæ (skjnldsv)2018-07-192-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* autoloader bumpJohn Molakvoæ (skjnldsv)2018-07-192-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #10110 from nextcloud/feature/100500/whats-new-info-usersMorris Jobke2018-07-132-0/+6
|\ | | | | Display What's New info to users
| * Backend work to provide NC whats New info to usersArthur Schiwon2018-07-052-0/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | update autoloaderBjoern Schiessle2018-07-112-0/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Add repair job for pending cron jobsMorris Jobke2018-07-092-0/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* replace \OCP\Federation\Exception\ShareNotFoundException with the generic ↵Bjoern Schiessle2018-07-022-2/+6
| | | | | | \OCP\Share\Exception\ShareNotFound exception Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* start implementing federated sharing 2.0Bjoern Schiessle2018-07-022-0/+26
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #10048 from nextcloud/feature/9760/systemd-loggerblizzz2018-06-302-0/+2
|\ | | | | Systemd Logger
| * Added a logger for systemd/journaldJohannes Ernst2018-06-292-0/+2
| | | | | | | | | | | | Added a unit test Signed-off-by: Johannes Ernst <jernst@indiecomputing.com>
* | Bump autoloader and fix testsJulius Härtl2018-06-292-2/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* adjust backend and gui to update and changelog serverArthur Schiwon2018-06-292-0/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #9773 from nextcloud/feature/noid/resource_bookingMorris Jobke2018-06-292-0/+18
|\ | | | | resource booking
| * update classloader/classmap for calendar resource booking changesGeorg Ehrke2018-06-252-0/+18
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providersMorris Jobke2018-06-252-0/+14
|\ \ | |/ |/| Stateful 2fa providers
| * Make 2FA providers statefulChristoph Wurst2018-06-202-0/+14
| | | | | | | | | | | | | | | | | | | | | | 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>
* | Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma2018-06-202-0/+8
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Initial PKT implementationRoeland Jago Douma2018-06-182-0/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add new authtoken v2 columns to the authtoken tableRoeland Jago Douma2018-06-182-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Abstract the Provider via a managerRoeland Jago Douma2018-06-182-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9846 from nextcloud/feature/noid/add_stricter_cspsJohn Molakvoæ2018-06-132-0/+6
|\ | | | | Add stricter CSPs
| * Add stricter CSPsRoeland Jago Douma2018-06-132-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Background job to clean up old backups of the updaterMorris Jobke2018-06-132-0/+4
|/ | | | | | | * a one-time job gets scheduled after each update via a repair job * the job remove all directories inside data/updater-INSTANCEID/backups except the 3 most recent ones (determined by mtime of the folder) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge tips & tricks section into setup checksMorris Jobke2018-06-132-2/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add a hint that some indexes are not added yetMorris Jobke2018-06-062-0/+2
| | | | | | | | | * 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>
* Merge pull request #9483 from nextcloud/azure-blobMorris Jobke2018-06-042-0/+2
|\ | | | | add azure object storage backend
| * Bump autoloaderRoeland Jago Douma2018-06-042-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9425 from nextcloud/db-reconnect-timeoutMorris Jobke2018-06-042-0/+2
|\ \ | |/ |/| Check connection status and attempt to reconnect each each minute
| * Check connection status and attempt to reconnect each each minuteRobin Appelman2018-05-082-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-242-0/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #8824 from nextcloud/settings-vueMorris Jobke2018-05-232-2/+0
|\ \ | | | | | | Vue migration: settings
| * | Composer autoloader bumpJohn Molakvoæ (skjnldsv)2018-05-162-2/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Certain tokens can expireRoeland Jago Douma2018-05-172-0/+4
|/ / | | | | | | | | | | | | | | However due to the nature of what we store in the token (encrypted passwords etc). We can't just delete the tokens because that would make the oauth refresh useless. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9444 from nextcloud/techdep/noid/appframework_mapper_to_qbRoeland Jago Douma2018-05-142-0/+2
|\ \ | | | | | | Add a QueryBuilder based Mapper
| * | Bump autoloaderRoeland Jago Douma2018-05-102-0/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Add the jobRoeland Jago Douma2018-05-142-0/+4
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Dump autoloaderJulius Härtl2018-05-032-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update autoloaderJulius Härtl2018-05-032-0/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-262-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* move IFileBased to public namespace, logreader needs itArthur Schiwon2018-04-262-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-262-2/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>