summaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* Update autoloader classmapChristoph Wurst2018-11-292-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Clear avatar cache with frontend repairJohn Molakvoæ (skjnldsv)2018-11-082-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #11786 from nextcloud/feature/password_confirmation_backendMorris Jobke2018-11-062-0/+2
|\ | | | | Expose password confirmation capabilities in the user backend
| * Bump autoloadersRoeland Jago Douma2018-11-022-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #12071 from nextcloud/addressbook-uid-check-migrationRoeland Jago Douma2018-11-022-0/+2
|\ \ | |/ |/| Addressbook uid check migration
| * move migrationJohn Molakvoæ (skjnldsv)2018-11-012-2/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Repair registration and autoload bumpJohn Molakvoæ (skjnldsv)2018-11-012-0/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #11053 from nextcloud/occ-app-update-commandMorris Jobke2018-11-022-0/+2
|\ \ | | | | | | occ app update command
| * | Add occ app:update commandMichael Gerber2018-11-012-0/+2
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #11844 from nextcloud/multiple-link-sharesMorris Jobke2018-11-012-0/+2
|\ \ | |/ |/| allow to create multiple link shares via share api
| * allow to add labels to sharesBjoern Schiessle2018-11-012-0/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Update autoloaderRoeland Jago Douma2018-10-312-0/+4
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #12047 from nextcloud/interfaces-files-fulltextsearchRoeland Jago Douma2018-10-302-0/+2
|\ | | | | Public interfaces Files_FullTextSearch
| * +files_fulltextsearch in autoloaderMaxence Lange2018-10-302-0/+2
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #12140 from nextcloud/fix/expired_token_throttlerRoeland Jago Douma2018-10-302-2/+2
|\ \ | |/ |/| Expired tokens should not trigger bruteforce protection
| * Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-302-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #12056 from nextcloud/interfaces-fulltextsearch-2Roeland Jago Douma2018-10-302-0/+34
|\ \ | |/ |/| Public interfaces FullTextSearch
| * public interfaces FullTextSearchMaxence Lange2018-10-302-0/+34
| | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> -@return mixed Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Merge remote-tracking branch 'origin/interfaces-fulltextsearch-2' into interfaces-fulltextsearch-2 Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Add db column to store hide download stateRoeland Jago Douma2018-10-302-0/+2
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #11627 from nextcloud/feature/noid/cli-remove-appMorris Jobke2018-10-302-0/+2
|\ | | | | Add occ app:remove CLI command
| * Fixed indentsPatrik Kernstock2018-10-052-2/+2
| | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
| * Add occ app:remove CLI commandPatrik Kernstock2018-10-052-0/+2
| | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | Merge pull request #11711 from nextcloud/feature/backgroundjobs_ocpChristoph Wurst2018-10-192-0/+6
|\ \ | | | | | | Add proper backgroundjobs to OCP
| * | Bump autolaodersRoeland Jago Douma2018-10-092-0/+6
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #11740 from nextcloud/feature/noid/account-apiRoeland Jago Douma2018-10-152-0/+12
|\ \ \ | | | | | | | | Public API to get user acocunt data
| * | | Update autoloaderJulius Härtl2018-10-152-0/+12
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | include dashboard into coreMaxence Lange2018-10-152-0/+22
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Merge remote-tracking branch 'origin/interface-dashboard' into interface-dashboard Signed-off-by: Maxence Lange <maxence@artificial-owl.com> moving data object to OCP Signed-off-by: Maxence Lange <maxence@artificial-owl.com> update autoload files Signed-off-by: Maxence Lange <maxence@artificial-owl.com> +@since Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-152-0/+2
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Add admin interface to enforce 2FAChristoph Wurst2018-10-102-0/+2
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / Rename admin security sectionChristoph Wurst2018-10-082-2/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add an endppoint for clients to request an app passwordRoeland Jago Douma2018-10-032-0/+2
| | | | | | | | Now that we allow enforcing 2 factor auth it make sense if we also allow and endpoint where the clients can in the background fetch an apppassword if they were configured before the login flow was present. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #11409 from nextcloud/feature/consolidated-2fa-settingsRoeland Jago Douma2018-10-032-0/+4
|\ | | | | Consolidate personal two-factor provider settings
| * Update autoloader class mapChristoph Wurst2018-10-022-0/+4
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #10967 from nextcloud/zipresponseMorris Jobke2018-10-022-0/+2
|\ \ | |/ |/| Add zip response
| * fixup! Add fix responseRoeland Jago Douma2018-10-021-5/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add fix responseJakob Sack2018-10-022-5/+7
| | | | | | | | implements #7589
* | Add column to DB to store expired passwordsRoeland Jago Douma2018-10-022-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #11433 from nextcloud/feature/all_lax_cookies2Christoph Wurst2018-10-022-0/+2
|\ \ | |/ |/| Make authenticated cookies lax
| * Make authenticated cookies laxRoeland Jago Douma2018-09-282-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This protects our cookies a bit more. It makes sure that when a 3rdparty websites embededs a public alendar for example. That all the users see this in anonymous mode there. It adds a small helper function. In the future we can think about protecting other cookies like this as well. But for now this is sufficient to not have the user logged in at all when doing 3rdparty requests. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Let 2FA providers provide their custom icons (dark/light)Christoph Wurst2018-10-012-0/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Emit event on enablign or disabling of 2FA providerRoeland Jago Douma2018-10-012-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add mandatory 2FA service/classChristoph Wurst2018-09-302-0/+4
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-252-0/+6
| | | | | | | | Ref https://github.com/nextcloud/server/issues/11019. Add `twofactorauth:cleanup` command Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add public interfaces for activable/deactivable 2FA providersChristoph Wurst2018-09-102-0/+4
| | | | | | | 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>
* Update autoloaderRoeland Jago Douma2018-09-052-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add wrapper Logger in DIContainerRoeland Jago Douma2018-09-042-0/+2
| | | | | | | This makes sure that for example app for the context is always set. We can in the future extend this to include more info. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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