| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(files_sharing): show proper share not found error message | skjnldsv | 2024-08-06 | 1 | -0/+23 |
* | feat(files_sharing): add public name prompt for files requests | skjnldsv | 2024-07-18 | 1 | -7/+5 |
* | feat(files_sharing): use label as title and file drop destination if available | skjnldsv | 2024-07-18 | 1 | -1/+4 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-06 | 2 | -19/+8 |
* | chore(files): cleanup old templates | John Molakvoæ | 2024-01-25 | 2 | -42/+0 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
* | Remove unneeded `tabindex="0"` from sidebar and app content | julia.kirschenheuter | 2023-10-25 | 1 | -1/+1 |
* | make sure to show download button only one time | Simon L | 2023-06-14 | 1 | -3/+2 |
* | Refactors "strpos" calls in /apps/files_sharing to improve code readability. | Faraz Samapoor | 2023-06-02 | 1 | -1/+1 |
* | Pluggable share provider | Louis Chemineau | 2023-02-02 | 1 | -1/+1 |
* | Make scroll areas keyboard focussable | Julius Härtl | 2022-09-01 | 1 | -1/+1 |
* | feature: first take on using the viewer to render single file shares | Max | 2022-08-25 | 1 | -24/+14 |
* | Remove legacy #dir element in files list | Vincent Petry | 2022-07-27 | 2 | -4/+0 |
* | Remove obsolete notification container | Vincent Petry | 2022-07-26 | 1 | -1/+0 |
* | Replace files app ids to classes | Vincent Petry | 2022-07-26 | 2 | -8/+8 |
* | Change tooltip title of files grid view toggle dynamically | Christopher Ng | 2022-07-04 | 1 | -3/+3 |
* | l10n: Delete apostrophe | Valdnet | 2022-06-07 | 1 | -1/+1 |
* | hide download button for images | szaimen | 2022-02-16 | 1 | -4/+6 |
* | Revert "Add non-breaking space in the file size" | szaimen | 2022-02-10 | 1 | -2/+2 |
* | Add non-breaking space in the file size | Carl Schwan | 2022-01-14 | 1 | -2/+2 |
* | Improve layout for the public download page | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
* | Move bundles to /dist | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -1/+1 |
* | Fix "No entries in this …" template | Joas Schilling | 2021-10-25 | 1 | -1/+1 |
* | Correct code | Valdnet | 2021-09-13 | 1 | -2/+2 |
* | l10n: Remove a text string from translation | Valdnet | 2021-09-13 | 1 | -2/+2 |
* | Duplicate code removed | sangramsinh.desai@t-systems.com | 2021-09-02 | 1 | -14/+1 |
* | unwanted class removed | sangramsinh.desai@t-systems.com | 2021-09-02 | 1 | -2/+2 |
* | mimetype condition merged | sangramsinh.desai@t-systems.com | 2021-09-02 | 1 | -0/+11 |
* | Guest view download button seperated for image | Sangramsinh Desai | 2021-09-02 | 1 | -0/+13 |
* | Guest view download button seperated for video | Sangramsinh Desai | 2021-09-02 | 1 | -1/+4 |
* | Remove trailing whitespace from comment | Florian Storz | 2021-07-19 | 1 | -1/+1 |
* | Add comment linking to PR | Florian Storz | 2021-07-19 | 1 | -0/+1 |
* | hide download button for public preview of audio files | Florian Storz | 2021-07-19 | 1 | -1/+2 |
* | Don't use deprecated getIniWrapper() anymore | Joas Schilling | 2020-08-20 | 1 | -2/+2 |
* | Fix "misplaced variables" warning of Psalm in PHPDoc statements | Morris Jobke | 2020-08-17 | 1 | -1/+1 |
* | Fix some MissingDocblockType or InvalidDocblock warnings. | Daniel Kesselberg | 2020-08-14 | 2 | -3/+3 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -3/+3 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Merge pull request #19913 from nextcloud/bugfix/noid/remove-user-name-from-pu... | Roeland Jago Douma | 2020-04-03 | 1 | -4/+9 |
|\ |
|
| * | Remove user name from public sharing page | Joas Schilling | 2020-04-01 | 1 | -4/+9 |
* | | add translation strings & add margin to uploaded files-list | Christopher Mueller | 2020-03-31 | 1 | -1/+1 |
* | | Add basic progressbar to public upload page | Christopher Mueller | 2020-03-31 | 1 | -2/+1 |
|/ |
|
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
* | Allow users to specify to accept (internal) shares by default | Roeland Jago Douma | 2019-12-17 | 1 | -0/+29 |
* | Fix grid toggle button on public page | John Molakvoæ (skjnldsv) | 2019-02-21 | 1 | -7/+9 |
* | Add the file drop uploaded files element | Michael Weimann | 2019-01-04 | 1 | -0/+1 |
* | Fixes the grid toggle for none folder shares | Michael Weimann | 2018-11-09 | 1 | -1/+1 |
* | Improve text to be better translatable and use CSS instead of HTML for bold text | Morris Jobke | 2018-11-07 | 1 | -2/+2 |
* | Moves the terms of service into a dialog | Michael Weimann | 2018-11-07 | 1 | -6/+13 |