aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Use the new IProvideEnabledStateBackend interface in user_ldapCôme Chilliet2023-05-233-40/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | | | | Add user enabled state backend featureCôme Chilliet2023-05-232-9/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-036-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | | Merge pull request #39102 from ↵John Molakvoæ2023-07-0214-35/+57
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/migrate-deprecated-ncappnavigationcounter
| * | | | | | | | | | | fix(settings): Migrate away from `NcAppNavigationCounter`Ferdinand Thiessen2023-07-0114-35/+57
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0226-10/+342
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #39093 from nextcloud/imageCreateFromStringGit'Fellow2023-07-011-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Silent `imagecreatefromstring()` errors
| * | | | | | | | | Silent imagecreatefromstring() errorsGit'Fellow2023-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-01146-170/+510
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #39073 from ↵Pytal2023-06-3016-209/+389
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | nextcloud/fix/setting_migrate-from-deprecated-ncpopovermenu
| * | | | | | | | | chore: Compile assetsFerdinand Thiessen2023-06-306-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | | | fix(settings): Migrate away from deprecated `NcPopoverMenu`Ferdinand Thiessen2023-06-3010-201/+381
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace popover menu with `NcActions` * Deduplicate user actions code between `UserRow` and `UserRowSimple` * Fix user action to cover whole row heigh to prevent dropdown from shining through the actions * Fix user action popover to be overlayed by current edited row actions Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | | Merge pull request #38905 from ↵Louis2023-06-3013-12/+51
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/feat/improve_files_versions_preview_logic Reduce load of files versions preview loading
| * | | | | | | | | Base versions' has-preview on mimetypeLouis Chemineau2023-06-292-26/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | | | Compile assetsLouis Chemineau2023-06-284-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | | | Do not load preview if version tab is not activeLouis Chemineau2023-06-285-4/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | | | Provide hasPreview in files_versions DAV APILouis Chemineau2023-06-285-3/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allow to no request non existing previews I also set some properties to the img element to reduce preview loading to what the browser think is necessary Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | | | Merge pull request #39049 from ↵Ferdinand Thiessen2023-06-304-4/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/no-issue/accessibility/aria-labels-on-apps-slide-toggles Update aria-expanded attribute for sidebar apps-slide-toggles
| * | | | | | | | | | Update aria-expanded attribute for sidebar apps-slide-togglesfenn-cs2023-06-304-4/+6
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some apps which use the machanism provided in `core/src/OC/apps.js` for toggle slide up/down in the side bar would equally rely on same for `aria-expanded` state change. For example : https://github.com/nextcloud/activity/pull/1230 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | | Merge pull request #39025 from nextcloud/bugfix/noid/actions-empty-filesJulius Härtl2023-06-301-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix(files): Only render the menu if there are actions to showJulius Härtl2023-06-291-2/+2
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | | Merge pull request #38802 from nextcloud/feature/type-responsesKate2023-06-3021-96/+229
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add types to responses
| * | | | | | | | | | Add template types to responsesjld31032023-06-3021-96/+229
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | | | | | | Merge pull request #38863 from ↵dependabot[bot]2023-06-301-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/github_actions/cypress-io/github-action-5.8.3
| * | | | | | | | | | chore(deps): Bump cypress-io/github-action from 5.8.1 to 5.8.3dependabot[bot]2023-06-301-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.8.1 to 5.8.3. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Commits](https://github.com/cypress-io/github-action/compare/db1693016f23ccf9043f4b2428f9b04e5d502a73...d69252d52b9a31bad4f418f05ba2bc83687a02eb) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | | Merge pull request #39076 from nextcloud/backport/39067/masterJohn Molakvoæ2023-06-301-14/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix(cypress): branch definition and update from templateJohn Molakvoæ2023-06-291-14/+30
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* / / / / / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-06-3024-4/+312
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #38900 from tanganellilore/add_theming_doc_urlJohn Molakvoæ2023-06-291-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add getDocBaseUrl that exted defaultLorenzo Tanganelli2023-06-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lorenzo Tanganelli <lorenzo.tanganelli@hotmail.it>
* | | | | | | | | | Merge pull request #39018 from ↵Côme Chilliet2023-06-292-81/+48
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/migrate-to-loggerinterface-federation Migrate federation application to LoggerInterface
| * | | | | | | | | Migrate federation application to LoggerInterfaceCôme Chilliet2023-06-262-81/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | | | Merge pull request #35915 from nextcloud/enh/noid/display-name-federated-sharesArthur Schiwon2023-06-298-31/+195
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | display displayname on federated shares
| * | | | | | | | | | displayname on federated sharesMaxence Lange2023-06-288-31/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | | | | | Merge pull request #38605 from fsamapoor/replace_strpos_calls_in_comments_appCôme Chilliet2023-06-292-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Refactors "strpos" calls in /apps/comments
| * | | | | | | | | | | Refactors "strpos" calls in /apps/comments to improve code readability.Faraz Samapoor2023-06-122-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | | | | | | | | | | | Merge pull request #31790 from nextcloud/fix-events-with-old-lastoccurenceChristoph Wurst2023-06-292-8/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix creating events with old (< unix time) lastoccurence
| * | | | | | | | | | | | style(caldav): improve getDenormalizedData methodThomas Citharel2023-06-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | | | | | | | | | Fix creating events with old (< unix time) lastoccurenceThomas Citharel2023-06-272-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #20804 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | | | | | | | Merge pull request #38839 from ↵Pytal2023-06-2813-164/+305
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/36976-_9.1.4.11/8.2_-_The_frames_of_the_input_fields_do_not_meet_the_contrast_requirements
| * | | | | | | | | | | | | fix: Add cypress test for changing password in the users listFerdinand Thiessen2023-06-293-13/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | | | | | | | Replace plain input fields with NcTextField fields and NcMultiSelect fields ↵julia.kirschenheuter2023-06-281-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with NcSelect fields Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
| * | | | | | | | | | | | | Replace plain input fields with NcTextField fields and NcMultiSelect fields ↵julia.kirschenheuter2023-06-289-148/+208
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with NcSelect fields Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | | | | | | | | | | Merge pull request #39042 from nextcloud/fix/ocp/timed-job-joblist-typeChristoph Wurst2023-06-282-11/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix(ocp): TimedJob can't have a more specific argument than Job
| * | | | | | | | | | | | | fix(ocp): TimedJob can't have a more specific argument than JobChristoph Wurst2023-06-282-11/+4
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | | | | | Merge pull request #38832 from nextcloud/fix/38817/correct-user-status-saveMaksim Sukharev2023-06-287-60/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | Adjust saving of status messages
| * | | | | | | | | | | | wrap user status message input and buttons with native formMaksim Sukharev2023-06-287-60/+50
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | | | | | | | | | Merge pull request #38498 from nextcloud/feat-replace-id3parser-with-mp3infoF. E Noel Nfebe2023-06-282-11/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | Replace id3parser with mp3info
| * | | | | | | | | | | feat: replace id3parser with mp3infoDaniel Kesselberg2023-06-282-11/+6
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | | | | Merge pull request #38613 from nextcloud/feat/35959/async-guzzle-requestsJoas Schilling2023-06-2810-69/+700
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()