[Pkg-owncloud-commits] [owncloud] annotated tag v1.1 created (now a2743da)

David Prévot taffit at moszumanska.debian.org
Fri Aug 29 15:24:11 UTC 2014


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

taffit pushed a change to annotated tag v1.1
in repository owncloud.

        at  a2743da   (tag)
   tagging  ad8d6c42604c0aef93f456a2c406ef122f479077 (commit)
  replaces  v1.0RC1
 tagged by  Morris Jobke
        on  Tue Aug 26 11:27:33 2014 +0200

- Log -----------------------------------------------------------------
ownCloud 1.1

Aaron Reichman (1):
      First commit, changing capitalization

Aldo "xoen" Giambelluca (33):
      Specified character encoding
      Fixed some validation error in /settings
      Font size now respect user preferences
      Added variable $CONFIG_DBTABLEPREFIX in configuration file for table prefix
      Using table prefix preference and some reformatting
      Using table prefix preference in 'inc/lib_log.php'
      Using table prefix preference in 'inc/lib_ocs.php'
      Using table prefix preference in 'inc/lib_user.php'
      Made first run a valid XHTML document ;)
      Added a input for the DB table prefix in 'inc/templates/adminform.php'
      Write DB table prefix into the configuration file
      Now DB tables are created with the right name (using the prefix)
      Changed table name from Log to log in 'inc/lib_log.php'
      Using DB table prefix in 'inc/HTTP/WebDAV/Server/Filesyste.php'
      Avoid creation of variables just to put the table names with prefix
      Fixed validation of /settings
      Using camelCase for function names in 'inc/lib_config.php'
      Using camelCase for function names in 'inc/lib_base.php'
      Using camelCase for function names in 'inc/lib_files.php'
      Using camelCase for function names in 'inc/lib_ocs.php'
      Using camelCase for function names in 'inc/lib_user.php'
      Added more MIME Types in `inc/lib_filestorage.php`
      added `writeConfiguration()` method to OC_CONFIG
      Call `saveConfiguration()` using self and fixed a typo
      Improved OC_CONFIG::saveConfiguration()
      Minor style changes
      Fixed a cache-check in `OC_USER_Database::getGroupName()` and minor style changes
      Minor style changes
      Reverted to self::$classType syntax and fixed the use of self in non-object
      OC_USER now is an abstract class (OC_USER_ABSTRACT)
      Created class `OC_USER_BACKEND` for general user managment
      Cleaned up and added some documentation
      Moved LDAP authentication into a plugin

Kees Huiberts (1):
      Fixed small bug, added global $SERVERROOT to OC_UTIL

Martin Sandsmark (1):
      update to comply with the OCS spec (lookup by application name too)

Martin T. H. Sandsmark (7):
      fix permissions, start to implement private data api
      fix parsing of url
      some fixes
      fix some, do not enjoy php
      fix mdb2 usage, add optional format variable
      remove debug output
      more addslashes magic sauce

Riccardo Iaconelli (1):
      fix a couple of typos

Robin Appelman (87):
      Merge commit 'refs/merge-requests/19' of git://gitorious.org/owncloud/owncloud
      fix changing password when using sqlite
      fix loading of plugins
      fix insertid in OC_DB
      use MDB2_Schema for the creation of the initial database
      Initial PostgreSQL support
      Cache user and group id's to save some queries
      fix checkboxes in filebrowser in konqueror
      fix users being to able to read files outside the datadir
      fix webroot when using symlinks
      change target directory for uploads when changing folders in web-frontend
      fix potential infinite loop
      fix silly mistake in previous commit
      fix wrong header sent as response when overwriting files in webdav
      fix recursive copying of folders with webdav
      mayor improvements in the handling of locks in webdav
      Fix some database problems, do not use the cache when creating users
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/owncloud into merge
      fix affected frows and free_result in OC_DB
      merge
      Fix some database errors
      Do not use table perfix for sqlite
      Fix page not refreshing after login
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      fix table prefix not being set correctly to an empty string on first run when using sqlite
      Initial work on transering files between servers
      Fix custom database names
      Initial version of remote ownCloud access through filesystem abstraction
      Only connect to a remote ownCloud when we are actually using it
      Merge commit 'refs/merge-requests/23' of git://gitorious.org/owncloud/owncloud into merge
      Merge branch 'merge'
      fix line feeds
      Merge git://gitorious.org/~icewind/owncloud/icewinds-owncloud into merge
      use = instead of LIKE when selecting private attributes
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      Merge commit 'refs/merge-requests/31' of git://gitorious.org/owncloud/owncloud into merge
      use new plugin system for loading plugins
      comply with updated version of the plugin.xml syntax
      fix warnings given by MDB2 if opendir is restricted by the host
      use encodeURIComponent in more places
      Merge branch 'master' of http://git.gitorious.org/owncloud/owncloud
      change the user backend after we load the plugins
      provide a function to load the data from a plugin.xml file
      fix problem when creating users with a non-empty userid cache
      fix error during the creation of the database table when using mysql
      remove debug messages
      new settings page that allows plugins to integrate their own settings dialogs more with the existing ones
      change the way the user is rooted in his own folder in order to make filesystem managment easier
      Merge commit 'refs/merge-requests/33' of git://gitorious.org/owncloud/owncloud into merge
      remember the selected tab in the settings dialog when refreshing the page or submiting forms
      merge
      fix some errors when trying to save the settings
      fixed bug in filesystem abstraction that broke file uploading
      remove Admin  Panel from the main menu since it's handeld by the new settings page now
      make the filesystem configurable (no gui yet)
      provide a defealt, empty, filesystem configuration to suppress some errors
      fix wrong settings form being restricted to admin only
      use json to encode the file list, should work better with filenames containing non-ascii characters
      provide a basic viewer for text files
      fix fallback for mimetype detection using the 'file' command
      keep indention when viewing text files
      the text viewer now does syntax highlighting for code
      do not initialize mdb2_scheme if we don't use it, saves a lot of time
      use caching for user-group relations
      add functions to get a list of all users or groups
      fix loading of plugin defined stylesheets
      improved loading speed of default syle sheet
      Merge branch 'master' of http://git.gitorious.org/owncloud/owncloud
      fix layout issue in the settings page
      use mysql instead of mysqli when creating mysql user/database
      initial version for user managment tab in the settings page
      automatically install databased of plugins
      add function to list all plugins
      merge
      fix viewing images that have a ' in the filename
      fix sqlite compatibility for webdav server
      make paths returned by OC_FILESYSTEM::getTree relative to the fakeroot
      fix bug in detecting mountpoints of file storages within chrooted filesystem
      plugin manager and plugin installer
      Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      fix small bug in filesystem abstraction
      plugin manager
      fix uploading files to folders with special characters in the name
      fix some typo's
      remove placeholder music plugin
      set version number to 1.1

Sandro (4):
      right WEBROOT
      load plugins
      show users/group config
      load all plugins

Steven (4):
      fix links in settings menu in all browsers except grome(ium)
      improved appereance and clearability in system settings menu. However it does not make toast (yet).
      improved tooltip text (true this time)
      Fix content type header in downloads

Willi Ballenthin (1):
      changed a single typo. 'to' --> 'too'.

fabian (2):
      Support for mod_auth added
      Abstract lib_user

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

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