Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Theming: Add favicon-touch and fix icon creation with non svg images | Julius Haertl | 2016-11-18 | 2 | -32/+72 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Theming: Add dynamic icon and favicon endpoints | Julius Haertl | 2016-11-18 | 2 | -0/+254 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-18 | 58 | -46/+224 |
| | |||||
* | Merge pull request #2178 from nextcloud/federation_sharing_changes | Morris Jobke | 2016-11-18 | 2 | -2/+2 |
|\ | | | | | don't add server automatically to trusted server | ||||
| * | don't add server automatically to trusted server | Bjoern Schiessle | 2016-11-17 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Merge pull request #2136 from nextcloud/sharing-layout | Jan-Christoph Borchardt | 2016-11-18 | 4 | -24/+36 |
|\ \ | | | | | | | Sharing layout fixes | ||||
| * | | use copy icon for local link rather than link icon to prevent confusion with ↵ | Jan-Christoph Borchardt | 2016-11-17 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | sharing Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | properly align input box items in share tab view | Jan-Christoph Borchardt | 2016-11-17 | 1 | -9/+14 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | fix layout of sharing list | Jan-Christoph Borchardt | 2016-11-17 | 2 | -11/+18 |
| |/ | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | Merge pull request #2176 from nextcloud/share-cache-root-info | Morris Jobke | 2016-11-17 | 3 | -2/+35 |
|\ \ | | | | | | | reuse the known rootinfo in the shared cache when possible | ||||
| * | | reuse the known rootinfo in the shared cache when possible | Robin Appelman | 2016-11-17 | 3 | -2/+35 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #2173 from nextcloud/bugfix/2171/birthday-12-31-too-young | Robin Appelman | 2016-11-17 | 2 | -1/+6 |
|\ \ | |/ |/| | BirthdayCalendar: fix issue with birthyear to high when birthday on Dec 31st | ||||
| * | BirthdayCalendar: fix issue with birthyear to high when birthday on Dec 31st | Georg Ehrke | 2016-11-17 | 2 | -1/+6 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-17 | 70 | -414/+708 |
| | | |||||
* | | Merge pull request #2122 from nextcloud/downstream-26520 | Morris Jobke | 2016-11-17 | 2 | -5/+6 |
|\ \ | | | | | | | Hack to prevent warning for read-only wrapper in public links | ||||
| * | | only use one kind of hack for the storage wrappers of the sharing code | Morris Jobke | 2016-11-16 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Hack to prevent warning for read-only wrapper in public links | Vincent Petry | 2016-11-16 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Storage wrappers should normally always be registered inside a presetup hook. However in the public link scenario this is not possible and there is currently no good alternative with the current architecture. Instead of logging a warning every time, this fix prevents the warning to be shown but also adds a FIXME in the code for the future. This is ok because this app is already using private/internal APIs at the moment and should be reworked properly in the future. | ||||
* | | | Merge pull request #2151 from nextcloud/theming-fixes | Morris Jobke | 2016-11-16 | 2 | -30/+53 |
|\ \ \ | |_|/ |/| | | theming: move reset button into field and only show when focused | ||||
| * | | theming: move reset button into field and only show when focused | Jan-Christoph Borchardt | 2016-11-16 | 2 | -30/+53 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | Merge pull request #2157 from nextcloud/fix-checkboxes | Joas Schilling | 2016-11-16 | 2 | -5/+5 |
|\ \ \ | | | | | | | | | Fix checkboxes when theming color is enabled | ||||
| * | | | Revert "Fix #1782" | Julius Haertl | 2016-11-16 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bc5268bdc84c9c9f302914ebb1b5304b614dfc2e. Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #2123 from nextcloud/downstream-26522 | Joas Schilling | 2016-11-16 | 2 | -2/+34 |
|\ \ \ \ | |_|_|/ |/| | | | Skip hidden files when counting visible files in list | ||||
| * | | | Skip hidden files when counting visible files in list (#26522) | Vincent Petry | 2016-11-14 | 2 | -2/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | The file list UI logic that renders the next page doesn't properly exclude hidden files when not shown. This fix makes sure that only rows that are actually visible are counted when rendering a page, this makes sure that the page will always have enough elements displayed. | ||||
* | | | | Merge pull request #2146 from nextcloud/add_copy_tooltip_to_clipboard | Roeland Jago Douma | 2016-11-16 | 2 | -10/+23 |
|\ \ \ \ | | | | | | | | | | | Adds copy tooltip to clipboards | ||||
| * | | | | Fix tooltips - they now properly change on click | Morris Jobke | 2016-11-16 | 3 | -11/+24 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | | Adds copy tooltip to clipboards | Roeland Jago Douma | 2016-11-15 | 1 | -1/+1 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | basic lockdown logic | Robin Appelman | 2016-11-16 | 1 | -0/+1 |
| |_|/ |/| | | | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com> | ||||
* | | | Update the since version to 11.0.0 | Joas Schilling | 2016-11-16 | 8 | -50/+50 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix integration tests | Joas Schilling | 2016-11-16 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Remove the old activity extension | Joas Schilling | 2016-11-16 | 3 | -720/+0 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Add back the support for the short translations | Joas Schilling | 2016-11-16 | 1 | -4/+68 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Don't even try to combine when the subject is different | Joas Schilling | 2016-11-16 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Provider for the files app | Joas Schilling | 2016-11-16 | 5 | -0/+226 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Register the settings of the files app via info.xml | Joas Schilling | 2016-11-16 | 7 | -20/+499 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Move the favorites filter to IFilter | Joas Schilling | 2016-11-16 | 6 | -94/+167 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Move files filter to IFilter | Joas Schilling | 2016-11-16 | 3 | -15/+104 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 20 | -20/+20 |
|/ / | | | | | | | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-15 | 4 | -0/+4 |
| | | |||||
* | | Merge pull request #2125 from nextcloud/downstream-26546 | Morris Jobke | 2016-11-15 | 1 | -3/+3 |
|\ \ | | | | | | | Transfer ownership now returns exit code on error | ||||
| * | | Transfer ownership now returns exit code on error (#26546) | Vincent Petry | 2016-11-14 | 1 | -3/+3 |
| |/ | |||||
* | | Merge pull request #2119 from nextcloud/downstream-26555 | Roeland Jago Douma | 2016-11-14 | 1 | -1/+5 |
|\ \ | | | | | | | disabling dropping on dragging objects temporarily | ||||
| * | | disabling dropping on dragging objects temporarily | Michael Jobst | 2016-11-14 | 1 | -1/+5 |
| |/ | | | | | | | better solution | ||||
* | | Merge pull request #2084 from nextcloud/files_drop_avatars_disabled | Morris Jobke | 2016-11-14 | 1 | -1/+1 |
|\ \ | | | | | | | Fixes files_drop when avatars are disabled | ||||
| * | | Fixes files_drop when avatars are disabled | Roeland Jago Douma | 2016-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Fixes: #2080 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #2115 from nextcloud/oc_26527 | Roeland Jago Douma | 2016-11-14 | 1 | -15/+21 |
|\ \ \ | | | | | | | | | Skip broken shares when transferring ownership (#26527) | ||||
| * | | | Skip broken shares when transferring ownership (#26527) | Vincent Petry | 2016-11-14 | 1 | -15/+21 |
| | |/ | |/| | |||||
* | | | Merge pull request #2110 from nextcloud/oc_26526 | Roeland Jago Douma | 2016-11-14 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | First process group shares and then user shares | ||||
| * | | | First process group shares and then user shares | Vincent Petry | 2016-11-14 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | This prevents a validation failure where the code checks whether a file is already shared with another user, but the check disables itself when the owner is the same. Processing the groups first prevents the check to kick in too early when the group share still has the old owner while we try transferring the user share. | ||||
* | | | Merge pull request #2111 from nextcloud/oc_26549 | Roeland Jago Douma | 2016-11-14 | 5 | -19/+1 |
|\ \ \ | | | | | | | | | Remove unused $view from FilesPlugin (#26549) | ||||
| * | | | Remove unused $view from FilesPlugin (#26549) | Vincent Petry | 2016-11-14 | 5 | -19/+1 |
| |/ / | | | | | | | | | | The Sabre FilesPlugin never uses the view so remove it. |