summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-11-0328-442/+442
|
* Merge pull request #1978 from nextcloud/remove-send-mail-optionMorris Jobke2016-11-021-2/+0
|\ | | | | Remove send mail option
| * remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-021-2/+0
| | | | | | | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #1981 from nextcloud/multibucket-num-bucketsLukas Reschke2016-11-022-4/+7
|\ \ | | | | | | Allow setting a maximun number of buckets for multibucket
| * | Allow setting a maximun number of buckets for multibucketRobin Appelman2016-11-022-4/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #1943 from nextcloud/log-query-builder-queriesLukas Reschke2016-11-024-5/+54
|\ \ \ | | | | | | | | Log QueryBuilder queries
| * | | Inject config and loggerJoas Schilling2016-11-022-6/+22
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Log the queries of the QueryBuilder as wellJoas Schilling2016-11-021-0/+23
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix missing update of session, when it was already used.Joas Schilling2016-11-022-2/+12
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #1973 from ↵Morris Jobke2016-11-022-1/+14
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/dont-disable-shipped-apps-but-throw-instead Throw an exception when a shipped app was not replaced before the update
| * | | Throw an exception when a shipped app was not replaced before the updateJoas Schilling2016-11-022-1/+14
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #1958 from harry-7/1428issueLukas Reschke2016-11-021-8/+16
|\ \ \ \ | | | | | | | | | | Added Exception catch and ignore for DBuser exists
| * | | | Added Exception catch in case of DB User existsHemanth Kumar Veeranki2016-10-311-8/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hemanth Kumar Veeranki <hemanthveeranki@gmail.com>
* | | | | Merge pull request #1347 from nextcloud/bring-back-remember-meMorris Jobke2016-11-0212-44/+154
|\ \ \ \ \ | | | | | | | | | | | | fix remember me login
| * | | | | document what the method doesChristoph Wurst2016-11-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | Add missing tests and fix PHPDocLukas Reschke2016-11-022-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Fix typ in constant nameLukas Reschke2016-11-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Fix invalid PHPDocsLukas Reschke2016-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | inject ISecureRandom into user session and use injected config tooChristoph Wurst2016-11-022-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | bring back remember-meChristoph Wurst2016-11-0212-40/+133
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * try to reuse the old session token for remember me login * decrypt/encrypt token password and set the session id accordingly * create remember-me cookies only if checkbox is checked and 2fa solved * adjust db token cleanup to store remembered tokens longer * adjust unit tests Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #1940 from nextcloud/new-appstoreMichael Grosser2016-11-0215-891/+649
|\ \ \ \ \ | |/ / / / |/| | | | Use new appstore API
| * | | | Add tests for installer methodLukas Reschke2016-10-311-26/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Remove non-required getterLukas Reschke2016-10-311-7/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Move to non-static versionLukas Reschke2016-10-312-21/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The static version is used nowhere in the code and just decreases coverage Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Use findAppInDirectoriesLukas Reschke2016-10-312-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The other function doesn't work if the appstore is disabled Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Add update supportLukas Reschke2016-10-316-270/+137
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Query the timefactory instead of creating itLukas Reschke2016-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Add support for CRLLukas Reschke2016-10-311-4/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Replace with exception instead of boolean return valueLukas Reschke2016-10-312-32/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | %d instead %sLukas Reschke2016-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are only numbers. THX @nickvergessen Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Use substr and explode instead of a regexLukas Reschke2016-10-311-14/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Read array elements instead of substrLukas Reschke2016-10-311-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise this would break with 11.0.0 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Make non-staticLukas Reschke2016-10-311-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Use new appstore APILukas Reschke2016-10-3111-630/+517
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #1966 from nextcloud/fix-csrf-token-generationRoeland Jago Douma2016-11-021-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fix CSRF token generation / validation
| * | | | Fix CSRF token generation / validationLeon Klingele2016-11-021-3/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Operate on raw bytes instead of base64-encoded strings. Issue was introduced in a977465 Signed-off-by: Leon Klingele <git@leonklingele.de>
* | | | Merge pull request #657 from nextcloud/share-by-mailJoas Schilling2016-11-024-2/+88
|\ \ \ \ | |/ / / |/| | | New share provider: Share by mail
| * | | find and show share-by mail linksBjoern Schiessle2016-11-011-0/+10
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | send mail for share-by-mail sharesBjoern Schiessle2016-11-011-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | add method to check if a share provider for a given type is loadedBjoern Schiessle2016-11-012-0/+22
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | add share by mail share providerBjoern Schiessle2016-11-012-0/+52
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | introduce share by mail, ui partBjoern Schiessle2016-11-011-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | [tx-robot] updated from transifexNextcloud bot2016-11-022-0/+92
|/ / /
* | | Merge pull request #339 from nextcloud/share-types-by-folderLukas Reschke2016-11-016-0/+97
|\ \ \ | | | | | | | | Add getShareTypesInFolder to optimize folder listening
| * | | Fix merging backend resultsRoeland Jago Douma2016-11-012-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge share types correctly * Filter share types * Order share types Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Stricter signatureRoeland Jago Douma2016-10-314-6/+9
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-316-0/+85
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* / / [tx-robot] updated from transifexNextcloud bot2016-11-014-12/+114
|/ /
* | Merge pull request #1937 from nextcloud/ros-for-notification-messageRoeland Jago Douma2016-10-312-12/+76
|\ \ | | | | | | Allow rich object strings in messages as well
| * | Type hints already make sure it is an arrayJoas Schilling2016-10-311-16/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>