summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-12-0434-70/+64
|
* Merge pull request #12762 from nextcloud/auth-dialog-fixJohn Molakvoæ2018-12-034-15/+16
|\ | | | | Polishing of various modal dialogs
| * Fix dialogs, button positionJan-Christoph Borchardt2018-11-304-15/+16
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2018-12-038-0/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-0234-0/+102
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-0120-0/+32
| |
* | Merge pull request #12752 from ↵John Molakvoæ2018-11-302-7/+7
|\ \ | |/ |/| | | | | nextcloud/dependabot/npm_and_yarn/settings/nextcloud-axios-0.1.3 Bump nextcloud-axios from 0.1.2 to 0.1.3 in /settings
| * Bump nextcloud-axios from 0.1.2 to 0.1.3 in /settingsdependabot[bot]2018-11-302-7/+7
| | | | | | | | | | | | | | Bumps [nextcloud-axios](https://github.com/ChristophWurst/nextcloud-axios) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/ChristophWurst/nextcloud-axios/releases) - [Commits](https://github.com/ChristophWurst/nextcloud-axios/compare/v0.1.2...v0.1.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #12628 from ↵Morris Jobke2018-11-301-0/+12
|\ \ | | | | | | | | | | | | nextcloud/bugfix/act-317/missing-activity-for-user-self-unshare Parse activity when a user self-unshares a file
| * | Parse activity when a user self-unshares a fileJoas Schilling2018-11-231-0/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #12675 from ↵Roeland Jago Douma2018-11-304-19/+19
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/nextcloud-vue-0.4.5 Bump nextcloud-vue from 0.4.4 to 0.4.5 in /apps/updatenotification
| * | Build assetsRoeland Jago Douma2018-11-292-12/+12
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Bump nextcloud-vue from 0.4.4 to 0.4.5 in /apps/updatenotificationdependabot[bot]2018-11-292-7/+7
| | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.4.4...v0.4.5) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-11-30148-182/+440
| | |
* | | Merge pull request #12751 from nextcloud/issue-templatesMorris Jobke2018-11-302-1/+39
|\ \ \ | | | | | | | | Add separate issue templates
| * | | Add separate issue templatesJulius Härtl2018-11-292-1/+39
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #12747 from nextcloud/bugfix/noid/typo-in-appinfoMorris Jobke2018-11-291-1/+1
|\ \ \ \ | | | | | | | | | | update compatible versions for cloud federation api
| * | | | update compatible versions for cloud federation apiRobin Appelman2018-11-291-1/+1
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #12691 from nextcloud/storage-no-encryption-interfaceMorris Jobke2018-11-298-13/+41
|\ \ \ \ | |/ / / |/| | | Add interface to allow storages from opting out of encryption
| * | | update autoloadaerRobin Appelman2018-11-292-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | update encryption wrapper testsRobin Appelman2018-11-291-7/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-295-6/+38
| | | | | | | | | | | | | | | | | | | | | | | | As opposed to hard-coding a list of excluded storages Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #12734 from nextcloud/feature/noid/check-nginx-woff2Roeland Jago Douma2018-11-293-2/+61
|\ \ \ \ | | | | | | | | | | Add check for missing .woff2 rule in Nginx via setup check
| * | | | Add check for missing .woff2 rule in Nginx via setup checkMorris Jobke2018-11-293-2/+61
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #12709 from nextcloud/login-button-fixesMorris Jobke2018-11-291-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Fix the loader position and the focus state on the login button
| * | | | | Fix the loader position and the focus state on the login buttonJohn Molakvoæ (skjnldsv)2018-11-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Merge pull request #12732 from nextcloud/polishing-fixesMorris Jobke2018-11-295-29/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Polishing fixes
| * | | | | | Remove animation on the sidebar for accessibility purposeJohn Molakvoæ (skjnldsv)2018-11-291-22/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | | Fix default filepicker style and gridviewJohn Molakvoæ (skjnldsv)2018-11-294-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | | Fix app navigation edit entryJohn Molakvoæ (skjnldsv)2018-11-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #12690 from peterkraume/bug-12689Morris Jobke2018-11-291-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Set Referrer-Policy also in addSecurityHeaders()
| * | | | | | | Set Referrer-Policy also in addSecurityHeaders()Peter Kraume2018-11-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: #12689 Signed-off-by: Peter Kraume <peter.kraume@gmx.de>
* | | | | | | | Merge pull request #12424 from nextcloud/feature/add-pipe-mode-for-sendmailMorris Jobke2018-11-299-16/+92
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add pipe mode for sendmail
| * | | | | | | | Add testcases for pipe modeDaniel Kesselberg2018-11-293-14/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | | | | | Add sendmailmode to guiDaniel Kesselberg2018-11-294-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | | | | | Apply patch from @cwiedmann but drop -oi option for pipeCarsten Wiedmann2018-11-292-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | | Merge pull request #12674 from nextcloud/date-title-to-linkshareJohn Molakvoæ2018-11-293-3/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Date title to linkshare
| * | | | | | | | Better identification of the public link sharesJohn Molakvoæ (skjnldsv)2018-11-263-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | | Merge pull request #12669 from nextcloud/tcitworld-patch-1Morris Jobke2018-11-291-0/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Don't require Same Site Cookies on accessibility app assets
| * | | | | | | | | Don't require Same Site Cookies on accessibility assetsThomas Citharel2018-11-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follows https://github.com/nextcloud/server/pull/11878
* | | | | | | | | | Merge pull request #12688 from nextcloud/files_external-occ-0Morris Jobke2018-11-291-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix cannot set 0 as value on files_external through OCC command
| * | | | | | | | | | Fix cannot set 0 as value on files_external through OCC commandRobin Appelman2018-11-271-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | | Merge pull request #12630 from nextcloud/bugfix/noid/versionsMorris Jobke2018-11-291-1/+8
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | Fix versions sidebar issues
| * | | | | | | | | Show mimetype icon if version preview is not availableJulius Härtl2018-11-261-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | | Fix relative timestamp in versionsJulius Härtl2018-11-261-0/+1
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | Merge pull request #12710 from nextcloud/remove-old-submit-buttonJohn Molakvoæ2018-11-297-139/+20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove old button to submit the apppassword login
| * | | | | | | | | Fix testsJohn Molakvoæ (skjnldsv)2018-11-291-64/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | | | | | Remove redirect pageJohn Molakvoæ (skjnldsv)2018-11-296-67/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | | | | | Remove old button to submit the apppassword loginJohn Molakvoæ (skjnldsv)2018-11-281-8/+0
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2018-11-2996-434/+2336
| |_|_|_|_|/ / / |/| | | | | | |