summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | explicitly cast mtime to intRobin Appelman2016-11-031-1/+1
* | | Cap the number of queries we save in the query loggerRobin Appelman2016-11-032-2/+15
|/ /
* | Merge pull request #1994 from nextcloud/proper-cron-hintsRoeland Jago Douma2016-11-031-0/+2
|\ \ | |/ |/|
| * Show a hint for system based cron user nameMorris Jobke2016-11-031-0/+2
* | Merge pull request #1915 from nextcloud/downstream-26398Lukas Reschke2016-11-035-25/+96
|\ \ | |/ |/|
| * Adjust tests and DI for Share.phpLukas Reschke2016-11-022-4/+30
| * DI for root.phpLukas Reschke2016-11-022-22/+41
| * Do not expose user data in exceptions & fix typoMorris Jobke2016-11-022-3/+3
| * Add using casing check/fix for initMountPointsVincent Petry2016-11-023-3/+29
* | [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 notification' option from sharing, replaced by send-by-mail...Bjoern Schiessle2016-11-021-2/+0
* | Merge pull request #1981 from nextcloud/multibucket-num-bucketsLukas Reschke2016-11-022-4/+7
|\ \
| * | Allow setting a maximun number of buckets for multibucketRobin Appelman2016-11-022-4/+7
* | | Merge pull request #1943 from nextcloud/log-query-builder-queriesLukas Reschke2016-11-024-5/+54
|\ \ \
| * | | Inject config and loggerJoas Schilling2016-11-022-6/+22
| * | | Log the queries of the QueryBuilder as wellJoas Schilling2016-11-021-0/+23
| * | | Fix missing update of session, when it was already used.Joas Schilling2016-11-022-2/+12
* | | | Merge pull request #1973 from nextcloud/dont-disable-shipped-apps-but-throw-i...Morris Jobke2016-11-022-1/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Throw an exception when a shipped app was not replaced before the updateJoas Schilling2016-11-022-1/+14
* | | | Merge pull request #1958 from harry-7/1428issueLukas Reschke2016-11-021-8/+16
|\ \ \ \
| * | | | Added Exception catch in case of DB User existsHemanth Kumar Veeranki2016-10-311-8/+16
* | | | | Merge pull request #1347 from nextcloud/bring-back-remember-meMorris Jobke2016-11-0212-44/+154
|\ \ \ \ \
| * | | | | document what the method doesChristoph Wurst2016-11-021-0/+2
| * | | | | Add missing tests and fix PHPDocLukas Reschke2016-11-022-1/+9
| * | | | | Fix typ in constant nameLukas Reschke2016-11-021-4/+4
| * | | | | Fix invalid PHPDocsLukas Reschke2016-11-021-1/+1
| * | | | | inject ISecureRandom into user session and use injected config tooChristoph Wurst2016-11-022-12/+19
| * | | | | bring back remember-meChristoph Wurst2016-11-0212-40/+133
| | |_|/ / | |/| | |
* | | | | Merge pull request #1940 from nextcloud/new-appstoreMichael Grosser2016-11-0215-891/+649
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add tests for installer methodLukas Reschke2016-10-311-26/+28
| * | | | Remove non-required getterLukas Reschke2016-10-311-7/+0
| * | | | Move to non-static versionLukas Reschke2016-10-312-21/+3
| * | | | Use findAppInDirectoriesLukas Reschke2016-10-312-2/+7
| * | | | Add update supportLukas Reschke2016-10-316-270/+137
| * | | | Query the timefactory instead of creating itLukas Reschke2016-10-311-1/+1
| * | | | Add support for CRLLukas Reschke2016-10-311-4/+24
| * | | | Replace with exception instead of boolean return valueLukas Reschke2016-10-312-32/+10
| * | | | %d instead %sLukas Reschke2016-10-311-1/+1
| * | | | Use substr and explode instead of a regexLukas Reschke2016-10-311-14/+33
| * | | | Read array elements instead of substrLukas Reschke2016-10-311-2/+6
| * | | | Make non-staticLukas Reschke2016-10-311-2/+3
| * | | | Use new appstore APILukas Reschke2016-10-3111-630/+517
* | | | | Merge pull request #1966 from nextcloud/fix-csrf-token-generationRoeland Jago Douma2016-11-021-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix CSRF token generation / validationLeon Klingele2016-11-021-3/+3
| | |_|/ | |/| |
* | | | Merge pull request #657 from nextcloud/share-by-mailJoas Schilling2016-11-024-2/+88
|\ \ \ \ | |/ / / |/| | |
| * | | find and show share-by mail linksBjoern Schiessle2016-11-011-0/+10
| * | | send mail for share-by-mail sharesBjoern Schiessle2016-11-011-1/+3
| * | | add method to check if a share provider for a given type is loadedBjoern Schiessle2016-11-012-0/+22
| * | | add share by mail share providerBjoern Schiessle2016-11-012-0/+52