[Pkg-owncloud-commits] [owncloud] annotated tag v3.0.1 created (now 32bf2ab)

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


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

taffit pushed a change to annotated tag v3.0.1
in repository owncloud.

        at  32bf2ab   (tag)
   tagging  8dd517ec79b2fabd6e050830c3eccb5846136188 (commit)
  replaces  v3.0
 tagged by  Arthur Schiwon
        on  Wed Mar 14 16:37:48 2012 +0100

- Log -----------------------------------------------------------------
2012 beta 1

Arthur Schiwon (11):
      cherrypick: remove limit from configvalue for long config values
      Combing LDAP backend with LDAP extended backend
      make LDAP filter for user list configurable
      typo in function call
      consider changed/new setting variables for user_ldap
      make ldap settings a little bit less ugly
      LDAP fix: set user quota, if attribute is provided
      LDAP: set also quota, when there is no explicit default value
      LDPA: fix setting variables and add missing ones to the array
      forgot to resolve conflict resulting from cherry picking 71e71b75eeb7ac0719df149ecb2b34d3312b2490
      version bump for beta release

Bart Visscher (7):
      First version of tasks app
      Add basic fields to tasks app
      Mark form field with error message
      Merge branch 'master' into tasks
      Start using OC_JSON in tasks app
      Disable loading non-existing settings script in bookmark app
      Fix calendar colors with new calendar

Brice Maron (8):
      Add caching for filelist sharing icon status to avoid many http req.
      Fix file sharing : Don't give a unused param to execute
      Fix installer for postgresql : correct table detection query
      Fetch prefix from config at installation instead of a hardcoded value
      Fix typo in getting var from config
      Initialise hasOtherDB var when not true in installation
      Prevent category in jquery-ui on cal. to overflow
      Tweak bookmarklet to not change the current page. Correct encoding when add bookmark

David Iwanowitsch (1):
      Do not set incorrect components for default calendar

Florian Vichot (1):
      Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file content, as is recommended by SabreDAV to handle large files.

Frank Karlitschek (4):
      increase version number
      remove from release branch
      fix error
      increase version number

Jakob Sack (1):
      contacts: every card needs a version!

Jan-Christoph Borchardt (5):
      Merge branch 'master' of git://gitorious.org/+owncloud-reviewers/owncloud/owncloud2 into stable
      corrected link for app dev instructions
      corrected position of in-field labels a bit
      textfield is now less obtrusive / opaque
      hopefully finally fixed the initial breadcrumb arrow

John Kristensen (2):
      remove 'description' from OC_Connector_Sabre_CalDAV propertyMap
      Improve handling of calendar export $_GET params

Klaas Freitag (4):
      enable check for REDIRECT_HTTP_AUTHORIZATION to enable webdav
      Merge branch 'stable' of gitorious.org:owncloud/owncloud into stable
      Cherrypick: Added the ability to change a files mtime via webdavs propset.
      Fix call of function touch

Michael Gapczynski (2):
      Fix music navigation entry controls going over the sidebar
      Redirect file browser if directory does not exist

Robin Appelman (18):
      upgrade to Sabredav 1.5.4
      improve mimetype detection
      fix fopen
      escape filenames for getMimeType
      use database table prefix from installer, not the old configured value
      prevent error in media player ajax api
      prevent the remaining ob_clean related errors
      fix now() function for sqlite3
      webdav workaround for apache+php-cgi
      prevent error involving webdav workaround
      correct language name
      make remember login token also dependent on password to protect against some brute force attacks on this token
      add licence file for sabredav
      add jplayer source
      add infieldlabel source
      merge master into stable
      renamed the function to modify mtime of files to touch.
      add touch() to all storage backands, and make  parameter optional

Sean Leonard (1):
      Removed if !mod_php5.c around RewriteRule

Thomas Tanghus (7):
      Resize profile picture if bigger than 200px on either x or y.
      - Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-93
      Modify check for missing UID.
      Added some error checking as mentioned in http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-227
      Update ctag in deleteFromDAVData.
      Strip tags
      Check input on adding/editing addressbook.

Tom Needham (7):
      Fix editing shared files and file opening bug. Fixes oc-209 and oc-195
      fix character encoding bug oc-278
      Add description to texteditor info.xml  -fix oc-234
      Updated readme url for install instructions
      Update breadcrumb css on close
      Text editor will now wrap text based on window size
      update file extensions in editor

root (1):
      at least provide some simple upgrade path for our existing users when we release ownCloud 3

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

