Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #48137 from nextcloud/enh/add-rich-object-formatter | Côme Chilliet | 2024-09-18 | 1 | -24/+3 |
|\ | | | | | feat: Add OCP interface to format richtext into string | ||||
| * | feat: Add OCP interface to format richtext into string | Côme Chilliet | 2024-09-17 | 1 | -24/+3 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-18 | 110 | -112/+112 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48145 from nextcloud/artonge/fix/drop_unecessary_exit | Joas Schilling | 2024-09-18 | 4 | -23/+39 |
|\ \ | | | | | | | fix: Drop unnecessary exit | ||||
| * | | fix: Prevent duplicate creation of print_exception function | Louis Chemineau | 2024-09-18 | 4 | -23/+39 |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-18 | 6 | -26/+34 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(core): profile design and pronouns supportfieat/profile-pronounces | John Molakvoæ (skjnldsv) | 2024-09-18 | 1 | -6/+19 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | feat: add profile pronouns | John Molakvoæ (skjnldsv) | 2024-09-17 | 1 | -0/+2 |
|/ / | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #48129 from nextcloud/feat/zst | John Molakvoæ | 2024-09-17 | 1 | -21/+22 |
|\ \ | |/ |/| | |||||
| * | chore: add `application/zstd` | John Molakvoæ (skjnldsv) | 2024-09-17 | 1 | -21/+22 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-17 | 6 | -0/+32 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-16 | 6 | -0/+44 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-15 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-14 | 4 | -4/+16 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: Replace OC_App::getAllApps with a method in AppManager | Côme Chilliet | 2024-09-13 | 6 | -13/+10 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App | Côme Chilliet | 2024-09-13 | 1 | -1/+6 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-13 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-12 | 4 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-11 | 104 | -110/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-10 | 2 | -0/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #47805 from nextcloud/fix/xml-exception-template | Ferdinand Thiessen | 2024-09-09 | 1 | -1/+1 |
|\ | | | | | fix: Replace conflicting tags in `xml_exception` template | ||||
| * | fix: Replace conflicting tags in `xml_exception` template | Ferdinand Thiessen | 2024-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The `<?xml` tag is interpreted as PHP short tags, so this causes errors. Instead just print that part of the template. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-09 | 6 | -0/+20 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-08 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-07 | 8 | -4/+28 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(TaskProcessing): increase error_message column length | Anupam Kumar | 2024-09-06 | 1 | -0/+40 |
| | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
* | Merge pull request #47649 from nextcloud/fix/footer-overlap | Pytal | 2024-09-06 | 7 | -16/+36 |
|\ | | | | | fix: Fix inaccessible content on public pages due to overlapping footer | ||||
| * | chore: compile scss | Christopher Ng | 2024-09-05 | 4 | -4/+4 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | fix: Fix inaccessible content on public pages due to overlapping footer | Christopher Ng | 2024-09-05 | 3 | -12/+32 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-06 | 6 | -6/+26 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 3 | -4/+4 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Merge pull request #47770 from ↵ | Louis | 2024-09-05 | 1 | -0/+47 |
|\ | | | | | | | | | nextcloud/artonge/fix/always_respond_custom_error_page_on_exceptions fix(dav): Always respond custom error page on exceptions | ||||
| * | fix(dav): Always respond custom error page on exceptions | Louis Chemineau | 2024-09-05 | 1 | -0/+47 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | fix: Migrate existing bg jobs to use sha256 | Louis Chemineau | 2024-09-05 | 1 | -0/+83 |
|/ | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-05 | 16 | -2/+78 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #39242 from joshtrichards/db-convert-type-mysql-socket-no-pw | John Molakvoæ | 2024-09-04 | 1 | -1/+19 |
|\ | |||||
| * | fix(occ): Add support for UNIX sockets to `db:convert-type` | Josh Richards | 2024-08-16 | 1 | -1/+19 |
| | | | | | | | | | | | | | | | | Fixes #31998 Adds support to `occ db:convert-type` to support UNIX socket connections via MySQL/MariaDB. Uses same `dbhost` / `hostname` parameter parsing logic (adapted) as used elsewhere (at least the relevant parts) for consistency. Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-04 | 110 | -820/+328 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | refactor(IMenuAction): Make public menu actions use the new Vue UI | Ferdinand Thiessen | 2024-09-03 | 1 | -34/+8 |
| | | | | | | | | | | | | | | | | This removes custom rendering code an replaces it with the declarative menu actions. Also adjust the template to allow the Vue UI to mount. Custom entries still are possible. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | chore: Remove legacy JS code for public page menu (header actions) | Ferdinand Thiessen | 2024-09-03 | 2 | -30/+0 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | feat: Implement Vue UI for public page menu | Ferdinand Thiessen | 2024-09-03 | 7 | -0/+408 |
| | | | | | | | | | | | | | | | | | | This adds a Vue implementation of the public page menu, that is the menu that can be added using `PublicTemplateResponse::setHeaderActions`. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-03 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | chore(css): build css | protoclown | 2024-09-02 | 4 | -4/+4 |
| | | | | | | | | Signed-off-by: protoclown <ornano@felinn.org> | ||||
* | | fix(css): refine css cleanup | protoclown | 2024-09-02 | 1 | -0/+22 |
| | | | | | | | | Signed-off-by: protoclown <ornano@felinn.org> | ||||
* | | fix(css): cleanup old scrolling css | protoclown | 2024-09-02 | 1 | -22/+0 |
| | | | | | | | | Signed-off-by: protoclown <ornano@felinn.org> | ||||
* | | fix(css): re-use old --color-scrollbar variable | protoclown | 2024-09-02 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: protoclown <ornano@felinn.org> | ||||
* | | fix(css): make scrollbar visible again | protoclown | 2024-09-02 | 1 | -4/+2 |
| | | | | | | | | Signed-off-by: protoclown <ornano@felinn.org> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-01 | 2 | -0/+70 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-30 | 4 | -14/+10 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #47628 from nextcloud/fix/restore-unified-search-modal-size | F. E Noel Nfebe | 2024-08-30 | 1 | -1/+3 |
|\ \ | | | | | | | fix(UnifiedSearch): Restore normal dialog size |