Next | Query returned 77 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2021-05-30 08:02:31 by Ryo ONODERA | Files touched by this commit (3)
Log message:
php-nextcloud: Update to 21.0.2

Changelog:
Version 21.0.2 May 20 2021

Changes

  * L10n: Add word user in FederatedShareProvider.php (server#26508)
  * Increase subnet matcher (server#26514)
  * Limit size of properties to 2048 characters (server#26525)
  * Fix accessibility issues on log in screen (server#26535)
  * Fix constraint violation detection in QB Mapper (server#26587)
  * Bump ssri from 6.0.1 to 6.0.2 (server#26604)
  * Add force option to app install command (server#26607)
  * Update root.crl due to revoked news.crt (server#26616)
  * Do not allow adding file drop shares to your own cloud (server#26621)
  * Fix empty password check for mail shares (server#26625)
  * Require read permissions for federated shares (server#26636)
  * Ensure redis returns bool for hasKey (server#26639)
  * Make lookup search explicit (server#26641)
  * Update psalm baseline (server#26653)
  * Fix broken Expiration test (server#26667)
  * Do not stop directory listing when ACL is blocking access (server#26677)
  * Mention MariaDB in MySQL support warning (server#26685)
  * Make Testcase class compatible with phpunit-9.5 (server#26690)
  * Explicitly check hex2bin input (server#26694)
  * Remove undefined parameter, add description (server#26702)
  * FIx Oracle by testing on Ubuntu 20.04 until oci8.so is available for ??
    (server#26703)
  * Update icewind/smb to 3.4.1 (server#26704)
  * Bump @nextcloud/dialogs from 3.1.1 to 3.1.2 (server#26733)
  * Private cannot be final (server#26752)
  * Fix installer deprecation warnings for PHP 8 (server#26759)
  * Validate the website field input to be a valid URL (server#26760)
  * Respect the error level when logging (server#26766)
  * Improve federated permission handling (server#26770)
  * No longer add trusted servers on federated share creation (server#26778)
  * Fix ratelimit template (server#26789)
  * LDAP: do not bother to search after the last page (server#26797)
  * Fail when creating new files with an empty path (server#26808)
  * Only return display name as editable when the user backend allows it
    (server#26815)
  * Do not try to contact lookup server if not needed (server#26823)
  * Only perform login check during ownership transfer for encryption (server#
    26863)
  * Fix creating vcards with multiple string values (server#26865)
  * L10n: Spelling unification (server#26881)
  * Remove self setting checking which can not be set anymore (activity#574)
  * Ensure link names are unique for accessibility, thanks @nickvergessen, fix
    #575 (activity#578)
  * Use PNG images in daily activity summary emails (activity#584)
  * Fix accessibility issues in PDF pt. II (example-files#18)
  * Fix admin notification api (notifications#929)
  * Only push delete-push to devices that also got the notification
    (notifications#938)
  * Move counting storage statistics to the background (serverinfo#298)
  * Hide squashfs and overlay-FS from the overview (serverinfo#304)
  * Add download button in actions menu (viewer#849)
  * Limit scope of the icon white overwrite (viewer#858)
  * Fixes for naughty filenames (viewer#869)
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2021-05-12 14:54:53 by Ryo ONODERA | Files touched by this commit (3) | Package updated
Log message:
php-nextcloud: Update to 21.0.1

Changelog:
Version 21.0.1 April 9 2021

Changes

  * Always renew apppasswords on login (server#25571)
  * Improve mention matches (server#25573)
  * Disable trasbin during the moveFromStorage fallback (server#25877)
  * Clear multiselect after selection in share panel (server#25918)
  * Activity: show if files are hidden or not (server#25935)
  * Sharebymail: set expiration on creation (server#25937)
  * Catch notfound and forbidden exception in smb::getmetadata (server#25943)
  * Skip empty obsolete owner when adding to own NC (server#25955)
  * Fix admin password strengthify tooltip (server#25962)
  * Add missing waits and asserts in acceptance tests (server#25993)
  * Hide expiration date field for remote shares (server#26026)
  * Remove trash items from other trash backends when deleting all (server#
    26039)
  * Fix SCSS compiler deprecated function usages (server#26042)
  * Provisioning API to IBootstrap (server#26044)
  * Cache baseurl in url generator (server#26051)
  * Allow autocomplete based on phone sync (server#26056)
  * Only clear share password model when actually saved (server#26058)
  * Add appconfig to always show the unique label of a sharee (server#26062)
  * Only clear known users when we had at least one phonebook entry (server#
    26081)
  * Chunk the array of phone numbers (server#26084)
  * Limit constructing of result objects in file search (server#26087)
  * Apply object store copy optimization when 'cross storage' copy is wit...
    (server#26090)
  * Add getID function to the simplefile implementation (server#26119)
  * Allow overwriting isAuthenticated (server#26122)
  * Send share notification instead of erroring on duplicate share (server#
    26124)
  * Log exceptions when creating share (server#26128)
  * Do cachejail search filtering in sql (server#26133)
  * Return the fileid from `copyFromCache` and use it instead of doing an extra
    query (server#26146)
  * Dont allow creating users with __groupfolders as uid (server#26151)
  * Use correct exception type hint in catch statement (server#26162)
  * Fix default missing initial state for templates (server#26166)
  * Remove explicit fclose from S3->writeStream (server#26167)
  * Adds ldap user:reset command (server#26175)
  * Improve search results when only phonebook-matches can we autocompleted
    (server#26177)
  * Fix valid storages removed when cleaning remote storages (server#26192)
  * Update user share must use correct expiration validation (server#26204)
  * Expand 'path is already shared' error message (server#26211)
  * Add (hidden) option to always show smb root as writable (server#26215)
  * Removed unnecessary padding (server#26227)
  * L10n: Add words user and because in ShareByMailProvider.php (server#26238)
  * Fix non LGC glyphs in avatars and txt file previews (server#26249)
  * Handle limit offset and sorting in files search (server#26257)
  * Update icewind/smb to 3.4.0 (server#26263)
  * Catch invalid cache source storage path (server#26271)
  * Fix casing of core test folder, bring back missing tests (server#26276)
  * L10n: Separate ellipsis (server#26279)
  * Show better error messages when a file with a forbidden path is encountered
    (server#26291)
  * Fix l10n (server#26298)
  * Log when a storage is marked as unavailable (server#26301)
  * Delete old birthday calendar object when moving contact to another ad...
    (server#26307)
  * Add a prefix index to filecache.path (server#26326)
  * Avatar privacy and new scope (server#26352)
  * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead
    of SVGs (server#26357)
  * Update cipher defaults (server#26363)
  * Fix wording for phone number integration (server#26366)
  * Remove notifications when retesting profile field input (server#26371)
  * Do not attempt to read 0 bytes when manually iterating over a non-seekable
    file (server#26376)
  * Fix(translation): replace static error message (server#26377)
  * Only mark migrations as installed after execution (server#26379)
  * Gracefully handle deleteFromSelf when share is already gone (server#26382)
  * Also check the default phone region when the number has no country code
    (server#26391)
  * Allow apps to write/update account data (server#26398)
  * Log and continue when failing to update encryption keys during for
    individual files (server#26400)
  * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402)
  * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404)
  * Get the parent directory before creating a file from a template (server#
    26406)
  * Bump y18n from 4.0.0 to 4.0.1 (server#26413)
  * [3rdparty]phpseclib-2.0.31 (server#26447)
  * Revert "add a prefix index to filecache.path" (server#26451)
  * 21.0.1 final (server#26453)
  * Show icon-phone when setting is set to private instead of local (server#
    26459)
  * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643)
  * Fix 'Daily activity summary' email subject translation (activity#562)
  * Fix notifying own activities (activity#566)
  * Send the footer with the defined language (activity#570)
  * Make sure we only load the public script on public pages (files_pdfviewer#
    340)
  * Extend reasons for email address (firstrunwizard#503)
  * Only send desktop notifications in one tab (notifications#911)
  * Fix Photos not shown in large browser windows #630 (photos#689)
  * Add vue-virtual-grid to babel (photos#710)
  * Match any non-whitespace character in filesystem type pattern (serverinfo#
    280)
  * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0
    (serverinfo#287)
  * Disable cypress recording for now (text#1504)
  * Use write permission when possible (text#1512)
  * Fix clicking links with color annotations (text#1516)
  * Update CLI tests to PHP 7.4 to 8.0 (updater#346)
  * Disable UI when web updater is disabled in config.php (updater#351)
  * Remove obsolete pipeline php72-master (updater#355)
  * Update used version of box (updater#359)
  * Do not allow to keep maintenance mode active in web updater (updater#363)
  * Fix fullscreen (viewer#842)
   2021-04-01 01:33:05 by Greg Troxel | Files touched by this commit (1)
Log message:
nextcloud: Prune out of date advice from MESSAGE

Now, we have php.d, so one just installs, and does not modify php.ini.
   2021-03-07 14:21:58 by Takahiro Kambe | Files touched by this commit (17)
Log message:
Switch to use lang/php/json.mk.
   2021-02-27 20:04:55 by Ryo ONODERA | Files touched by this commit (3)
Log message:
php-nextcloud: Update to 21.0.0

Changelog:
Version 21.0.0 February 22 2021

Changes

The biggest improvements we introduce with Nextcloud 21 are:

  * High Performance Back-end for Nextcloud Files: reduces server load from
    desktop clients and web interface polling by 90% while delivering instant
    notifications to users.
  * And a wide range of performance improvements all over on top, decreasing
    loading times of pages and reducing load on the server
  * Collaborative features: new Whiteboard, author colours in Text and
    Document Templates to increase team productivity
  * Nextcloud Talk: debuts message status indicators, a raise hand feature, a
    group conversation description and more!
  * A range of Groupware improvements like drag'n'drop and nicer threading in
    Mail and syncing social media avatars in Contacts.
   2021-02-15 13:46:00 by Ryo ONODERA | Files touched by this commit (3)
Log message:
php-nextcloud: Update to 20.0.7

Changelog:
Changes

    Catch NotFoundException when querying quota (server#25315)
    CalDAV] Validate notified emails (server#25324)
    Fix/app fetcher php compat comparison (server#25347)
    Show the actual error on share requests (server#25352)
    Fix parameter provided as string not array (server#25366)
    The objectid is a string (server#25374)
    20.0.7 final (server#25387)
    Properly handle SMB ACL blocking scanning a directory (server#25421)
    Don't break completely when creating the digest fail for one user (activity#556)
    Only attempt to use a secure view if hide download is actually set \ 
(files_pdfviewer#296)
    Fix opening PDF files with special characters in their name (files_pdfviewer#298)
    Fix PDF viewer failing on Edge (not based on Chromium) (files_pdfviewer#299)
    Cannot unfold plain text notifications (notifications#846)
    Remove EPUB mimetype (text#1391)
   2021-01-28 10:46:48 by Ryo ONODERA | Files touched by this commit (3)
Log message:
php-nextcloud: Update to 20.0.6

Changelog:
Changes

  * Make sure to do priority app upgrades first (server#25077)
  * Respect DB restrictions on number of arguments in statements and queries
    (server#25120)
  * Add a hint about the direction of priority (server#25143)
  * Do not redirect to logout after login (server#25146)
  * Fix comparison of PHP versions (server#25152)
  * Add "composer.lock" for acceptance tests to git (server#25178)
  * Update CRL due to revoked gravatar.crl (server#25190)
  * Don't log keys on checkSignature (server#25193)
  * Update 3rdparty after Archive_Tar (server#25199)
  * Bump CA bundle (server#25219)
  * Update handling of user credentials (server#25225)
  * Fix encoding issue with OC.Notification.show (server#25244)
  * Also use storage copy when dav copying directories (server#25261)
  * Silence log message (server#25263)
  * Extend ILDAPProvider to allow reading arbitrairy ldap attributes for users
    (server#25276)
  * Do not obtain userFolder of a federated user (server#25278)
  * Bump pear/archive_tar from 1.4.11 to 1.4.12 (3rdparty#603)
  * Add gitignore entry for .github folder of dependencies (3rdparty#604)
  * Clear event array on getting them (activity#551)
   2021-01-19 16:31:21 by Ryo ONODERA | Files touched by this commit (3) | Package updated
Log message:
php-nextcloud: Update to 20.0.5

Changelog:
Version 20.0.5 January 15 2021

Changes

  * Don't log params of imagecreatefromstring (server#24546)
  * Use storage copy implementation when doing dav copy (server#24590)
  * Use in objectstore copy (server#24592)
  * Add tel, note, org and title search (server#24697)
  * Check php compatibility of app store app releases (server#24698)
  * Fix #24682]: ensure federation cloud id is retruned if FN property not
    found (server#24709)
  * Do not include non-required scripts on the upgrade page (server#24714)
  * LDAP: fix inGroup for memberUid type of group memberships (server#24716)
  * Cancel user search requests to avoid duplicate results being added (server#
    24728)
  * Also unset the other possible unused paramters (server#24751)
  * Enables the file name check also to match name of mountpoints (server#
    24760)
  * Fixes sharing to group ids with characters that are being url encoded
    (server#24763)
  * Limit getIncomplete query to one row (server#24791)
  * Fix Argon2 descriptions (server#24792)
  * Actually set the TTL on redis set (server#24798)
  * Allow to force rename a conflicting calendar (server#24806)
  * Fix IPv6 localhost regex (server#24823)
  * Catch the error on heartbeat update (server#24826)
  * Make oc_files_trash.auto_id a bigint (server#24853)
  * Fix total upload size overwritten by next upload (server#24854)
  * Avoid huge exception argument logging (server#24876)
  * Make share results distinguishable if there are more than one with the
    exact same display name (server#24878)
  * Add migration for oc_share_external columns (server#24963)
  * Don't throw a 500 when importing a broken ics reminder file (server#24972)
  * Fix unreliable ViewTest (server#24976)
  * Update root.crl due to revocation of transmission.crt (server#24990)
  * Set the JSCombiner cache if needed (server#24997)
  * Fix column name to check prior to deleting (server#25009)
  * Catch throwable instead of exception (server#25013)
  * Set the user language when adding the footer (server#25019)
  * Change defaultapp in config.sample.php to dashboard to improve docs and
    align it to source code (server#25030)
  * Fix clearing the label of a share (server#25035)
  * Update psalm-baseline.xml (server#25066)
  * Don't remove assignable column for now (server#25074)
  * Add setup check to verify that the used DB version is still supported??
    (server#25076)
  * Correctly set the user for activity parsing when preparing a notifica??
    (activity#542)
  * Bump vue-virtual-grid from 2.2.1 to 2.3.0 (photos#597)
  * Catch possible database exceptions when fetching document data (text#1221)
  * Make sure we have the proper PHP version installed before running composer
    (text#1234)
  * Revert removal of transformResponse (text#1235)
  * Bump prosemirror-view from 1.16.1 to 1.16.5 (text#1255)
  * Bump @babel/preset-env from 7.12.1 to 7.12.11 (text#1257)
  * Bump babel-loader from 8.1.0 to 8.2.2 (text#1259)
  * Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (text#1261)
  * Bump vue-loader from 15.9.5 to 15.9.6 (text#1263)
  * Bump prosemirror-model from 1.12.0 to 1.13.1 (text#1265)
  * Bump core-js from 3.7.0 to 3.8.1 (text#1266)
  * Bump stylelint from 13.7.2 to 13.8.0 (text#1269)
  * Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10 (text#1271)
  * Bump sass-loader from 10.0.5 to 10.1.0 (text#1273)
  * Bump webpack-merge from 5.3.0 to 5.7.2 (text#1274)
  * Bump @babel/core from 7.12.3 to 7.12.10 (text#1277)
  * Bump cypress from 5.1.0 to 5.6.0 (text#1278)
  * Bump @vue/test-utils from 1.1.1 to 1.1.2 (text#1279)
  * Bump webpack-merge from 5.7.2 to 5.7.3 (text#1303)
   2020-12-16 14:53:43 by Ryo ONODERA | Files touched by this commit (3) | Package updated
Log message:
php-nextcloud: Update to 20.0.4

Changelog:
Version 20.0.4 December 17 2020

Changes

  * Avoid dashboard crash when accessibility app is not installed (server#
    24636)
  * Bump ini from 1.3.5 to 1.3.7 (server#24649)
  * Handle owncloud migration to latest release (server#24653)
  * Use string for storing a OCM remote id (server#24654)
  * Fix MySQL database size calculation (serverinfo#262)
  * Bump cypress-io/github-action@v2 (viewer#722)
  * Fix] sidebar opening animation (viewer#723)
  * Fix not.exist cypress and TESTING checks (viewer#725)

Note: the main improvement in this very small release is the migration support.

Version 20.0.3 December 10 2020

Changes

  * Check quota of subdirectories when uploading to them (server#24181)
  * CircleId too short in some request (server#24196)
  * Missing level in ScopedPsrLogger (server#24212)
  * Fix nextcloud logo in email notifications misalignment (server#24228)
  * Allow selecting multiple columns with SELECT DISTINCT (server#24230)
  * Use file name instead of path in 'not allowed to share' message (server#
    24231)
  * Fix setting images through occ for theming (server#24232)
  * Use regex when searching on single file shares (server#24239)
  * Harden EncryptionLegacyCipher a bit (server#24249)
  * Update ScanLegacyFormat.php (server#24258)
  * Simple typo in comments (server#24259)
  * Use correct year for generated birthdays events (server#24263)
  * Delete files that exceed trashbin size immediately (server#24297)
  * Update sabre/xml to fix XML parsing errors (server#24311)
  * Only check path for being accessible when the storage is a object home
    (server#24325)
  * Avoid empty null default with value that will be inserted anyways (server#
    24333)
  * Fix contacts menu position and show uid as a tooltip (server#24342)
  * Fix the config key on the sharing expire checkbox (server#24346)
  * Set the display name of federated sharees from addressbook (server#24353)
  * Catch storage not available in versions expire command (server#24367)
  * Use proper bundles for files client and fileinfo (server#24377)
  * Properly encode path when fetching inherited shares (server#24387)
  * Formatting remote sharer should take protocol, path into account (server#
    24391)
  * Make sure we add new line between vcf groups exports (server#24443)
  * Fix public calendars shared to circles (server#24446)
  * Store scss variables under a different prefix for each theming config
    version (server#24453)
  * External storages: save group ids not display names in configuration
    (server#24455)
  * Use correct l10n source in files_sharing JS code (server#24462)
  * Set frame-ancestors to none if none are filled (server#24477)
  * Move the password fiels of chaging passwords to post (server#24478)
  * Move the global password for files external to post (server#24479)
  * Only attempt to move to trash if a file is not in appdata (server#24483)
  * Fix loading mtime of new file in conflict dialog in firefox (server#24491)
  * Harden setup check for TLS version if host is not reachable (server#24502)
  * Fix file size computation on 32bit platforms (server#24509)
  * Allow subscription to indicate that a userlimit is reached (server#24511)
  * Set mountid for personal external storage mounts (server#24513)
  * Only execute plain mimetype check for directories and do the fallback…
    (server#24517)
  * Fix vsprint parameter (server#24527)
  * Replace abandoned log normalizer with our fork (server#24530)
  * Add icon to user limit notification (server#24531)
  * Also run repair steps when encryption is disabled but a legacy key is
    present (server#24532)
  * [3rdparty][security] Archive TAR to 1.4.11 (server#24534)
  * Generate a new session id if the decrypting the session data fails (server#
    24553)
  * Revert "Do not read certificate bundle from data dir by default" \ 
(server#
    24556)
  * Dont use system composer for autoload checker (server#24557)
  * Remember me is not an app_password (server#24563)
  * Do not load nonexisting setup.js (server#24582)
  * Update sabre/xml to fix XML parsing errors (3rdparty#529)
  * Use composer v1 on CI (3rdparty#532)
  * Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536)
  * Replace abandoned log normalizer with our fork (3rdparty#543)
  * Allow nullable values as subject params (activity#535)
  * Don't log when unknown array is null (notifications#803)
  * Feat/virtual grid (photos#550)
  * Make sure we have a string to localecompare to (photos#583)
  * Always get recommendations for dashboard if enabled (recommendations#336)
  * Properly fetch oracle database information (serverinfo#258)
  * Also register to urlChanged event to update RichWorkspace (text#1181)
  * Move away from GET (text#1214)

Next | Query returned 77 messages, browsing 21 to 30 | Previous