summaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6097 from nextcloud/issue-6078-accounts-table-missingMorris Jobke2017-08-142-0/+2
|\ | | | | Make sure the accounts table exists
| * Update autoloaderMorris Jobke2017-08-142-0/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Add a repair step to drop the account_terms table on oc migrationJoas Schilling2017-08-072-0/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #5644 from nextcloud/add-occ-app-installMorris Jobke2017-07-272-0/+2
|\ | | | | add occ app:install command
| * update autoloadersualko2017-07-262-0/+2
| | | | | | | | Signed-off-by: sualko <klaus@jsxc.org>
* | Add new bundleLukas Reschke2017-07-262-0/+2
|/ | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove generate change script which doesnt work with migrations anymoreJoas Schilling2017-07-252-2/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix autoloaderMorris Jobke2017-07-252-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update autoloaderRoeland Jago Douma2017-07-242-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* PrivateData to appRoeland Jago Douma2017-07-212-2/+0
| | | | | | | * PrivateData is an app now: https://github.com/nextcloud/privatedata * No need to load the OCS routes.php (as there is none!) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update autoloaderRoeland Jago Douma2017-07-132-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix autoloaderRoeland Jago Douma2017-07-132-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #5567 from nextcloud/public-capabilitiesRoeland Jago Douma2017-07-122-0/+2
|\ | | | | Public capabilities API
| * Update autoloaderMorris Jobke2017-07-042-0/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #5424 from nextcloud/moveFromCache-from-sharedMorris Jobke2017-07-062-0/+2
|\ \ | | | | | | fix moving folders out of a cache jail
| * | Run repair step only onceMorris Jobke2017-06-222-0/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Fix autoloader and namespace testMorris Jobke2017-07-052-0/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Update autoloadingJoas Schilling2017-07-052-0/+20
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #5441 from nextcloud/custom-theme-updateMorris Jobke2017-07-052-0/+2
|\ \ \ | | | | | | | | Add command to apply updates to custom themes
| * | | Add command to apply updates to custom themesJulius Härtl2017-07-052-0/+2
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | / Move sync client to the firstrunwizard appJoas Schilling2017-07-042-2/+0
| |/ |/| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | update autoloaderArthur Schiwon2017-06-232-0/+12
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Update autoloaderMorris Jobke2017-06-212-2/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update autoloaderMorris Jobke2017-06-062-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4894 from nextcloud/generic-security-activitiesLukas Reschke2017-05-192-0/+6
|\ | | | | Change 2FA activities to more generic security activities
| * Update autoloaderRoeland Jago Douma2017-05-182-0/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add a migration step to save the data from the accounts table before migratingJoas Schilling2017-05-182-0/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check the name length of database itemsJoas Schilling2017-05-162-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check the syntax of the language fileJoas Schilling2017-05-162-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update autoloader mapLukas Reschke2017-05-152-0/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #4514 from nextcloud/automatic-mysql-4byte-detectionLukas Reschke2017-05-082-0/+2
|\ | | | | Automatic mysql 4byte detection
| * Fix autoloadingJoas Schilling2017-04-282-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Updated autoloaderRoeland Jago Douma2017-04-282-0/+2
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #4515 from nextcloud/downstream-27643Morris Jobke2017-04-262-4/+0
|\ | | | | Adjust query/event logging code in favour of more complex owncloud/di…
| * Update autoloaderRoeland Jago Douma2017-04-262-4/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update autoload mapLukas Reschke2017-04-262-0/+2
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Add app bundlesLukas Reschke2017-04-262-0/+12
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge branch 'master' into contactsmenuJan-Christoph Borchardt2017-04-262-0/+2
|\ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Add new auth flowLukas Reschke2017-04-252-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements the basics for the new app-password based authentication flow for our clients. The current implementation tries to keep it as simple as possible and works the following way: 1. Unauthenticated client opens `/index.php/login/flow` 2. User will be asked whether they want to grant access to the client 3. If accepted the user has the chance to do so using existing App Token or automatically generate an app password. If the user chooses to use an existing app token then that one will simply be redirected to the `nc://` protocol handler. While we can improve on that in the future, I think keeping this smaller at the moment has its advantages. Also, in the near future we have to think about an automatic migration endpoint so there's that anyways :-) If the user chooses to use the regular login the following happens: 1. A session state token is written to the session 2. User is redirected to the login page 3. If successfully authenticated they will be redirected to a page redirecting to the POST controller 4. The POST controller will check if the CSRF token as well as the state token is correct, if yes the user will be redirected to the `nc://` protocol handler. This approach is quite simple but also allows to be extended in the future. One could for example allow external websites to consume this authentication endpoint as well. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Update composer autoloaderChristoph Wurst2017-04-254-6/+8
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Contacts menuChristoph Wurst2017-04-254-8/+32
|/ | | | | | | * load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Kill dead codeJoas Schilling2017-04-202-2/+0
| | | | | | > No tests found in class "Test\Share\MailNotificationsTest". Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2834 from nextcloud/accesListToShareManagerMorris Jobke2017-04-152-0/+4
|\ | | | | Access list to share manager
| * Update autoloaderRoeland Jago Douma2017-04-132-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Offload acceslist creation to providersRoeland Jago Douma2017-04-132-0/+2
| | | | | | | | | | | | | | | | * This allows for effective queries. * Introduce currentAccess parameter to speciy if the users needs to have currently acces (deleted incomming group share). (For notifications) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #4330 from nextcloud/activities-for-password-mail-changeRoeland Jago Douma2017-04-142-0/+6
|\ \ | | | | | | Add activities when email or password is changed
| * | Fix autoloaderMorris Jobke2017-04-132-0/+6
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Make BruteForceProtection annotation more cleverLukas Reschke2017-04-132-0/+2
| | | | | | | | | | | | | | | | This makes the new `@BruteForceProtection` annotation more clever and moves the relevant code into it's own middleware. Basically you can now set `@BruteForceProtection(action=$key)` as annotation and that will make the controller bruteforce protected. However, the difference to before is that you need to call `$responmse->throttle()` to increase the counter. Before the counter was increased every time which leads to all kind of unexpected problems. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Update static autoloadermapLukas Reschke2017-04-132-0/+12
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle2017-04-122-0/+4
|\ | | | | Discover federatedsharing endpoints