summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Update doc link version to 13Morris Jobke2018-02-011-1/+1
* Create the migrations table also with the UTF8mb4 collationJoas Schilling2018-01-311-12/+10
* Merge pull request #8030 from nextcloud/7986_12Morris Jobke2018-01-241-3/+13
|\
| * If the preview is size 0 it is invalidRoeland Jago Douma2018-01-241-3/+13
* | Make sure we always know for sure if an avatar is generated or notJulius Härtl2018-01-241-0/+5
|/
* Correctly drop the ownCloud migrations tableJoas Schilling2018-01-181-1/+1
* Backport of format self-mentions, but don't offer them #7914Arthur Schiwon2018-01-183-4/+20
* Merge pull request #7915 from nextcloud/backport/7909/fix-migration-type-hintsRoeland Jago Douma2018-01-172-21/+16
|\
| * Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-172-21/+16
* | Merge pull request #7887 from nextcloud/backport/7879/dont-disable-shipped-ap...Morris Jobke2018-01-161-2/+2
|\ \
| * | Keep all shipped apps enabled because they should be okayJoas Schilling2018-01-161-2/+2
| |/
* | Merge pull request #7883 from nextcloud/search-and-13Roeland Jago Douma2018-01-161-2/+12
|\ \
| * | Support arbitrary number of arguments for d:or and d:and in search queriesRobin Appelman2018-01-161-2/+12
| |/
* / Add OCP\User deprecations to app code checkerMorris Jobke2018-01-161-0/+4
|/
* Merge pull request #7635 from Abijeet/bug-7106Roeland Jago Douma2018-01-101-0/+1
|\
| * Fixes password input being prompted every time.Abijeet2018-01-081-0/+1
* | Merge pull request #7763 from nextcloud/pos_fix_7751Morris Jobke2018-01-101-3/+3
|\ \
| * | Do not instantiate node when not neededRoeland Jago Douma2018-01-091-3/+3
* | | Log a missing setting as INFO not as WARNINGRoeland Jago Douma2018-01-101-1/+2
|/ /
* | Merge pull request #7731 from nextcloud/preview_size_incJan-Christoph Borchardt2018-01-091-2/+2
|\ \
| * | Max preview size to 4096x4096Roeland Jago Douma2018-01-081-2/+2
| |/
* | Only return 1 typeRoeland Jago Douma2018-01-072-7/+20
* | Don't lie about the preview mimetypeRoeland Jago Douma2018-01-072-7/+47
|/
* Merge pull request #7712 from nextcloud/jsconfig_l10nMorris Jobke2018-01-051-1/+1
|\
| * Use correct L10N files for jsconfigRoeland Jago Douma2018-01-051-1/+1
* | Merge pull request #7699 from nextcloud/bugfix/7528/drop-owncloud-migrations-...Morris Jobke2018-01-041-3/+36
|\ \ | |/ |/|
| * Drop the ownCloud migration table instead of reusing itJoas Schilling2018-01-041-3/+36
* | Merge pull request #7570 from nextcloud/s3-legacy-authMorris Jobke2018-01-042-1/+220
|\ \
| * | add option to use legacy v2 auth with s3Robin Appelman2017-12-192-1/+220
* | | Merge pull request #7611 from nextcloud/fix-7445Morris Jobke2018-01-031-10/+0
|\ \ \
| * | | never translate login names when requiring with a user idArthur Schiwon2018-01-031-10/+0
* | | | Invert app icons on IE11 as wellJulius Härtl2018-01-031-0/+9
|/ / /
* | | Move passwordconfirmation to its own midlewareRoeland Jago Douma2018-01-023-31/+96
* | | disable password confirmation with SSOBjoern Schiessle2018-01-023-3/+21
* | | Merge pull request #7660 from nextcloud/fix-7646Morris Jobke2018-01-021-1/+2
|\ \ \
| * | | Also log exception for failed appstore requestMorris Jobke2018-01-021-1/+2
| | |/ | |/|
* | | Merge pull request #7631 from nextcloud/fix-scss-webroot-and-url-rewriteMorris Jobke2018-01-022-11/+24
|\ \ \ | |/ / |/| |
| * | Fixed testsJohn Molakvoæ (skjnldsv)2017-12-301-1/+1
| * | Added tests for various installations typesJohn Molakvoæ (skjnldsv)2017-12-301-8/+10
| * | Fixup! getWebdir returnJohn Molakvoæ (skjnldsv)2017-12-301-6/+2
| * | Use OC_Util function for app web pathJohn Molakvoæ (skjnldsv)2017-12-301-11/+14
| * | getWebDir functionJohn Molakvoæ (skjnldsv)2017-12-301-15/+19
| * | Fixed webroot for scss filesJohn Molakvoæ (skjnldsv)2017-12-302-9/+11
| * | Fixed scss url rewritingJohn Molakvoæ (skjnldsv)2017-12-301-8/+14
* | | Don't spam the log when we could not properly connect to the appstoreRoeland Jago Douma2017-12-291-1/+1
|/ /
* | Fixup codeRoeland Jago Douma2017-12-221-1/+5
* | Hide delete button if the avatar is a generated oneJulius Härtl2017-12-192-0/+4
* | Remove generated avatar on displayname changeRoeland Jago Douma2017-12-192-1/+32
|/
* Merge pull request #7562 from nextcloud/fix-wrongly-cached-resultRoeland Jago Douma2017-12-191-3/+1
|\
| * Cache final result of update checkMorris Jobke2017-12-181-3/+1