[Pkg-owncloud-commits] [owncloud] annotated tag v4.0.0RC2 created (now 4cac86a)

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:08:49 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to annotated tag v4.0.0RC2
in repository owncloud.

        at  4cac86a   (tag)
   tagging  e03b5ff6653ca7334f24bf2000eacdbad4c99bf8 (commit)
  replaces  v4.0.0RC
 tagged by  Frank Karlitschek
        on  Fri May 18 22:47:04 2012 +0200

- Log -----------------------------------------------------------------
Tagging RC2

Arthur Schiwon (16):
      LDAP: no whitespaces after the , in the DNs, resolves conflicts with some servers
      LDAP: don't store agent password in plain text
      LDAP: and don't forget the else part
      LDAP: convert all DNs to lowercase so to make comparisons and everything work
      avoid corrupt ZIP files on lighttpd, should fix oc-467
      try to remove deprecated files from /files on update
      ldap: unique index names for the database, fixes non-creating of indexes for the second table and potential issues in the app
      LDAP: Fix case sensitivity issues with display name attribute
      LDAP: remove unnecessary debug output
      LDAP: follow user- and groupname char limitations for LDAP display names
      LDAP: check wether applying naming rule would end up in conflicts on update, if so don't do it
      LDAP: don't make us of global constants (completing, was removed with latest additions to update.php)
      LDAP: update meta info
      make upload work with IE again
      LDAP: only check once for name conflicts on update. Set a value on install as well
      LDAP: we're 0.2 now

Bart Visscher (2):
      Better place to check caching headers
      Comment spelling fix

Brice Maron (1):
      Switch enable button only when app is really installed or uninstalled

Frank Karlitschek (8):
      increase to RC2
      only try to install apps that are compatible with oC4
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      mark the apps as part of the shipped package and increase the requirement to ownCloud 4
      "fopen("  interferes with our own classes.
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      don´t claim that already downloaded 3rd party apps are internal apps
      Merge branch 'master' of gitorious.org:owncloud/owncloud

Georg Ehrke (16):
      fix php notice and displaying of events
      fix another php notice
      fix another php notice
      hide share tab for new events, because you can't share an event that haven't got an id yet
      add post user delete hook for calendar sharing
      fix remote.php for servers which doesn't support PATH_INFO
      fix fail in previous commit
      check user permissions in calendar's unshare.php
      check user permissions in calendar's changepermission.php
      remove redirects in htaccess to improve compatibility with desktop client
      some fixes for calendar's export.php
      better user permission check for files in ajax/calendar/
      add caldav and carddav files in their old place for backward compatibility - add rewriterule for caldav and carddav
      fix paths to images and set height for calendar management dialog
      allow loading of css files even if a user isn't logged in
      fix call of all versions page

Klaas Freitag (2):
      Add ctmp extension to blacklist to make sync test files not versioned.
      Merge branch 'master' of gitorious.org:owncloud/owncloud

Michael Gapczynski (24):
      Check if path_info is empty as well, fixes bug oc-632. Thanks to die3lustigen2.
      Sanitize search queries, thanks to Lukas Reschke
      Variable not declared in media app, fixes bug oc-633. Thanks to die3lustigen2.
      Validate bookmark inputs, fixes bug oc-636
      Remove scroll to bookmarks_menu, no longer existent and the bookmark controls are always visible at the top anyways
      Call is_writable explicitly on folders for readonly check
      Use original source when resharing a file, fixes bug oc-210
      Replace all %2F with a / in private link
      Fix private link emailing and clean up file name displayed in email
      Check if a private link points to a folder or file and change text accordingly
      Make only writable files draggable
      Check if a file is encrypted before sharing (encrypted files cannot be shared)
      No multiple file sharing in this next release, sharing UI isn't ready for it :(
      Create a new OC_Share object instead of manually inserting rows when adding a user to a group share, prevents a couple of potential bugs
      Fix incorrect toaddress being passed for emailing private links
      Try to setup a user's filesystem if the user hasn't logged in before and is shared a file
      Merge commit 'refs/merge-requests/115' of git://gitorious.org/owncloud/owncloud into merge-requests/115
      Merge branch 'merge-requests/115'
      Fix private links inside folders
      History dropdown clean-up
      Hooks aren't working across different users' filesystems, so update the mtime of the Shared folder for all shared item events
      Don't show the select form in the history dropdown if a file has no other versions
      Remove the history dropdown before creating a new one
      Forgot to actually call remove on the history dropdown

Michiel de Jong (9):
      move auth.css and remoteStorage-big.png to assets folders From where they can be included
      fix paths in apps/remoteStorage/ajax/revokeToken.php
      oops! was hardcoding my test domain inadvertently
      removing dead code
      no use for double quotes here
      fix redirect to desired page after login
      make redirect safe by restricting it to current host
      this code looks wrong to me but i'm putting it back while we find out what the right code should look like
      add htmlentities() call into login form

Robin Appelman (19):
      update translations
      more MDB2 updates
      prevent user creation with empty password
      some mdb2 pgsql fixes
      additional logging when db upgrade fails
      fix getting the db scheme from existing database
      set public handeler in info,xml for sharing
      selective app loading for remote/public
      cache app types during install or update
      remove simpletests internet test cases due to xss issues
      update translations
      make sure the group exists in the backend before adding a user to it
      update documentation of oc_user::checkpassword
      add support for custom ports for mysql/pgsql by adding :portnumber to the database host
      only check our own input fields when determining to show the login button
      when scanning a folder that is a mountpoint, use the root of the mount for checking if a folder is writable instead of the folder
      fix versioning for movable apps
      allow reverting file from history dropdown
      improve tar archive backend

Thomas Mueller (3):
      Prevent Clickjacking by adding additional headers:
      No need to keep the 'source files' in here, because the latest 'git master' release can be pulled
      removing executable bit - again

Thomas Tanghus (16):
      Revert "Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it back again ;-)"
      Revert "Edited combobox to adhere to coding standards and added a dblclick handler."
      VCategories: Suppress error messages stemming from import from file app.
      VCategories: Made a small check for categories that seems to resolv the problems in Calender. Also reverts the changes from 9e6221b229410599c28045d1956bb6e84d33cadc.
      Contacts: Add error checking and reporting to import from files app.
      Contacts: Forgot one file for the import fix.
      Contacts: The proper DOM wasn't loaded after import and thumbnails weren't being updated.
      Contacts: Photo upload handlers wern't being loaded for new contacts.
      Contacts: Fix layout in contacts list that I had broken in an earlier fix :-P
      Contacts: Had forgotten to call local function.
      Remove logging.
      Contacts: Corrected i18n call.
      Contacts: removed check for empty FN field because Chrome/Chromium barfed.
      Contacts: Disable in-app import if encryption is enabled, and make an attempt of supporting IE uploads too. Can't test it though...
      Contacts: wrong name was set on initial load.
      Contacts: Added MS opacity mumbo-jumbo that I can't test myself to file form fields.

Tom Needham (10):
      Fix breadcrumb path
      Remove google webfont include
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      Fixed keyboard shortcut for saving files. Thanks adlr in #ace!
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      Revert "Remove google webfont include"
      Third time lucky fixing google font include
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      Revert google webfont removal. Sadly this causes havoc with the editor!
      Close history dropdown on success. Avoids confusion.

Vitaly Kuznetsov (1):
      Fix some non-utf8-friendly htmlentities (resulting in wrong display of utf8-encoded directory names for example)

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list