| Commit message (Expand) | Author | Age | Files | Lines |
* | No void in php7.0 | Roeland Jago Douma | 2019-12-12 | 1 | -5/+5 |
* | Update the unit test to dataProviders | Joas Schilling | 2019-12-12 | 1 | -42/+77 |
* | adjust tests | Arthur Schiwon | 2019-09-09 | 1 | -41/+53 |
* | treat sensitive config keys by pattern | Arthur Schiwon | 2019-07-26 | 1 | -0/+2 |
* | Unify the permission checking in one place only | Joas Schilling | 2019-07-03 | 1 | -4/+9 |
* | Better check reshare permissions when creating a share | Joas Schilling | 2019-07-03 | 1 | -0/+6 |
* | Check for free space on touch | Julius Härtl | 2019-05-28 | 1 | -0/+5 |
* | Check the actual status code for 204 and 304 | Roeland Jago Douma | 2019-05-24 | 1 | -10/+9 |
* | Fix l10n for SettingsManager by injecting the l10n factory | Morris Jobke | 2019-05-21 | 1 | -1/+30 |
* | Use non-absolute logout URL to fix wrong URL in reverse proxy scenario | Morris Jobke | 2019-05-08 | 1 | -11/+4 |
* | Merge pull request #14597 from nextcloud/backport/14425/stable15 | Morris Jobke | 2019-03-08 | 1 | -0/+38 |
|\ |
|
| * | Avoid calculating folder size for parent that needs scan. | Ari Selseng | 2019-03-08 | 1 | -0/+38 |
* | | Remove "socialsharing_googleplus" from Social Sharing Bundle | Marius Blüm | 2019-03-08 | 1 | -1/+0 |
|/ |
|
* | two item => two items | Daniel Kesselberg | 2019-02-27 | 1 | -1/+1 |
* | Parse multiple navigation items | Daniel Kesselberg | 2019-02-27 | 2 | -13/+23 |
* | Correctly determinate the owner in case of shared external storages | Joas Schilling | 2019-02-19 | 1 | -16/+30 |
* | Update CRL to contain revoked files_external_dropbox, passman & payback | Morris Jobke | 2019-02-14 | 1 | -40/+40 |
* | Fix the thorrtler whitelist bitmask | Roeland Jago Douma | 2019-02-12 | 1 | -0/+29 |
* | always use multipart uploader for s3 uploads | Robin Appelman | 2019-01-29 | 1 | -3/+28 |
* | cleanup shared lock if changing to exclusive lock failed | Robin Appelman | 2019-01-22 | 1 | -0/+31 |
* | Merge pull request #13036 from nextcloud/objectstore-write-exists-15 | Roeland Jago Douma | 2019-01-14 | 4 | -1/+122 |
|\ |
|
| * | upload new files in objectstore to a .part path first | Robin Appelman | 2018-12-12 | 3 | -1/+107 |
| * | Add objectExists to objectstore interface | Robin Appelman | 2018-12-12 | 1 | -0/+15 |
* | | CSP: Allow fonts to be provided in data | Roeland Jago Douma | 2019-01-07 | 5 | -63/+63 |
* | | Use a case insensitive search for email | Roeland Jago Douma | 2018-12-20 | 1 | -2/+3 |
* | | Only trust the X-FORWARDED-HOST header for trusted proxies | Roeland Jago Douma | 2018-12-19 | 1 | -53/+90 |
|/ |
|
* | Log and continue on Dav reader failure | John Molakvoæ (skjnldsv) | 2018-12-05 | 1 | -2/+9 |
* | Merge pull request #12692 from nextcloud/storage-no-encryption-interface-15 | Morris Jobke | 2018-11-29 | 1 | -7/+1 |
|\ |
|
| * | update encryption wrapper tests | Robin Appelman | 2018-11-29 | 1 | -7/+1 |
* | | Add testcases for pipe mode | Daniel Kesselberg | 2018-11-29 | 2 | -12/+44 |
* | | Fix folder path containing leading slash when getting mount root by id | Robin Appelman | 2018-11-28 | 1 | -0/+48 |
|/ |
|
* | Allow empty strings in getAbsoluteURL | Joas Schilling | 2018-11-20 | 1 | -0/+2 |
* | Update the URLGenerator test to current state of art | Joas Schilling | 2018-11-20 | 1 | -32/+30 |
* | add test for non existing file by id | Robin Appelman | 2018-11-19 | 1 | -0/+1 |
* | Merge pull request #11942 from nextcloud/techdebt/noid/use-count-function | Morris Jobke | 2018-11-12 | 5 | -5/+5 |
|\ |
|
| * | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 5 | -5/+5 |
* | | Merge pull request #12371 from nextcloud/bugfix/12369/catch-unique-constraint... | Morris Jobke | 2018-11-12 | 1 | -2/+1 |
|\ \ |
|
| * | | Exception is not thrown anymore | Morris Jobke | 2018-11-12 | 1 | -2/+1 |
| |/ |
|
* / | Make sure to always load the latest icons-vars.css file | Julius Härtl | 2018-11-12 | 1 | -1/+6 |
|/ |
|
* | Merge pull request #12313 from nextcloud/generated-avatar-major-cleanup | Roeland Jago Douma | 2018-11-08 | 1 | -0/+82 |
|\ |
|
| * | Clear avatar cache with frontend repair | John Molakvoæ (skjnldsv) | 2018-11-08 | 1 | -0/+82 |
* | | Merge pull request #11836 from nextcloud/bugfix/2443/comment-mentions-with-sp... | Morris Jobke | 2018-11-07 | 1 | -2/+5 |
|\ \ |
|
| * | | Match mentions when the username is wrapped in quotes | Joas Schilling | 2018-11-07 | 1 | -2/+5 |
| |/ |
|
* / | Add test that unique constraint is working | Daniel Kesselberg | 2018-11-06 | 1 | -0/+13 |
|/ |
|
* | Merge pull request #12185 from nextcloud/cleanup/dicontainer | Morris Jobke | 2018-11-05 | 2 | -17/+7 |
|\ |
|
| * | Fix tests | Roeland Jago Douma | 2018-11-02 | 2 | -17/+7 |
* | | Merge pull request #12071 from nextcloud/addressbook-uid-check-migration | Roeland Jago Douma | 2018-11-02 | 1 | -0/+121 |
|\ \
| |/
|/| |
|
| * | Merge branch 'addressbook-uid-check-migration' of https://github.com/nextclou... | John Molakvoæ (skjnldsv) | 2018-11-01 | 8 | -35/+228 |
| |\ |
|
| | * | Tests | John Molakvoæ (skjnldsv) | 2018-11-01 | 1 | -0/+121 |
| * | | Fix phpunit | John Molakvoæ (skjnldsv) | 2018-11-01 | 1 | -20/+20 |