Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-10 | 108 | -142/+142 |
| | |||||
* | Merge pull request #11716 from ↵ | Morris Jobke | 2018-10-09 | 1 | -1/+1 |
|\ | | | | | | | | | nextcloud/bugfix/noid/use-numeric-placeholders-for-rtl-translations Use numeric placeholders if there are multiple, so that RTL languages… | ||||
| * | Use numeric placeholders if there are multiple, so that RTL languages can ↵ | Joas Schilling | 2018-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #11709 from nextcloud/refactor/jquery-beforeunload | Morris Jobke | 2018-10-09 | 1 | -1/+1 |
|\ \ | | | | | | | Fix depracted jQuery.bind call | ||||
| * | | Fix depracted jQuery.bind call | Christoph Wurst | 2018-10-09 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* / | Fix usage of deprecated OC.webroot | Christoph Wurst | 2018-10-09 | 5 | -37/+37 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #11664 from ↵ | Roeland Jago Douma | 2018-10-08 | 2 | -30/+16 |
|\ | | | | | | | | | nextcloud/feature/noid/has-been-interrupted-throw-exception Syntactic sugar for hasBeenInterrupted | ||||
| * | Rename method to abortIfInterrupted | Daniel Kesselberg | 2018-10-08 | 2 | -9/+9 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | Adjust code for changed method signature | Daniel Kesselberg | 2018-10-07 | 2 | -30/+16 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Merge pull request #11679 from nextcloud/refactor/remove-ie8-apis | Morris Jobke | 2018-10-08 | 2 | -2/+0 |
|\ \ | | | | | | | Remove IE8 APIs | ||||
| * | | Remove OC.scaleFixForIE8 | Christoph Wurst | 2018-10-08 | 2 | -2/+0 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #11682 from ↵ | Morris Jobke | 2018-10-08 | 1 | -5/+0 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/refactor/remove-deprecated-unused-fileDownloadPath Remove deprecated and unused fileDownloadPath | ||||
| * | | | Remove deprecated and unused fileDownloadPath | Christoph Wurst | 2018-10-08 | 1 | -5/+0 |
| |/ / | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* / / | Remove deprecated SVG helpers for old IEs | Christoph Wurst | 2018-10-08 | 1 | -5/+0 |
|/ / | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-07 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-05 | 6 | -0/+10 |
|/ | |||||
* | Remove leftover ' | Roeland Jago Douma | 2018-10-04 | 2 | -2/+2 |
| | | | | | | Followup to #11583 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move newfilemenu to compiled handlebars | Roeland Jago Douma | 2018-10-04 | 4 | -26/+52 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move mainfileinfodetailsview to commpiled handlebars | Roeland Jago Douma | 2018-10-04 | 3 | -27/+69 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move fileactions to compiled handlebars | Roeland Jago Douma | 2018-10-04 | 3 | -16/+58 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move tagsplugin to compiled handlebars | Roeland Jago Douma | 2018-10-04 | 3 | -11/+19 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move detailsview to compiled handlebars | Roeland Jago Douma | 2018-10-04 | 3 | -22/+36 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move filelist to compiled handlebars | Roeland Jago Douma | 2018-10-04 | 3 | -9/+14 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-04 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-03 | 10 | -0/+10 |
| | |||||
* | Merge pull request #10909 from nextcloud/feature/noid/trash-add-droppable-zone | Morris Jobke | 2018-10-02 | 3 | -0/+46 |
|\ | | | | | Added Trash-Dropzone to easily dispose of files and folders | ||||
| * | Refactored Variablename to trashElement | Felix Nüsse | 2018-10-02 | 1 | -7/+7 |
| | | | | | | | | Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de> | ||||
| * | Fixed highlightdelay on first drag | Felix Nüsse | 2018-10-02 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de> | ||||
| * | Added Dropzone-Highlighting to Trash | Felix Nüsse | 2018-10-02 | 2 | -1/+20 |
| | | | | | | | | Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de> | ||||
| * | Added Trash-Dropzone to easily dispose of files and folders | Felix Nüsse | 2018-10-02 | 2 | -0/+25 |
| | | | | | | | | Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de> | ||||
* | | Merge pull request #11529 from nextcloud/breadcrumbs-fix | Morris Jobke | 2018-10-02 | 1 | -0/+3 |
|\ \ | | | | | | | Fix breadcrumbs | ||||
| * | | Fix breadcrumbs | John Molakvoæ (skjnldsv) | 2018-10-02 | 1 | -0/+3 |
| |/ | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #11508 from nextcloud/files-list-width-sharing | Roeland Jago Douma | 2018-10-02 | 2 | -3/+2 |
|\ \ | |/ |/| | Reduce the min-width of the files table so it works on sharing pages on mobile | ||||
| * | Reduce the min-width of the files table so it works on sharing pages on mobile | Jan-Christoph Borchardt | 2018-10-01 | 2 | -3/+2 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-02 | 126 | -178/+180 |
|/ | |||||
* | Improve overall container style, radius and shadow | Jan-Christoph Borchardt | 2018-10-01 | 1 | -6/+0 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Fix long folder names in picker, prevent horizontal scroll | Jan-Christoph Borchardt | 2018-10-01 | 1 | -5/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Fix buttons wrapping on long folder names | Jan-Christoph Borchardt | 2018-10-01 | 1 | -3/+11 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Refine wording from 'Target folder' to 'Choose target folder' | Jan-Christoph Borchardt | 2018-10-01 | 2 | -2/+2 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Move the filemultiselectmenu over to compiled handlebars | Roeland Jago Douma | 2018-10-01 | 3 | -17/+45 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move to 1 template file for files | Roeland Jago Douma | 2018-10-01 | 5 | -31/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #11444 from nextcloud/feature/11413/handlebars_compile_step | Christoph Wurst | 2018-10-01 | 1 | -1/+1 |
|\ | | | | | Simple handlebars CI step | ||||
| * | Bump templates to handlebars 4.0.12 | Roeland Jago Douma | 2018-09-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-01 | 6 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-30 | 6 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-29 | 2 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-28 | 10 | -0/+10 |
| | |||||
* | Compile filesummary handlebars | Roeland Jago Douma | 2018-09-27 | 4 | -13/+24 |
| | | | | | | | | | | Fixes #11030 For https://github.com/orgs/nextcloud/projects/18 This template is now compiled so this no longer has to happen in the browser. Another step towards a stricter CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-27 | 112 | -112/+112 |
| | |||||
* | Merge pull request #11112 from ↵ | Morris Jobke | 2018-09-26 | 1 | -1/+48 |
|\ | | | | | | | | | nextcloud/do-not-hide-the-progress-bar-while-the-chunked-upload-is-being-assembled Do not hide the progress bar while the chunked upload is being assembled |