summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-07-1134-56/+78
* Merge pull request #16324 from nextcloud/bugfix/noid/workflow-dark-themeRoeland Jago Douma2019-07-102-75/+86
|\
| * Use SCSS nestingJoas Schilling2019-07-101-68/+79
| * Mover workflow to SCSS and support the dark themeJoas Schilling2019-07-101-6/+6
* | Merge pull request #16323 from nextcloud/fix/s3/http1.1Roeland Jago Douma2019-07-101-0/+1
|\ \
| * | Use HTTP1.1 to read S3 objectsRoeland Jago Douma2019-07-101-0/+1
| |/
* | Merge pull request #16313 from te-online/masterJohn Molakvoæ2019-07-101-1/+1
|\ \
| * | Stale Bot message – Revert to old phrasing. Remove `it`.Thomas Ebert2019-07-101-1/+1
| * | Stale bot message – Take into account that stale bot only acts on issues la...Thomas Ebert2019-07-091-1/+1
| * | Stale bot message – Fix plural of information. Include that not every stal...Thomas Ebert2019-07-091-1/+1
* | | Merge pull request #16308 from nextcloud/fix/undefined-offset-0Morris Jobke2019-07-102-27/+33
|\ \ \
| * | | Return first value from $usersDaniel Kesselberg2019-07-092-27/+33
* | | | Merge pull request #16322 from nextcloud/bugfix/noid/fix-workflow-handlebarsMorris Jobke2019-07-104-6/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Bump bundlesJulius Härtl2019-07-102-2/+2
| * | | Make sure we merge webpack rules properlyJulius Härtl2019-07-102-4/+5
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2019-07-108-0/+8
* | | Merge pull request #16310 from nextcloud/enh/drop-execution-contextRoeland Jago Douma2019-07-092-3/+3
|\ \ \
| * | | Don't send executionContexts for Clear-Site-DataDaniel Kesselberg2019-07-092-3/+3
| |/ /
* | | Merge pull request #16206 from nextcloud/feature/remote-wipe-allRoeland Jago Douma2019-07-0914-48/+281
|\ \ \ | |_|/ |/| |
| * | Update testsRoeland Jago Douma2019-07-091-4/+13
| * | Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-0910-31/+171
| * | Refactor: move remote wipe token logic to RW serviceChristoph Wurst2019-07-095-13/+97
|/ /
* | Merge pull request #15881 from PhieF/toggle-password-loginRoeland Jago Douma2019-07-094-3/+25
|\ \
| * | adding toggle password to be able to see itPhie2019-07-094-3/+25
* | | Merge pull request #16307 from nextcloud/bugfix/noid/previewv1adapter-isAvail...Roeland Jago Douma2019-07-091-1/+1
|\ \ \
| * | | Fix ProviderV1Adapter isAvailable wrapperJulius Härtl2019-07-091-1/+1
* | | | Merge pull request #15867 from nextcloud/preview-versioningRoeland Jago Douma2019-07-094-17/+70
|\ \ \ \
| * | | | allow keeping multiple preview "versions" of the same fileRobin Appelman2019-07-084-17/+70
| | |_|/ | |/| |
* | | | Merge pull request #15730 from nextcloud/enh/14179/event_for_cspRoeland Jago Douma2019-07-099-6/+167
|\ \ \ \
| * | | | Add an event to edit the CSPRoeland Jago Douma2019-07-089-6/+167
| |/ / /
* | | | Merge pull request #16301 from nextcloud/dep/js/markedRoeland Jago Douma2019-07-098-12/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Bump marked to 0.7.0Roeland Jago Douma2019-07-098-12/+12
* | | | Merge pull request #16295 from nextcloud/csrftokenmanager-injectMorris Jobke2019-07-091-2/+3
|\ \ \ \
| * | | | allow injecting CsrfTokenManager by classRobin Appelman2019-07-091-2/+3
| |/ / /
* | | | Merge pull request #16195 from nextcloud/bugfix/7556/smb-symlink-share-mtimeRoeland Jago Douma2019-07-091-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Ignore forbidden exception when fetching share mtime on SMB for symlinksMorris Jobke2019-07-081-0/+2
* | | | Merge pull request #16300 from nextcloud/deps/js/babelRoeland Jago Douma2019-07-094-322/+174
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update babel depsRoeland Jago Douma2019-07-084-322/+174
| |/ /
* / / [tx-robot] updated from transifexNextcloud bot2019-07-0940-34/+22
|/ /
* | Merge pull request #16292 from nextcloud/techdebt/noid/cleanup-outdated-repai...Roeland Jago Douma2019-07-0810-1130/+0
|\ \
| * | Remove one time repair steps that have already run when updating to 17Morris Jobke2019-07-0810-1130/+0
| |/
* | Merge pull request #16277 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.2Roeland Jago Douma2019-07-0842-121/+121
|\ \
| * | Bump webpack from 4.35.0 to 4.35.2dependabot-preview[bot]2019-07-0842-121/+121
| |/
* | Merge pull request #16288 from nextcloud/fix/16229/cleanup-cypress-folderRoeland Jago Douma2019-07-084-0/+86
|\ \ | |/ |/|
| * Try to delete the cypress folder of the viewer appMorris Jobke2019-07-084-0/+86
|/
* Merge pull request #16153 from akshala/resetPassword-text-changedMorris Jobke2019-07-083-3/+3
|\
| * Update core/src/components/login/ResetPassword.vueAkshala Bhatnagar2019-07-073-3/+3
| * changed the text for reset passwordAkshala Bhatnagar2019-07-071-1/+1
* | Bump vue-router from 3.0.6 to 3.0.7 (#16273)John Molakvoæ2019-07-084-7/+7
|\ \
| * | Bump vue-router from 3.0.6 to 3.0.7dependabot-preview[bot]2019-07-084-7/+7