Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #18939 from ↵ | John Molakvoæ | 2020-01-17 | 1 | -2/+0 |
|\ | | | | | | | | | nextcloud/fix-cursor-on-disabled-contenteditable-divs Fix cursor on disabled contenteditable divs | ||||
| * | Fix cursor on disabled contenteditable divs | Daniel Calviño Sánchez | 2020-01-16 | 1 | -2/+0 |
| | | | | | | | | | | | | | | The cursor should be a default cursor, as the text cursor implies that text can be introduced. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-17 | 182 | -232/+460 |
| | | |||||
* | | Merge pull request #18764 from nextcloud/fix/18744/duplicate-activity-sidebar | Roeland Jago Douma | 2020-01-17 | 3 | -5/+2 |
|\ \ | | | | | | | Prevent duplicate entries in file sidebar | ||||
| * | | Prevent duplicate entries in file sidebar | Gary Kim | 2020-01-17 | 3 | -5/+2 |
| | | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | | | Merge pull request #18940 from nextcloud/force-share-accept | Roeland Jago Douma | 2020-01-17 | 12 | -104/+47 |
|\ \ \ | |/ / |/| | | Make the share accept process optional | ||||
| * | | Bump bundles | Julius Härtl | 2020-01-16 | 4 | -26/+26 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Make auto accepting the default and provide setting to enforce the share ↵ | Julius Härtl | 2020-01-16 | 4 | -12/+21 |
| | | | | | | | | | | | | | | | | | | acceptance process Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Remove global share accepter since auto-accepting is the default | Julius Härtl | 2020-01-16 | 4 | -66/+0 |
| |/ | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #18455 from nextcloud/feature/18420/new-user-alignment | Roeland Jago Douma | 2020-01-16 | 21 | -120/+12502 |
|\ \ | |/ |/| | fix userlist alignment | ||||
| * | Bump bundles | Julius Härtl | 2020-01-16 | 12 | -40/+40 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Fix indentation | Julius Härtl | 2020-01-16 | 1 | -1199/+1199 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Fix eslint errors in settings | Julius Härtl | 2020-01-16 | 1 | -23/+23 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | fix indentation and 3 dot menu | GretaD | 2020-01-16 | 2 | -1155/+1331 |
| | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com> | ||||
| * | fix popover menu overlapping | GretaD | 2020-01-16 | 6 | -4/+7975 |
| | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com> | ||||
| * | make actionButton sticky | GretaD | 2020-01-16 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com> | ||||
| * | add close button | GretaD | 2020-01-16 | 1 | -24/+36 |
| | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com> | ||||
| * | fix new user table | GretaD | 2020-01-16 | 4 | -55/+4266 |
| | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com> | ||||
| * | fix userlist alignment | GretaD | 2020-01-16 | 2 | -11/+15 |
|/ | | | | Signed-off-by: GretaD <gretadoci@gmail.com> | ||||
* | Merge pull request #18927 from nextcloud/fix/sidebar/fileinfomodel | John Molakvoæ | 2020-01-16 | 1 | -0/+3 |
|\ | | | | | Fix Sidebar legacy FileInfoModel requirement | ||||
| * | Fix Sidebar legacy FileInfoModel requirement | John Molakvoæ (skjnldsv) | 2020-01-16 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #18925 from nextcloud/add-color-background-hover-css-variable | Joas Schilling | 2020-01-16 | 1 | -0/+1 |
|\ \ | |/ |/| | Add color background hover css variable | ||||
| * | Add color background hover css variable | Marco Ambrosini | 2020-01-16 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-16 | 182 | -148/+330 |
| | |||||
* | Merge pull request #18894 from nextcloud/fix/note/debounce | Roeland Jago Douma | 2020-01-16 | 7 | -30/+61 |
|\ | | | | | Save sharing note on close or submit | ||||
| * | Do not save on update, use submit | John Molakvoæ (skjnldsv) | 2020-01-16 | 7 | -30/+61 |
| | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | | Merge pull request #18910 from nextcloud/fix/accept_shares_by_default | Roeland Jago Douma | 2020-01-16 | 1 | -9/+30 |
|\ \ | |/ |/| | Listen to the right even for auto share accept | ||||
| * | Listen to the right even for auto share accept | Roeland Jago Douma | 2020-01-15 | 1 | -9/+30 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #18732 from nextcloud/enh/files-sidebar | John Molakvoæ | 2020-01-15 | 30 | -444/+319 |
|\ | | | | | Sidebar polishing | ||||
| * | Close after click | John Molakvoæ (skjnldsv) | 2020-01-15 | 7 | -71/+132 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Only show tag selector if tags are set | Julius Härtl | 2020-01-15 | 25 | -388/+192 |
| | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
| * | Do not show sidebar on rename (fixes #18613) | Julius Härtl | 2020-01-15 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Properly set current file info when switching the details view | Julius Härtl | 2020-01-15 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #18799 from nextcloud/fix/inheritedshares/no_link_shares | John Molakvoæ | 2020-01-15 | 3 | -50/+32 |
|\ \ | |/ |/| | Do not show link shares in inherited list | ||||
| * | Don't show link shares hash in inherited share list | Roeland Jago Douma | 2020-01-15 | 3 | -50/+32 |
|/ | | | | | | This adds no value at all. Just showing the text "(Shared link)" now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #18803 from ↵ | Roeland Jago Douma | 2020-01-15 | 3 | -5/+5 |
|\ | | | | | | | | | nextcloud/fix/18716/other_with_access_navigate_only_on_delete Only allow navigation to a folder if you have access | ||||
| * | Only allow navigation to a folder if you have access | Roeland Jago Douma | 2020-01-15 | 3 | -5/+5 |
|/ | | | | | | | | | Fixes #18716 If you can delete the share then you have access yourself to that shares location. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #18873 from nextcloud/design/install-page | Roeland Jago Douma | 2020-01-15 | 3 | -14/+6 |
|\ | | | | | Install page design fixes | ||||
| * | Remove outdated centering code for database switcher on install page | Jan-Christoph Borchardt | 2020-01-14 | 1 | -14/+0 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | Add explanatory bit for recommended apps, fix #18631 | Jan-Christoph Borchardt | 2020-01-14 | 2 | -0/+6 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | Merge pull request #18892 from nextcloud/fix/17828/smaller_text_previews | Roeland Jago Douma | 2020-01-15 | 4 | -7/+17 |
|\ \ | | | | | | | Proper text previews | ||||
| * | | Proper text previews | Roeland Jago Douma | 2020-01-14 | 4 | -7/+17 |
| |/ | | | | | | | | | | | | | | | | | | | | | Fixes #17828 * Modified the preview provider to provider smaller fonts for the previes (so it is not so screaming) * Modified the sidebar to show plain text and markdown files full size. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | | Merge pull request #18898 from nextcloud/fix/2fa-page-max-width | Roeland Jago Douma | 2020-01-15 | 3 | -2/+6 |
|\ \ | | | | | | | Fix max width on 2FA pages | ||||
| * | | Fix max width on 2FA pages | Christoph Wurst | 2020-01-14 | 3 | -2/+6 |
| |/ | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-15 | 72 | -144/+1234 |
| | | |||||
* | | Merge pull request #18886 from nextcloud/node_exists-instead-of-catch | Roeland Jago Douma | 2020-01-14 | 2 | -7/+10 |
|\ \ | | | | | | | use `nodeExists` instead of catching exceptions | ||||
| * | | use `nodeExists` instead of catching exceptions | Robin Appelman | 2020-01-14 | 2 | -7/+10 |
| | | | | | | | | | | | | | | | | | | makes the intent of the code more clear imo Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #18859 from ↵ | Joas Schilling | 2020-01-14 | 4 | -9/+69 |
|\ \ \ | |_|/ |/| | | | | | | | | nextcloud/add-password-protected-by-talk-option-to-shares Add "Password protected by Talk" option to shares | ||||
| * | | Add "Password protected by Talk" option to shares | Daniel Calviño Sánchez | 2020-01-14 | 4 | -9/+69 |
|/ / | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | Merge pull request #18838 from ↵ | John Molakvoæ | 2020-01-14 | 50 | -410/+339 |
|\ \ | |/ |/| | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.3.1 Bump @nextcloud/axios from 1.1.0 to 1.3.1 |