Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10876 from nextcloud/bugfix/10873/theming-settingsbutton | Julius Härtl | 2018-08-29 | 1 | -2/+2 |
|\ | | | | | Theming: apply proper size to the remove background button | ||||
| * | Theming: apply proper size to the remove background button | Julius Härtl | 2018-08-27 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-29 | 8 | -0/+8 |
| | | |||||
* | | Merge pull request #10871 from cviereck/patch-1 | Morris Jobke | 2018-08-28 | 1 | -1/+1 |
|\ \ | | | | | | | cast timestamps older than unix epoch to 0 | ||||
| * | | cast timestamps older than unix epoch to 0 | Christian | 2018-08-27 | 1 | -1/+1 |
| |/ | | | | | This change solves issues #10870, which is caused by method castValue of class FileSearchBackend: It casts the timestamps older than the unix epoch to false., see my comment https://github.com/nextcloud/server/pull/10835#discussion_r212806153. | ||||
* | | Merge pull request #10892 from nextcloud/fix-drag-shadow-in-files-app | John Molakvoæ | 2018-08-28 | 1 | -1/+4 |
|\ \ | | | | | | | Fix drag shadow in Files app | ||||
| * | | Remove limit on "max-width" for file names in drag shadow | Daniel Calviño Sánchez | 2018-08-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The general file list sets "max-width: 0" in the file names, which causes the file names in the drag shadow to have no width for their content and thus to overlap with the file size. As that limit is needed for proper layout in the general file list it is removed only for file names in drag shadows. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | | Increase z-index of drag shadow for files | Daniel Calviño Sánchez | 2018-08-27 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | The drag shadow is a sibling of "#content" so its z-index must be higher than the z-index of the content children (navigation bar, app content and app sidebar) to appear in front of them. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | Merge pull request #10875 from nextcloud/bugfix/10024/theming-footer-link | Julius Härtl | 2018-08-28 | 2 | -10/+30 |
|\ \ | | | | | | | Theming: Only link Entity in footer if a url is set | ||||
| * | | Theming: Fix footer tests | Julius Härtl | 2018-08-27 | 2 | -9/+25 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Theming: Only Entity in footer if a url is set | Julius Härtl | 2018-08-27 | 1 | -3/+7 |
| |/ | | | | | | | | | | | fixes #10024 Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-28 | 2 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-27 | 36 | -10/+62 |
| | |||||
* | Merge pull request #10856 from nextcloud/bugfix/noid/comments-contactsmenu | John Molakvoæ | 2018-08-26 | 1 | -1/+0 |
|\ | | | | | Fix contactsmenu for mentioned users in comments | ||||
| * | Fix contactsmenu for mentioned users in comments | Julius Härtl | 2018-08-25 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-26 | 10 | -0/+32 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-25 | 140 | -138/+118 |
| | |||||
* | Merge pull request #10838 from nextcloud/header-fixes-and-public-note | Morris Jobke | 2018-08-24 | 4 | -9/+61 |
|\ | | | | | Header fixes and public note | ||||
| * | Tests fixes | John Molakvoæ (skjnldsv) | 2018-08-24 | 1 | -4/+7 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fix mobile view and add public share note view | John Molakvoæ (skjnldsv) | 2018-08-24 | 4 | -6/+46 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fix header calculation and better public design | John Molakvoæ (skjnldsv) | 2018-08-24 | 1 | -3/+12 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #10820 from nextcloud/fix/noid/emptydefaultprefix | Morris Jobke | 2018-08-24 | 3 | -15/+18 |
|\ \ | | | | | | | [LDAP] The WebUI Wizard also should not assign empty config IDs | ||||
| * | | [LDAP] The WebUI Wizard also should not assign empty config IDs | Arthur Schiwon | 2018-08-23 | 3 | -15/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With 689df9a843dd0505088143de039af775a3f92612 the behaviour to assign only non-empty config IDs was introduced. Only, this was only effective for CLI and OCS API. Related to #3270. The web UI creates now also a full configuration on first load. This fixes #5094. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #10834 from nextcloud/add-support-for-room-shares | Roeland Jago Douma | 2018-08-24 | 2 | -2/+13 |
|\ \ \ | | | | | | | | | Add support for room shares | ||||
| * | | | Fix tests | Roeland Jago Douma | 2018-08-24 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Add rooms in the default candidate types to look for when sharing | Daniel Calviño Sánchez | 2018-08-24 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | | | Merge pull request #10835 from nextcloud/dav-search-no-negative-mtime | Morris Jobke | 2018-08-24 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | disallow negative mtime in dav search | ||||
| * | | | | disallow negative mtime in dav search | Robin Appelman | 2018-08-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | Merge pull request #10803 from nextcloud/smb-dir-instead-of-allinfo | Morris Jobke | 2018-08-24 | 2 | -2/+19 |
|\ \ \ \ \ | |_|/ / / |/| | | | | prefer using dir instead of allinfo for getting smb file info | ||||
| * | | | | fix missing import | Robin Appelman | 2018-08-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | assume the same timezone when using local domain names for smb | Robin Appelman | 2018-08-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | improved fallback of timezone detection | Robin Appelman | 2018-08-23 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | use dir instead of allinfo where possible | Robin Appelman | 2018-08-22 | 1 | -0/+12 |
| | | | | | |||||
* | | | | | Merge pull request #10773 from nextcloud/collapsible-dark-fix | Morris Jobke | 2018-08-24 | 1 | -3/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Accessibility theme fixes | ||||
| * | | | | | Update contrast theme to better readability on icons and files action | John Molakvoæ (skjnldsv) | 2018-08-20 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | | | Merge pull request #10828 from ↵ | Morris Jobke | 2018-08-24 | 1 | -4/+10 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/fac-108/mimetype-detection-broken-for-junked-uploads Fix mimetype detection for junked uploads | ||||
| * | | | | | | Fix mimetype detection for junked uploads | Joas Schilling | 2018-08-24 | 1 | -4/+10 |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | Merge pull request #10724 from nextcloud/large-share-count-performance | Morris Jobke | 2018-08-24 | 3 | -24/+49 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Improve performance when dealing with large numbers of shares | ||||
| * | | | | | cache parent exists status during share setup | Robin Appelman | 2018-08-16 | 3 | -10/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | | only determine is sharing is disabled for a user once | Robin Appelman | 2018-08-16 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | | don't check if target dir exists when using the default share target directory | Robin Appelman | 2018-08-16 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | | re-use view instances for shared storages | Robin Appelman | 2018-08-16 | 2 | -6/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | | more efficient way to detect added and removed mounts | Robin Appelman | 2018-08-16 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | | more efficient unique share target generation | Robin Appelman | 2018-08-16 | 2 | -13/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | Merge pull request #10589 from nextcloud/smb-stat-retry | Morris Jobke | 2018-08-24 | 1 | -1/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | retry smb stat on timeout | ||||
| * | | | | | | retry stat on timeout | Robin Appelman | 2018-08-08 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-24 | 142 | -10/+242 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #10815 from nextcloud/fix/noid/missingreturnval | Morris Jobke | 2018-08-23 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | returning of $tr is expected, otherwise ending up in a JS error | ||||
| * | | | | | | returning of $tr is expected, otherwise ending up in a JS error | Arthur Schiwon | 2018-08-23 | 1 | -0/+1 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* / | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-23 | 444 | -690/+58 |
|/ / / / / |