This annotated tag includes the following new commits:

       new  d2928cb   increase version number
       new  5e775f8   remove from release branch
       new  27936ab   Merge branch 'master' of git://gitorious.org/+owncloud-reviewers/owncloud/owncloud2 into stable
       new  31b081a   Disable loading non-existing settings script in bookmark app
       new  38a2cd0   upgrade to Sabredav 1.5.4
       new  4357ca8   corrected link for app dev instructions
       new  ae64651   corrected position of in-field labels a bit
       new  3378493   textfield is now less obtrusive / opaque
       new  e2d3585   improve mimetype detection
       new  7a94570   fix fopen
       new  a0f43fd   Do not set incorrect components for default calendar
       new  04abe91   Fix music navigation entry controls going over the sidebar
       new  fadedaa   Redirect file browser if directory does not exist
       new  bb07e43   hopefully finally fixed the initial breadcrumb arrow
       new  7752008   Add caching for filelist sharing icon status to avoid many http req.
       new  16f376b   escape filenames for getMimeType
       new  b2fdfb0   Fix file sharing : Don't give a unused param to execute
       new  6c19f6d   Fix installer for postgresql : correct table detection query
       new  32befb4   Fetch prefix from config at installation instead of a hardcoded value
       new  9c166db   Fix typo in getting var from config
       new  ee5b7b4   use database table prefix from installer, not the old configured value
       new  7ccf71d   prevent error in media player ajax api
       new  a466c9b   prevent the remaining ob_clean related errors
       new  6361eb8   fix now() function for sqlite3
       new  536a39e   webdav workaround for apache+php-cgi
       new  7426f3f   prevent error involving webdav workaround
       new  0d46377   Initialise hasOtherDB var when not true in installation
       new  e3dc814   remove 'description' from OC_Connector_Sabre_CalDAV propertyMap
       new  92c0a8e   Prevent category in jquery-ui on cal. to overflow
       new  14cd715   correct language name
       new  025802a   Removed if !mod_php5.c around RewriteRule Made things work on Dreamhost shared hosting
       new  3707706   Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file content, as is recommended by SabreDAV to handle large files.
       new  d8cdec4   contacts: every card needs a version!
       new  268c6cf   Tweak bookmarklet to not change the current page. Correct encoding when add bookmark
       new  143ada0   Fix calendar colors with new calendar
       new  a6ac5a2   Improve handling of calendar export $_GET params
       new  7261f0f   at least provide some simple upgrade path for our existing users when we release ownCloud 3
       new  5463fa2   fix error please commit only code into the stable branch which is tested and fully working
       new  2a11400   enable check for REDIRECT_HTTP_AUTHORIZATION to enable webdav connection for FastCGI hosted PHP
       new  2a74301   Merge branch 'stable' of gitorious.org:owncloud/owncloud into stable
       new  88c0d82   increase version number
       new  b216ba7   make remember login token also dependent on password to protect against some brute force attacks on this token
       new  42072b7   add licence file for sabredav
       new  01bef2c   add jplayer source
       new  40ba508   add infieldlabel source
       new  686590b   merge master into stable
       new  71e71b7   Cherrypick: Added the ability to change a files mtime via webdavs propset.
       new  1147654   cherrypick: remove limit from configvalue for long config values
       new  b8f3629   Fix editing shared files and file opening bug. Fixes oc-209 and oc-195
       new  376c830   Combing LDAP backend with LDAP extended backend
       new  25d0c05   make LDAP filter for user list configurable
       new  afbb5cb   typo in function call
       new  54f6db9   consider changed/new setting variables for user_ldap
       new  d81a778   make ldap settings a little bit less ugly
       new  2ca1ba0   LDAP fix: set user quota, if attribute is provided
       new  838dfe1   LDAP: set also quota, when there is no explicit default value
       new  cc07d9f   LDPA: fix setting variables and add missing ones to the array
       new  01dfc2e   forgot to resolve conflict resulting from cherry picking 71e71b75eeb7ac0719df149ecb2b34d3312b2490
       new  e016182   Resize profile picture if bigger than 200px on either x or y. Bolded text on message box.
       new  a7d7525   - Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-93   Property was added multiple times. - Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-8   "Missing "N" field: Contacts app not compatible with vcard 3.0 format" - Almost sure I've fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-27   "Full name in Contacts app doesn't sync to iOS 5 contacts" because it is caused by oc-8
       new  a62ac84   Modify check for missing UID.
       new  2ac2033   Added some error checking as mentioned in http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-227
       new  f6718dd   Update ctag in deleteFromDAVData.
       new  beaa76f   Strip tags
       new  8991600   Check input on adding/editing addressbook.
       new  b6ba0f5   fix character encoding bug oc-278
       new  e6a8e8f   Add description to texteditor info.xml  -fix oc-234
       new  32b8900   Updated readme url for install instructions
       new  bb2cba1   Update breadcrumb css on close
       new  098f665   Text editor will now wrap text based on window size
       new  86f2f84   update file extensions in editor
       new  f89f370   renamed the function to modify mtime of files to touch.
       new  2528778   add touch() to all storage backands, and make  parameter optional
       new  edeaa0a   Fix call of function touch
       new  8dd517e   version bump for beta release

The 75 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
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