summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2918 from nextcloud/encryption-recovery-improvementsMorris Jobke2017-01-131-0/+35
|\
| * create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-101-0/+35
* | Merge pull request #3007 from Loki3000/masterRoeland Jago Douma2017-01-113-4/+19
|\ \
| * | remove non required sql requestsLoki30002017-01-101-3/+8
| * | spaces addedLoki30002017-01-101-1/+1
| * | spaces addedLoki30002017-01-101-1/+1
| * | allowed '0' uidLoki30002017-01-101-1/+1
| * | allowed '0' uidLoki30002017-01-101-2/+2
| * | fix spacesLoki30002017-01-101-1/+1
| * | fix bracketsLoki30002017-01-101-2/+4
| * | remove non required db requestsLoki30002017-01-101-1/+6
| * | remove non required db requestsLoki30002017-01-101-1/+4
* | | Merge pull request #2744 from nextcloud/oc_26324Roeland Jago Douma2017-01-111-52/+53
|\ \ \
| * | | Fix DAV stat cache to properly cache 404Vincent Petry2017-01-051-52/+53
* | | | Merge pull request #2745 from nextcloud/oc_26590Roeland Jago Douma2017-01-111-5/+16
|\ \ \ \
| * | | | Only check for local shared storagesRoeland Jago Douma2017-01-101-2/+3
| * | | | Skip local shares in bkg scan and occ files:scan (#26590)Vincent Petry2017-01-101-5/+15
| | |_|/ | |/| |
* | | | Merge pull request #2951 from nextcloud/handle-nextcloud-log-type-gracefullyRoeland Jago Douma2017-01-112-8/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Better fallback for unknown log typesJoas Schilling2017-01-101-9/+10
| * | | Add testsJoas Schilling2017-01-091-1/+1
| * | | Handle log_type "nextcloud" more gracefullyJoas Schilling2017-01-052-8/+24
| |/ /
* | | Merge pull request #2914 from nextcloud/logrotate-logfileMorris Jobke2017-01-101-1/+3
|\ \ \
| * | | Get the logfile location while running the logrotate cron job instead of when...Robin Appelman2017-01-061-1/+3
* | | | Merge pull request #2943 from nextcloud/kill_old_preview_codeMorris Jobke2017-01-103-1353/+23
|\ \ \ \
| * | | | Remove old preview codeRoeland Jago Douma2017-01-041-1349/+0
| * | | | Rewrite old preview endpoint for PreviewManagerRoeland Jago Douma2017-01-042-4/+23
* | | | | Merge pull request #2955 from nextcloud/make-share-by-mail-work-without-links...Roeland Jago Douma2017-01-101-1/+0
|\ \ \ \ \
| * | | | | also create mail share if public links are disabledBjoern Schiessle2017-01-041-1/+0
| |/ / / /
* | | | | Merge pull request #2925 from nextcloud/remove-close-wrapperRoeland Jago Douma2017-01-105-163/+32
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-065-163/+32
* | | | | Default value for null userLoki30002017-01-091-0/+1
* | | | | Merge pull request #2987 from nextcloud/no-empty-bundleLukas Reschke2017-01-092-5/+19
|\ \ \ \ \
| * | | | | dont write a certificate bundle if the shipped ca bundle is emptyRobin Appelman2017-01-092-5/+19
* | | | | | Merge pull request #2992 from nextcloud/fix_subdir_install_styleMorris Jobke2017-01-091-3/+3
|\ \ \ \ \ \
| * | | | | | Fix subdir install styleRoeland Jago Douma2017-01-091-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2814 from nextcloud/appstore_etag_validationJoas Schilling2017-01-092-6/+40
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add ETag validation to appstore requestsRoeland Jago Douma2017-01-052-6/+40
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2930 from nextcloud/kill-group-restriction-when-not-appli...Roeland Jago Douma2017-01-062-0/+23
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove group restrictions when those are not allowed anymoreJoas Schilling2017-01-042-0/+23
| | |_|/ | |/| |
* | | | Merge pull request #2934 from nextcloud/quota-stream-non-globalRoeland Jago Douma2017-01-061-74/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | remove the need to register the quota streamwrapper globallyRobin Appelman2017-01-041-74/+20
| |/ /
* | | Fix css url prefix for IgnoreFrontController enabled configsJohn Molakvoæ (skjnldsv)2017-01-061-1/+6
* | | ScssCcacher typo fixJohn Molakvoæ (skjnldsv)2017-01-061-1/+1
* | | Camelcase fixJohn Molakvoæ (skjnldsv)2017-01-061-2/+2
* | | Remove webroot from file pathLukas Reschke2017-01-061-1/+1
* | | Adds CssControllerTestsRoeland Jago Douma2017-01-062-0/+0
* | | Fix variables should be passed by referenceJohn Molakvoæ (skjnldsv)2017-01-061-1/+2
* | | Fix typoRoeland Jago Douma2017-01-061-1/+1
* | | Inject SCSSCacherRoeland Jago Douma2017-01-062-33/+19
* | | Make SCCCacher injectableRoeland Jago Douma2017-01-062-69/+56