summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-02-218-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-204-2/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-19212-1040/+1224
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #20766 from ↵Christoph Wurst2022-02-183-2/+14
|\ | | | | | | | | nextcloud/bug/fix-reminders-with-empty-calendar-data Consider only reminders with calendar data
| * Clean reminders for calendar when deleting a subscriptionThomas Citharel2022-02-151-0/+4
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Consider only reminders with calendar dataThomas Citharel2022-02-152-2/+10
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #31143 from nextcloud/fix/dont-redirect-file-indexVincent Petry2022-02-181-1/+1
|\ \ | | | | | | Don't redirect when loading files index page
| * | Don't redirect when loading files index pageCarl Schwan2022-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we are redirecting from ?dir=/&fileid=2 to ?dir=/. This is an issue because we then need to load two pages with full file system setup and authentification instead of one and the assets won't start loading until the second page is delivered to the user. Additionally when loading ?dir=/, we then change the url back to ?dir=/&fileid=2 (without reload) so that the next time we load the page again we do the same thing again. Depending on the speed of the server and internet connection we can save 100ms to 400ms, improving the user experience. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #31169 from ↵Simon L2022-02-181-4/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/noid/hide-download-button-for-images hide download button for images
| * | | hide download button for imagesszaimen2022-02-161-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | Fix external appCarl Schwan2022-02-172-1/+7
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Cleanup admin settings js filesCarl Schwan2022-02-1710-552/+506
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move admin.js to webpack, so that this use the bundled jquery files instead of the deprecated window.$ Also fixing formatting * Remove log.js that seems to be from a time where logreader was bundled with server and I couldn't find an usage of it anymore * Fix recent regression in rebuild navigation function (now not depending on jquery anymore and bundled by webpack). Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #30938 from nextcloud/fix/user_ldap-fix-check-ldap-new-userVincent Petry2022-02-172-30/+24
|\ \ \ \ | | | | | | | | | | Fix ldap:check-user method for newly created LDAP users
| * | | | Make it explicit that a DN can be used for ldap:check-userCôme Chilliet2022-02-172-4/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Improve typing in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-02-171-12/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix ldap:check-user method for newly created LDAP usersCôme Chilliet2022-02-171-15/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #31141 from nextcloud/fix/better-cache-policyCarl Schwan2022-02-172-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Improve caching policy use immutable when loading versionned assets
| * | | | | Improve caching policyCarl Schwan2022-02-162-2/+2
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cache css with version in url. This makes most js and css requests to be cached by the browser * Force caching previews, the etag is in the url so that if the propfind gives a new etag, we will refresh it otherwise it's no use to try to fetch the new etag and do tons of DB queries Tested with firefox and 'debug' => false (important so that the js/css urls are generated with ?v= parameter) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Load scripts of theming app before the dashboardLouis Chemineau2022-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows dashboard to access OCA.Theming Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Replace CalDAV availability component with component libChristoph Wurst2022-02-172-220/+37
| |/ / / |/| | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2022-02-17130-472/+492
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #30862 from nextcloud/feat/crud_share_permissionLouis2022-02-167-121/+633
|\ \ \ \ | | | | | | | | | | Support CRUD share permissions
| * | | | Support CRUD share permissionsLouis Chemineau2022-02-157-121/+633
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | [tx-robot] updated from transifexNextcloud bot2022-02-162-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #31170 from nextcloud/enh/noid/fix-broken-tooltipLouis2022-02-151-1/+0
|\ \ \ \ | |/ / / |/| | | fix a broken tooltip
| * | | try to fix broken tooltipszaimen2022-02-141-1/+0
| | |/ | |/| | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | Merge pull request #31178 from nextcloud/fix-dav-namespace-typoVincent Petry2022-02-151-1/+1
|\ \ \ | | | | | | | | Fix typo in DAV namespace registration
| * | | Fix typo in DAV namespace registrationThomas Citharel2022-02-141-1/+1
| |/ / | | | | | | | | | | | | | | | See https://github.com/nextcloud/3rdparty/blob/b0afba6d6508a1c85332cf8c61e90ad91b289ebc/sabre/dav/lib/DAV/Xml/Service.php#L43 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #31174 from nextcloud/fix/script_loading_ldapCôme Chilliet2022-02-154-2/+1
|\ \ \ | | | | | | | | Fix script loading in ldap's settings
| * | | Fix script loading in ldap's settingsLouis Chemineau2022-02-144-2/+1
| |/ / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #31176 from nextcloud/remove-obsolete-dav-defaultUsernamePathJulius Härtl2022-02-152-2/+0
|\ \ \ | | | | | | | | Remove setting defaultUsernamePath dynamically
| * | | Remove setting defaultUsernamePath dynamicallyThomas Citharel2022-02-142-2/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | Since Sabre 3.0.6 this is no longer possible. @see https://github.com/sabre-io/dav/pull/582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* / / [tx-robot] updated from transifexNextcloud bot2022-02-1518-28/+50
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-1414-40/+172
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-1312-2/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-1212-0/+22
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31090 from ↵Simon L2022-02-112-2/+11
|\ | | | | | | | | nextcloud/fix/31069/fix-overlapping-buttons-apps-management fix overlapping buttons in apps-management
| * try to fix overlapping buttons in apps-managementszaimen2022-02-102-2/+11
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #30953 from ↵Vincent Petry2022-02-101-7/+6
|\ \ | | | | | | | | | | | | nextcloud/feat/init-storage-when-transferring-ownership Init user's file system if not existing on ownership transfer
| * | Init user's file system if not existing on ownership transferCarl Schwan2022-02-011-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | This makes it a bit easier to transfer ownership when the new user hasn't already logged in. This still doesn't support encrypted storages because the keys are not generated yet. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #31032 from nextcloud/instanceNameVincent Petry2022-02-101-2/+8
|\ \ \ | | | | | | | | Don't use plain URL on the email subject
| * | | Don't use plain URL on the subjectacsfer2022-02-061-2/+8
| | | | | | | | | | | | | | | | | | | | Many servers classify emails with plain URLs on subject as spam, or can event reject/discard it completely. Don't use it and display Instance Name instead. `550 5.2.0 GIuMngdpZqS9h Mail rejected. OFR_506 [506]`
* | | | Merge pull request #31073 from nextcloud/fix/user_ldap-fix-access-typingVincent Petry2022-02-103-69/+47
|\ \ \ \ | | | | | | | | | | Improve typing in OCA\User_LDAP\Access and reduce psalm errors
| * | | | Remove mixed type not available in PHP 7.4Côme Chilliet2022-02-081-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Add a comment explaining how Helper::loginName2UserName can workCôme Chilliet2022-02-081-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Improve typing in OCA\User_LDAP\Access and reduce psalm errorsCôme Chilliet2022-02-083-66/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should avoid some PHP warning using PHP 8.1 and help detecting type trouble early in the future. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #31079 from nextcloud/ignore-self-contact-interactionVincent Petry2022-02-101-0/+5
|\ \ \ \ \ | | | | | | | | | | | | Ignore contact interaction with self
| * | | | | Ignore contact interaction with selfThomas Citharel2022-02-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No need to insert ourselves as a recent contact Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #31097 from ↵Vincent Petry2022-02-101-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/31096/fix-shares-transfer-guest-to-nonguest Fix path handling when transferring incoming shares