Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2022-04-25Give hints on correct migration versioningJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25Fix older migrations to the version patternJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25Add missing indexJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-22Merge pull request #31751 from nextcloud/theming-providersJohn Molakvoæ
2022-04-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-21Lint and psalm fixJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Remove accessibilityJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Merge pull request #31047 from nextcloud/enh/preferences-indexJulius Härtl
Additional index on oc_preferences to make queries without a user filter faster
2022-04-21Write body theme selector straight in the templateJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Fix twofactor loading and public imageJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Update and fix theming imagesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-04-21Update search icon sizeJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-04-21Start theming providersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-20Merge pull request #30311 from nextcloud/enh/search-loadJulius Härtl
Add unified search options
2022-04-19Additional index on oc_preferences to make sure that gettingh values without ↵Julius Härtl
a user filter is fast Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-14Add extra filter for file pickerVincent Petry
Makes it possible to be more flexible when filtering entries to be displayed. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-14Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry
Add a metadata service to store file metadata
2022-04-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-13Add a metadata service to store file metadataCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-13Make typeahead and search limit/length configurableenh/search-loadJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-13Increase debounce timeout to be more realistic with real typing behaviorJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-13Merge pull request #31889 from ↵Joas Schilling
nextcloud/feature/noid/allow-to-autocomplete-user-and-group-commands Allow to autocomplete user and group ids in commands
2022-04-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-12Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwordsVincent Petry
Temporary passwords for public non-anonymous protected shares (ie: files shared with an email recipient).
2022-04-11Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu
shares of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves. - Creates a migration step for the files_sharing app to add the 'password_expiration_time' attribute to the oc_shares table. - Makes share temporary passwords' expiration time configurable via a system value. - Adds a system config value to allow permanent share passwords -Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue See https://github.com/nextcloud/server/issues/31005 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2022-04-11Wrap contact search result in a linkGnana Sekar
Signed-off-by: Gnana Sekar <developersekar1992@gmail.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-08Allow to autocomplete user and group ids in commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-07Merge pull request #31847 from nextcloud/performance/user-status-retrivalVincent Petry
Retrieve user status only once when displaying page
2022-04-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-05Retrieve user status only once when displaying pageperformance/user-status-retrivalCarl Schwan
We don't need to inject it in the template if the data is already available in the initial state. This is also a bit cleaner. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-05Merge pull request #31820 from nextcloud/fix/30002Louis
Explicitly close div element
2022-04-05Merge pull request #31661 from ↵blizzz
nextcloud/enh/user_ldap-add-command-to-unmap-groups Add ldap:reset-group command to unmap groups from LDAP
2022-04-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-04Explicitly close div elementLouis Chemineau
Fix: #30002 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-04Merge pull request #30823 from nextcloud/work/profilerCarl Schwan
Built-in profiler This adds the required API for collecting information about requests. This information can then be displayed with the new 'profiler' app.
2022-04-04Merge pull request #31687 from nextcloud/enhancement/passwordless-app-passwordsChristoph Wurst
Allow app passwords without login password for occ user:add-app-password
2022-04-04Add a built-in profiler inside NextcloudCarl Schwan
The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-01Add ldap:reset-group command to unmap groups from LDAPCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>