aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | chore(files_sharing): Remove orphaned file with deprecated importsFerdinand Thiessen2023-07-011-44/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-0315-170/+266
|\ \ \ \ \ | |_|/ / / |/| | | | Add IProvideEnabledStateBackend interface
| * | | | Add method to list disabled users to IProvideEnabledStateBackendCôme Chilliet2023-06-292-0/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-202-3/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix User_Proxy tests as wellCôme Chilliet2023-05-251-1/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Use DI for DeletedUsersIndex and fix testsCôme Chilliet2023-05-259-118/+151
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | [user_ldap] Add per-connection setting for marking remnants as disabledCôme Chilliet2023-05-235-14/+32
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Use the new IProvideEnabledStateBackend interface in user_ldapCôme Chilliet2023-05-233-40/+58
| | | | | | | | | | | | | | | | | | | | 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-023-21/+45
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/fix/migrate-deprecated-ncappnavigationcounter
| * | | | | fix(settings): Migrate away from `NcAppNavigationCounter`Ferdinand Thiessen2023-07-013-21/+45
| | |/ / / | |/| | | | | | | | | | | | | 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>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-01146-170/+510
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | chore: Compile assetsFerdinand Thiessen2023-06-302-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | fix(settings): Migrate away from deprecated `NcPopoverMenu`Ferdinand Thiessen2023-06-304-125/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-309-6/+45
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 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>
| * | | | 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 #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>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-3018-2/+124
|/ / / / / | | | | | | | | | | | | | | | 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-295-27/+178
|\ \ \ \ \ | | | | | | | | | | | | display displayname on federated shares
| * | | | | displayname on federated sharesMaxence Lange2023-06-285-27/+178
| | | | | | | | | | | | | | | | | | 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-284-140/+202
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/36976-_9.1.4.11/8.2_-_The_frames_of_the_input_fields_do_not_meet_the_contrast_requirements
| * | | | | | | Replace plain input fields with NcTextField fields and NcMultiSelect fields ↵julia.kirschenheuter2023-06-284-140/+202
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with NcSelect fields Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* / | | | | | wrap user status message input and buttons with native formMaksim Sukharev2023-06-283-54/+44
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | | | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpointJulius Härtl2023-06-282-207/+454
|\ \ \ \ \ \
| * | | | | | fix: cannot apply limit+offset on multi-tag-searchArthur Schiwon2023-06-271-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | refactor: save unnecessary method_existsArthur Schiwon2023-06-211-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: use array_unitersect against objectsArthur Schiwon2023-06-211-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: obey offset and limit for results from favs and circlesArthur Schiwon2023-06-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: cominbation of small fixesArthur Schiwon2023-06-212-6/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - possible null return - parameter name mismatch in implementation - incomplete unit test Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: include invisible tags for adminsArthur Schiwon2023-06-212-52/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: search with more than one search tagsArthur Schiwon2023-06-212-114/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: no search when LazyFolder was providedArthur Schiwon2023-06-211-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | chore: cleanup unused codeArthur Schiwon2023-06-211-43/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: ensure searchBySystemTag() is availableArthur Schiwon2023-06-211-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: favorites view and universal search against tagsArthur Schiwon2023-06-211-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | use efficient tag retrieval on DAV report requestArthur Schiwon2023-06-211-22/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - uses DAV search approach against valid files joined by systemtag selector - reduced table join for tag/systemtag search - supports pagination - no changes to the output formats or similar Example request body: <?xml version="1.0"?> <oc:filter-files xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns" xmlns:nc="http://nextcloud.org/ns" xmlns:ocs="http://open-collaboration-services.org/ns"> <d:prop> <d:getcontentlength/> <d:getcontenttype/> <d:getetag/> <d:getlastmodified/> <d:resourcetype/> <nc:face-detections/> <nc:file-metadata-size/> <nc:has-preview/> <nc:realpath/> <oc:favorite/> <oc:fileid/> <oc:permissions/> <nc:nbItems/> </d:prop> <oc:filter-rules> <oc:systemtag>32</oc:systemtag> </oc:filter-rules> <d:limit> <d:nresults>50</d:nresults> <nc:firstresult>0</nc:firstresult> </d:limit> </oc:filter-files> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2818-24/+360
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>