summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwordsVincent Petry2022-04-123-5/+104
|\ | | | | Temporary passwords for public non-anonymous protected shares (ie: files shared with an email recipient).
| * Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu2022-04-113-5/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Wrap contact search result in a linkGnana Sekar2022-04-111-5/+9
| | | | | | | | | | Signed-off-by: Gnana Sekar <developersekar1992@gmail.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | [tx-robot] updated from transifexNextcloud bot2022-04-092-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-04-082-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31847 from nextcloud/performance/user-status-retrivalVincent Petry2022-04-071-5/+1
|\ | | | | Retrieve user status only once when displaying page
| * Retrieve user status only once when displaying pageCarl Schwan2022-04-051-5/+1
| | | | | | | | | | | | | | 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>
* | [tx-robot] updated from transifexNextcloud bot2022-04-072-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-04-062-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31820 from nextcloud/fix/30002Louis2022-04-054-6/+6
|\ | | | | Explicitly close div element
| * Explicitly close div elementLouis Chemineau2022-04-044-6/+6
| | | | | | | | | | | | Fix: #30002 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #31661 from ↵blizzz2022-04-051-1/+1
|\ \ | | | | | | | | | | | | nextcloud/enh/user_ldap-add-command-to-unmap-groups Add ldap:reset-group command to unmap groups from LDAP
| * | Add ldap:reset-group command to unmap groups from LDAPCôme Chilliet2022-04-011-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-04-058-2/+16
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #30823 from nextcloud/work/profilerCarl Schwan2022-04-041-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | Built-in profiler This adds the required API for collecting information about requests. This information can then be displayed with the new 'profiler' app.
| * | | Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #31687 from nextcloud/enhancement/passwordless-app-passwordsChristoph Wurst2022-04-041-10/+12
|\ \ \ \ | |_|_|/ |/| | | Allow app passwords without login password for occ user:add-app-password
| * | | Allow app passwords without login password for occ user:add-app-passwordChristoph Wurst2022-03-231-10/+12
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2022-04-044-2/+10
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-04-038-0/+14
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-04-0260-148/+148
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Return to quotation marksValdnet2022-03-311-5/+5
| | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | Correct codeValdnet2022-03-311-17/+17
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | Code ordering for text stringsValdnet2022-03-311-47/+12
| | | | | | | | | | | | | | | | | | Code cleanup for text strings and change quotation marks to apostrophe for 'occ'. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-03-312-0/+8
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-302-22/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2Vincent Petry2022-03-293-18/+19
|\ \ | | | | | | Add direct arg to login flow
| * | Add direct arg to login flowVincent Petry2022-03-283-18/+19
| | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-Authored-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #31735 from nextcloud/fix/noid/mig-generator-copyrightCôme Chilliet2022-03-291-0/+24
|\ \ \ | | | | | | | | migration generator also includes copyright section
| * | | migration generator also includes copyright sectionArthur Schiwon2022-03-281-0/+24
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-292-11/+9
|\ \ \ \ | |/ / / |/| | | Migrate from ILogger to LoggerInterface in lib/private
| * | | Fixing psalm errorsCôme Chilliet2022-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Encryption constructor is problematic and should still be fixed later. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-10/+8
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-03-252-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Don't create cards_abiduri it if already existsLouis Chemineau2022-03-241-5/+9
|/ / / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | / Remove old shorteningJoas Schilling2022-03-232-7/+0
| |/ |/| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Limit the length of app password namesJoas Schilling2022-03-232-0/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-232-2/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #31569 from nextcloud/bugfix/31519/revert-password-validationJoas Schilling2022-03-221-4/+1
|\ \ | | | | | | Allow creating app passwords without validating the user's password a…
| * | Allow creating app passwords without validating the user's password againJoas Schilling2022-03-141-4/+1
| | | | | | | | | | | | | | | | | | Aparently the idea behind the command was exactly to do this. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-03-222-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #31629 from nextcloud/feat/remove-ie-headersPytal2022-03-216-31/+0
|\ \ \
| * | | Remove legacy Internet Explorer headersMichaIng2022-03-196-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | X-UA-Compatible and X-Download-Options headers are interpreted or relevant for Internet Explorer only. With the deprecation of Internet Explorer support in Nextcloud 20 and planned support removal already in Nextcloud 22, these became obsolete and are hereby removed, including their removal from setup checks. Signed-off-by: MichaIng <micha@dietpi.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-03-212-12/+80
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-03-192-0/+62
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Add global profile toggle configChristopher Ng2022-03-181-21/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-03-172-66/+66
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Update Version24000Date20211222112246.phpJoas Schilling2022-03-151-2/+4
|/ /
* / [tx-robot] updated from transifexNextcloud bot2022-03-142-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-03-136-2/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>