[Pkg-owncloud-commits] [owncloud] annotated tag v2.0beta3 created (now 834b565)

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 v2.0beta3
in repository owncloud.

        at  834b565   (tag)
   tagging  0eddc5cae209d8e09bc9573c889982e2f88d1f04 (commit)
  replaces  v1.1
 tagged by  Morris Jobke
        on  Tue Aug 26 11:55:55 2014 +0200

- Log -----------------------------------------------------------------
ownCloud 2.0 beta 3

Aamir Khan (1):
      redirect_url to be respected in linkTo function

Alessandro Cosentino (3):
      changed the path in imagePath again
      Adding clear logs functions
      Small modifications to clear logs functions

Alexander Wigen (1):
      Only show used address attributes in contact view

Aloisio Almeida Jr (1):
      setup.php: Get 'datadirectory' from config file instead of 'datadir'

Arthur Schiwon (54):
      don't manifold slashes in case empty $app is forwarded to linkTo()
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      basic file upload reimplemented
      i heard, we start to commit all files
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      show error code if file upload fails
      fix that might solve strange uploading issues
      fix missing parameter in function call
      debug output should not be there
      removed deprecated session check, which blocked file upload in some cases
      get max upload file size for upload form from php settings
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      don't reload the whole page after file upload
      some forgotten files...
      implement "new folder" function
      display max file size for upload
      use prettybutton css class for file action stuff, too
      nicely slide in and out file action elements
      implemented Delete action in file menu
      convert special chars to entities
      also convert special chars to entities in the breadcrumb
      let the file table use 90% width again
      implemented deleting multiple files
      implemented download single file from file menu
      fancyfying file upload, part I
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      fancy upload button. does work with firefox (at least 4) and chromium, but not with Konqueror, Rekonq, Opera.
      upload works in a not so fancy way for konqueror and rekonq
      don't upload canceled files
      don't create firefox hardlock
      file icon for file upload button
      refurbished new folder button
      hide filechooser if user clicked on cancel
      correct paths for css images
      initial commit of Bookmarks App
      fix database layout for sqlite3
      gain compatibility with sqlite3
      really open website after click
      make tag filter compatible with sqlite
      simplify bookmarks tag filter sql
      follow coding style and use single quotes in php
      Merge branch 'master' of git://anongit.kde.org/owncloud
      fetch bookmarks even if they are not tagged
      Bookmarks DB structure change, description is optional
      autoretrieve title and description after entering new url
      autoretrieve title and description after entering new url
      check if tag is set, might not show bookmarks on some systems without doing so
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Added a Bookmarklet for the Bookmarks app
      Make appeareance of the bookmarklet a bit nicer, still room for improvement left
      Make bookmarks sortable by clicks
      fix: URLs without protocol are now linked to via HTTP
      fix: links with parameters get cut off at &

Artur Duque de Souza (1):
      Fix the audio player

Bart Visscher (84):
      Fix displaying events in month view
      Use AJAX for calendar initialization
      Use data from database to load calendar events
      Fix coding errors in oc_cal_load_events
      Add enable/disable for calendars
      Convert DB startdate and enddate to the user timezone
      Add timezone setting to personal settings page
      Use activew state of calendar in choosecalendar
      Implement editing of calendar info
      Merge branch 'calendar' of git://gitorious.org/owncloud-dump/owncloud-dump into calendar
      Move date functions to class structure
      Create function getnumberofdays to get a list of month lengths
      Convert plain javascript to jQuery for readability
      Change calendar js rendering to class/object
      Changing the active state of the calendar reloads the events.
      Simplify forward_day and backward_day
      Move generate_dates function to Class/Object
      Refactor calendar loadEvents and updateView use
      Cleanup javascript in calendar template
      Use css classes to find elements, reduces the html size
      Fix event creation date in oneweekview
      Use css class for view selection radio buttons hilighting
      Update calendar event label creation
      Remove execute permissions from source files
      Add simple popup to event
      Change generateDates to use js Date for calculations
      Store date for click in jQuery.data('date_info')
      Remove generate_ prefix from vars
      Eliminate most global calendar js vars
      Use js Date for holding dates in the whole calendar app
      Implement calendar list view
      Add creating calendars with the web interface
      Use OC_Helper::linkTo also for absolute urls.
      Small update Calendars dialog
      Fix a warning and an error
      Correct copyright notices
      Better feedback for saving calendar and openid settings
      Fix initial visibility of database settings in setup
      Rename calendar javascript functions into Calendar.UI namespace
      Move event form field to part.eventform template
      Move php code out of part.eventform
      Move Calendar Object code to its own class OC_Calendar_Object
      Fix conversion of VTODO and VJOURNAL items
      First implementation of edit event
      Fixes for Calendar app
      Close event new/edit dialog when clicking outside the dialog
      Handle multi open of choosecalendar dialog
      Move validateEventForm function and fix success handling
      Move most javascript to calendar.js
      Disable the Oneday and Fourweeks buttons in calendar interface
      Remove unused function call
      Add class versions for leftcontent and rightcontent in css
      deleteUser function must be static
      Fix event error/success json message
      Fix calendar active checkbox
      Remove global vars and use the OC static version.
      Cleanup lib/base.php
      Move some common code to OC_Util
      Small styling fixes
      Make event category choice multiselect
      After clicking Finish button:
      Fix use of reserved javascript keyword 'new'
      Change copyright notice to short form
      Use OC_JSON for json responses
      Move display of login page to function in OC_Util
      Move lostpassword code to own app
      Add email field to personal preferences
      Implement mailing of password reset link
      Small textual update to password recovery templates
      Fix space in comment
      Use correct name for function state for addScript/addStyle in js
      Add flag in info.xml to control the apps that are installed by default
      Change json content-type to correct IANA type
      Add missing datetime type
      Color event background with calendar color
      Use OC.filePath to locate ajax entry points
      Use .empty function instead of .html("")
      Add support for DURATION in VEVENT
      Revert "commented out colorfield in edit calendar dialog, because colors aren't implemented yet (it would just confuse the user)"
      Change colspan in choose calendar dialog to 6
      Check if the application is actually enabled
      Add more checks for admin user
      Remove test data from calendar creation
      Merge branch 'lostpassword'

Bartek Przybylski (19):
      remember login added
      checking for apache server in setup
      Merge branch 'master' of kde:owncloud
      Bug 279826 fix
      hints for file actions
      Merge branch 'master' of kde:owncloud
      Changed behaviour of remember checkbox
      remember changed not to store password in cookie
      Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      initial commit for gallery app
      Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      Reverting: initial commit for gallery app
      showing galleries bahaviour change
      removing add new album button, removing logs, and unused code
      changing <? to <?php
      avoid creating empty albums, removing od depreciated code openings
      merge 'gallery_app_devel' to 'master'
      adding missing files, don know why they disappeared
      adding tmp icon for app, extending memory size for php in .htaccess

Caio Marcelo de Oliveira Filho (1):
      Fix OC_USER_LDAP::checkPassword() to return the username

Côme BERNIGAUD (14):
      My own version of music collection.
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Merge branch 'master' of git://anongit.kde.org/owncloud
      playlist working
      Play and add buttons in the collection.
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Added db4app lib, and apps test_db that shows how it works.
      Added overflow:hidden on the navigation menu
      Merge branch 'master' of git.kde.org:owncloud
      Translation for date column
      Merge branch 'master' of git.kde.org:owncloud
      Removed db4app and test_db
      Buttons for play/add albums works. Folding albums too.
      Some commented code was still here

Dawid Opis (7):
      fixed upload button overlapping new folder input
      fixed mysql/sqlite selection labels in installation screen
      fixed mysql/sqlite selection labels in installation screen
      changed radiobuttons to jQuery UI buttons (restyled) on installation page
      fixed width for three database type buttons, more highlighted when selected
      fixed upload button
      resolved merge conflicts

Dominik Schmidt (8):
      Detect backend features dynamically instead of trial-and-error usage
      Use new user backend API
      Add user_ldap plugin
      user_ldap: add port setting
      user_ldap: use input-type-password for ldap_password
      user_ldap: implement userExists
      user_ldap: close ldap connection in dtor
      Hopefully fix errors if ldap plugin is not configured

Elias Probst (2):
      Fixed typo (Lisener → Listener)
      Fix further typos in comments, too (lisen → listen).

Florian (1):
      file download from web interface now works correctly with file names containing blanks

Florian Jacob (1):
      Correct deleting events over CalDAV

Florian Pritz (24):
      apps/calendar: check if variables are set before using them
      use jquery 1.6.4
      fix error when uploading music
      only call error_log() if DEBUG is true
      files: fix wrong image paths if called from files_shareing/get.php
      don't print empty folder warning if it will be hidden
      don't escape new lines in vevent description
      apps/calendar: add delete button to edit event form
      change DATETIME to DATE-TIME in vcards
      files: hide non functioning code when called from a/f_s/get.php
      apps/calendar: change ctag after modifying event
      fix apps/bookmarks if oc_bookmarks_tags is empty
      apps/bookmarks: use curl instead of file_get_contents
      apps/contacts: fix wrapping issue in addpropertyform
      apps/contacts: only display buttons if there is a contact
      set cookie secure if forcessl is enabled
      fix warning when uploading file using webdav
      settings/personal: remove padding from quota bar
      settings/personal: calculate the relative usage with 2 decimals
      files/ajax: catch upload errors
      files: fix max filesize check
      apps/calendar: check for unset variable
      Merge branch 'working'
      Reapply fix by Florian Pritz: change DATETIME to DATE-TIME in vcards

Frank Karlitschek (60):
      no longer needed
      new cool ocs client, but still empty
      Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      first stepp of application installation
      Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      first "broken" step for an app installation
      Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      application listing works more or less now
      Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      add a date format function for more eyecandy
      Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      fixing other peoples bad coding style ;-)
      fixing MDB2
      more layout fixes
      Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      make the detail page work (more or less)
      first step on online ocs knowledgebase integration
      ups. restore robins file ;-)
      owncloud now with even more buzzwords. we outsourced the doccumentation and use an online knowledgebase
      Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      move to admin area
      Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      now we have our own ocs server
      show only ownCloud related knowledgebase entries. and make the page pretty
      use the ne prettybutton class and add eyecandy
      user the prettybutton
      add pager function to the base lib and remove the default table width
      remove warning output to make webdav access work
      nicer error report and streamlined setup
      Merge branch 'master' of git.kde.org:owncloud
      more improved error reporting
      Merge branch 'master' of git.kde.org:owncloud
      first step to file encription
      remove the ownCloud 3D support and add lot's of usefull 3rd party libraries instead.
      fix include path
      report the right webserver user to simplify setup and debug
      remove debug
      all the features are implemented and world domination is near. So the TODO file is no longer needed
      remove outdated stuff
      more work on the encryption library
      fix the getlink calls
      hide the files admin page as long as we don have settings on the page
      Merge branch 'master' of git.kde.org:owncloud
      Merge branch 'master' of git.kde.org:owncloud
      more work on encryption
      better error reporting during installation
      remove for now.  main repository is at projects.kde.org/owncloud
      make the help section working and pretty. knowledge base entries are fetched via OCS from a different server. cool stuff
      remove ugly chrome automatic focus border
      add some todos
      remove warning by check cookie before accessing it.
      check for php modules
      add check for ctype
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      add status file. useful for external administration. show the ownClopud version at least in the config dialog.
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      xml so soooo oldschool. using json now like the cool kids do.
      show the syncing and ampache urls on the settings page. not very pretty but otherwise the user has no way to configure the desktop integration
      bump version number

François KUBLER (5):
      Add support for hosts where open_basedir restriction is in effect.
      Fixed some typos in admins templates.
      Fixed PHP syntax in template files.
      Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      Fixed PHP syntax in skeleton template files.

François Kubler (1):
      New installer.

Georg Ehrke (44):
      bug fixes, style fixes
      old files deleted
      a lot of new functions (e.g. add event form), style fixes, bug fixes
      bug/style fixes, multiple language support, german language pack
      spanish language pack
      allday bug fixed
      remove reset button (again)
      /appinfo/app.php bug fixed
      better multiple language support, first integration of new calendar class
      today hightlight in calendar app (fourweeksview and onemonthview)
      first add event function in calendar app
      Merge branch 'calendar' of git.kde.org:owncloud into calendar
      Timezone bug fixed
      commit changes of Bart Visscher, see http://gitorious.org/owncloud-dump/owncloud-dump/commits/calendar
      new changes (e.g. show events) by Bart Visscher
      reload page after add event successfully
      Merge branch 'calendar' of git://gitorious.org/owncloud-dump/owncloud-dump
      bug fixes at new event form (categorie and calendar)
      add some categories in calendar
      export function and style fixes in calendar
      bug fixes in new design of calendar
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      another bugfix in new design of calendar
      show caldav url in choose calendar dialog
      translatable categories and other translations added
      bug fixes in calendar lib
      fixes in german language
      commented out broken code in add event function
      delete calendar function for userinterface
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      show only most essential stuff in add and edit event form
      little bug fixes in calendar app
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      commented out colorfield in edit calendar dialog, because colors aren't implemented yet (it would just confuse the user)
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      choosable first day of week & choosable days of weekend
      choosable time format
      added drag and drop function for events in calendar app
      remove debugging text in drag and drop function
      removed bug, that you can't change time in week view, when event was an allday event
      removed bug, that the drag and drop function added 24h to the duration of the event, after moving an event from allday to a time
      fix duration bug
      choosable default duration of event
      added function to export single events

Golnaz Nilieh (8):
      Show new bookmark in the list after insertion, And hide it after deletion.
      * Use encodeEntities() function to check input
      When deleting a bookmark, remove its tags from database.
      Don't clear bookmark description field, If it is empty in bookmark metadata.
      Use an animated gif in add-bookmark form, while fetching metadata.
      Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      Add support of editing bookmarks.
      Add link and other edit information to newly added bookmarks.

Hans Bakker (10):
      Usability improvements:
      Improved the dutch l10n files
      More nl l10n improvements
      Changed the js code for the files admin section to jQuery
      finish refactoring of files admin page
      Add validateuser.php ajax file returning json data saying whether a user exists and the credentials are correct
      Add scripts to get user list and group list as json data.
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Change authentication method to basic http auth instead of using $_GET variables
      Merge branch 'master' of git://anongit.kde.org/owncloud

Jakob Sack (181):
      Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
      Deactivate all plugins for now
      Say Smarty to only use one compile directory. Makes setup somewhat easier.
      Getting rid of Smarty, using our own template system
      Make the templates working again.
      Introducing OC_HELPER for small helper functions; making setup of filesystem optional
      Added helper for filesize, fixed wrong name for mimetypeIcon()
      Application "files" is able to list the files again, start of splitting css files
      Admin pages are for admins only, right?
      Forgot to change some calls of linkTo
      Make it possible to use several datadirs.
      New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user preferences
      Base for a more flexible navigation
      Beginning of some ajax features and an admin page for files
      A sample app, at the moment far from showing everything possible
      Preparing OC_APP. It now includes information for all functions planned.
      Small fixes in OC_APP, removed functions in OC_UTIL that now are in OC_APP
      Refactoring OC_APPCONFIG and OC_PREFERENCES, minor changes to OC_APP. These libraries are skeletons only, the functions need to be written.
      OC_CONFIG prepared for refactoring
      OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring
      I changed my mind: webdav.php is for files only, so it belongs in this directory!
      added class OC_HOOK to base.php. It is in base.php because it is needed
      Refactoring of OC_DB
      Implementation of OC_APPCONFIG, OC_CONFIG and OC_PREFERENCES
      Fixed  some small bugs
      First version of the new user management
      Try to make owncloud working again
      php is not perl
      Minor bug fixing
      apps are now stored in /apps
      New folder: /docs
      Fix template.php
      Support for navigation sub entries
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      Added a dump of the database
      replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" )
      Make OC_CONFIG working again
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      Use OC_CONFIG where possible
      First sketch of a user administration
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      Changes in the user experience
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      Completely removing personalMenu
      never ever call a function you just removed
      Get Hot New Fixes (TM)
      Advanced user management
      Some work on the fancy user management
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      do not redeclare methods
      User manager still not perfect but the aim is reachable!
      User management works good enough for now. Need to do something else ...
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      Working subnavigation
      Everything nice and active now
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      User management works, now we need some usability expert ...
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      Improved documentation for group management
      Better documentation for OC_USER
      Added tons of Hooks to OC_USER and OC_GROUP
      Check for existance of group- and usernames, don't mix OC_USER and OC_GROUP!
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      prevent users from deleting admin group
      Hotfix: deleting users is working again
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      More error checking in user management
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      Even more fixes on user management. Any designers here that want to make it good looking?
      Fix typo
      Made the "change password" thingie in settings working
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      renamed installer.php to setup.php
      Renamed a few columns in order t ohave both sqlite and mysql up and running
      Get rid of this stupid "I AM ACTIVE!!!" message.
      Of course we should change the column names in the SQL file as well
      Fixing the image link for apps
      Adapt "log" to latest database cahnges, use preferences instead of appconfig
      forgot "event" as a parameter.
      added preferences to base.php, will be needed for i18n stuff
      l10n added
      Removed debug messages
      Load preferences only if user is registered
      Merge branch 'master' of git://anongit.kde.org/owncloud
      tabs, not spaces
      L10N is here ;-)
      Fixed documentation of OC_L10N
      More l10n-stuff
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Autodetection of language is working now
      Activate "active" for subentries
      moved core stuff to /core
      Fix linkTo()
      Merge branch 'master' of git://anongit.kde.org/owncloud
      New i18n-structure
      Added danish translation
      more i18n improvements
      All translations should be in the new system
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Keep order when creating php files
      l10nlist.shuffle ;-)
      Adapt javascript-i18n to latest changes
      Updated danish translation
      Updated l10n script, fixed translation in admin/users template
      Make Jans German translation usuable
      Integration of SabreDAV
      Use SabreDAV authentication Code!
      Support for locks, minor changes
      properties nearly work
      Properties work fine now
      Update docs, db scheme
      Remove HTTP_Webdav
      Merge branch 'sabredav' of git://anongit.kde.org/owncloud into sabredav
      Merge branch 'sabredav'
      Use autoload
      Delete requires in applications where possible
      One class per File
      Further improvements
      Merge branch 'master' of git://anongit.kde.org/owncloud into autoload
      One class per file!
      Merge branches 'autoload' and 'master'
      Renaming classes :-)
      Icewind destroyed my changes :-(
      laod apps ways earlier!
      Introducing a semiautoload. Enables autoload for classes that are not in lib/
      prepare replacing global $vars with OC::$vars
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Updating SabreDAV to current head
      Sabre deleted a file ...
      Add principals, minor changes in base.php
      Merge branch 'master' of git://anongit.kde.org/owncloud
      fix template.php ;-)
      New app: contacts
      Database.xml
      TEMPORARY update path for carddav testers
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Small details in contacts
      Add two tables to db scheme file
      Minor improvements
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Some more work on the address book
      Fix naming bug
      Add default addressbook
      You don't always have parameters in vcards!
      Some more fixes. It basically works but looks ugly
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Remove warning
      Remove references to "multiple addressbooks" :-(
      use sprintf for translations
      Copying globals to OC::*
      Add CardDAV path
      Add description to contacts
      Improve l10n.pl
      Delete addressbooks of deleted users
      Update SabreDAV
      Small fixes
      Merge branch 'master' of git://anongit.kde.org/owncloud
      At least dome layout in Contacts
      Fix creation of UID in contacts
      merge Georgs calendar
      Fix creation of UID in contacts
      Small design changes in Contacts
      Some more work on CalDAV integration
      CalDAV seems to work now
      VTODO and VJOURNAL exist as well
      Add VJOURNAL to objects that are allowed by default
      Support for etags in calendar
      Full path for carddav path
      Sorting files in l10n.pl to get the same order always
      Added the pot file for contacts
      calendar_calendars.components needs to be longer, adjustments in info.xml
      Improving contacts
      Adding "#leftcontent li.active" for using :active with jQuery
      Improve reading of vCard files
      Small fix in documentation
      Add documentation to calendar.php
      fix documentation
      Split OC_Contacts_Addressbook in _Addressbook and _VCard
      fix small bugs
      Add Sabre_DAV_Browser_Plugin to *DAV-servers to ease debugging

Jan-Christoph Borchardt (270):
      hip mono icons
      added a favicon and removed those pesky double quotes
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      well, forgot to add the favicons ...
      css.length() == css.length()/6
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      this is now HTML5
      CSS hover magic
      away with the h1, in with the good stuff
      moved help from meta navigation to 'settings' (still need a good name for it). Also, even more hip new mono icons
      Sign in == Log in
      integrated help to settings navigation
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      beautiful toggle between cloud and settings
      beautiful actual addition of files
      removed HTML from CSS I put there last time. Also fixed header and navigation
      fixing header layout bug
      fixing login screen width
      CSS width bugfix & beautiful radio buttons for installation
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      pushed content further down
      shiny new symbolic icons, yay
      even shinier icons
      renamed application-octet-stream.png to file.png
      now my uppercase Wikileaks folder is correctly sorted below pr0n, like it should be
      actually know what to put in which login field
      jQuery-value-hide-foo for the installation form as well
      the installation form layout is still not completely done but at least the CSS looks better
      updated/finished German translation
      applied Ryan's patch for Bug 276007 - Folder list does not get updated when creating the first folder.
      reworded some bits in the setup
      reactivated Upload & New Folder button icons
      updated search box display
      removed search box from settings area
      autofocus on the username field for setup & login
      styled navigation subcategories
      file list hover effect
      make folder labels bold, better distinction from files
      hopefully fixed the dirty workaround, like I was told to
      introducing simple file size, only MB as unit, details on hover
      file size is reflected in the value's shade of grey, atm calculated absolutely
      some cleanup, small fixes
      small contrast fixes
      mark active navigation subentry
      fixed file size color calculation
      moved Remember login below password field
      updated localization files
      updated localization files again
      updated localization script and removed duplicate strings
      lots of small style fixes for the file list
      show arrow cursor instead of text caret by default
      first part of file action icons implementation
      proper CSS formatting for better workflow
      rewrote header in pure CSS, smaller, less obtrusive
      fix merge conflict
      finished action icons on hover, small style improvements
      Merge branch 'master' into interface
      correctly display icons and rename box
      header now blends beautifully into interface
      implemented relative file size and coloring
      icons for music and images
      added icon to media app
      remove legacy styles
      show media icon in settings as well
      updated ownCloud icon and position
      better image icon
      Merge branch 'interface'
      narrow modified column, remove help cursor
      redesigned search box
      revised color calculation for size and age
      revised coloring again
      removed some more legacy CSS
      message and hint for upload if folder is empty
      Transifex connection, added French and part of Bulgarian
      updated navigation subentry styling
      documented file size and date color calculation part
      hide empty folder notification when a folder or file got uploaded
      only bold current folder in breadcrumb navigation
      im in ur branch, fixin teh details
      fixed table heading and multiselect style
      fixed file size and date color calculation in JavaScript
      fixed color calculation again
      fix header on error page
      added Spanish translation thanks to Sergio Ballesteros
      forgot to generate the translation files
      added play and add to playlist icon
      updated add to playlist icon
      fixed sidebar CSS
      removed log feature because it is a privacy issue
      Ctrl-Z the Z
      pimped the search dropdown style a bit
      compacted sidebar
      no more misclicking files on checkbox ticking
      fixed showing mimetypes for new files
      fixed starting breadcrumb divider
      first style for sharing dropdown, some html fixes
      moved dialog css to sharing, fixed position
      removed icon for public links navigation subentry
      updated COPYING and README, added proper AUTHORS, add yourself and excuse me if I forgot you
      cleaned up settings a bit
      fixing old CSS and HTML, navigation before content
      widen upload and new folder so that upload button text does not overflow
      widen upload and new folder so that upload button text does not overflow
      Revert "widen upload and new folder so that upload button text does not overflow"
      styled undo file deletion
      fixed relative time calculation
      HTML5 form field placeholders
      refactoring CSS part 1, input elements
      adjusted backend, deactivated Apps subentry
      removed paragraphs in forms, added show password function
      quick fix for public links, removed expiration date and styled correctly
      fixed search box and file controls
      hide log in button etc when form fields not filled
      first fix of the installation form
      fixed upload button
      Merge branch 'master' into sharing
      updated public link fix
      Merge branch 'master' into sharing
      beautified backend, first iteration
      various style fixes
      removed gratuitous main div
      optimized CSS, fixed login header
      removed excess code
      first mediaplayer styling
      more media player fixes
      fixed navigation styling for apps page
      settings are now AWESOME
      fixed icons
      cursor pointer cursor thingy
      no mickey mouse hand on fieldsets please
      moved installation form error reporting directly to the HTML
      added semantic meaning with header, nav and footer
      removed required parameter again because of issues
      proper advanced options
      lowered text in input boxes .1em like a boss
      who took a <p> in here?
      removed some autocompletion
      fixed some styling again, the dirty way
      better CSS, remove legacy
      lots of CSS details
      added CSS reset
      removed settings padding
      some app styling
      made sliding settings more awesome
      fixed undo notification not showing
      moved search box directly to template
      moved search box directly to template
      fix search, sane z-indexes
      damn z-index
      I don't always test my code. But when I do, I do it in production.
      fixed navigation and breadcrumb graphics
      restyle logout
      some more CSS cleanup
      polished public links a bit
      merged master into sharing
      only load share action when in file browser
      changed quotes
      lots of image changes, use svg EVERYWHERE POSSIBLE
      some interaction design for user management
      styled installation radio buttons more unobtrusive
      added public icon for shared files
      action icons are now ACTION ICONS
      styled hovering file list more subtle
      added jquery-tipsy for nice title tooltips
      file hovering now very fancy, CSS fade for row and extension
      removed downloading as fallback action when file type can not be opened
      fixed downloading of files with spaces in name for Firefox
      sacrificed alignment for scrolling
      added icons for play, next, previous, just for you Robin
      tweaked CSS fade transitions
      more icons for the music player
      merged admin, help and settings to settings
      updated translations
      added global action class for icons
      removed subnavigation code
      better error messages for installation, still need to be inline
      fixed tipsy tooltips for actions
      first replacement of media player controls with svg
      NEEDS MORE FADING
      first styling for leftcontent
      start scanning music automatically when in Music
      updated translations
      CSS update, Personal looks better now
      various CSS fixes
      some player styling
      wayyy better position for file upload and new folder
      EVERYTHING MUST FADE
      small CSS changes
      more info in personal, WebDAV, OpenID
      updated tipsy, tooltips finally work everywhere, thanks icewind
      more fixes for Personal and Tipsy
      replaced some languages with their indigenous names
      resolved merge conflict
      updated why we do this
      merged gitignores
      Merge branch 'master' into calendar
      seriously gone a bit overboard with tipsy
      wording fix for bookmarks
      trying SVG check that Modernizr uses, to fix Firefox 3.6 problems
      hiding public links from navigation now that it's easier to use in the dropdown
      removed the bottomless bottom
      rounded bar fillings for quota and media player
      Merge branch 'sharing'
      updated translations
      still show the icon on row hover so the file type is still visible
      Swedish translation, thanks to HakanS
      language updates, optimization of Help HTML
      added Settings navigation items to translations
      updated translations
      made translation link language-specific
      some header fixes
      Merge branch 'master' into calendar
      removed unneeded and dangerous reset button
      more valid HTML, alt attributes, refactored pagenavi etc.
      translation update
      small pagenavi fix
      single quotes in JavaScript & PHP, double quotes in HTML
      removed single quotes around publicly linked download file
      added controls bar for Apps and Help
      updated translations
      added icon for Admin
      cleaned up LDAP settings
      Revert "hints for file actions"
      fixed installer failing due to htaccess. Thanks to Elias Probst
      no alert popups, ever. They are just dismissed. Use undo instead.
      Revert "Style searchbox like other textboxes"
      fixed search box position, thanks Michael
      fix search box position for Chromium. Firefox, well ...
      updated translations
      fixed tipsy gravity for multiselect file actions
      Merge branch 'master' into calendar
      fixed picture preview broken for some, thanks to Felix on Shapado
      added labels for the other advanced fields, thanks to Elias Probst for the suggestion
      Merge branch 'calendar' of git://anongit.kde.org/owncloud into calendar
      Merge branch 'master' into calendar
      files not viewable from the outside by adresses anymore
      do not user directories when navigating to /data. Needs more security.
      merge everything
      updated translations
      updated language codes
      updated translations again
      having non-editable stuff as input fields is really confusing. You were right Robin ;)
      removed database table prefix choice, use oc_
      hid localhost field for SQLite
      clarified what we do
      updated translations
      small wording changes
      yet another translation update
      updated readme with new description and code address
      renamed last CW to Week
      fixed translation detection thanks to Xuetian Weng
      removed excess white space inside parentheses
      updated translations
      fixed contacts strings (no technical stuff in the interface, don't scream at people, ...), ready for translation
      fixed a few calendar words, hack to get shortcode for May translatable
      integrated and updated calendar translations
      moved copyright and license notices in one place
      relabeled Finish setup button with 'Finishing ...'
      removed deprecated images and icons
      no mickey mouse hand for quota bar
      widened inputs for language and timezone
      removed 'share by publiclink' app as it has been superseded by Sharing
      updated translations
      lots of music improvements, might break some things though
      moved scanning to controls bar
      changed short description and styled unobtrusively
      do not use 'URL' but 'address'

Jonathan Riddell (6):
      Fix licencing, make headers refer to intended AGPL, include copy of AGPL
      Really add AGPL file
      Add copying licence for inc/ directory for clarity
      Clarity licences more
      More licence clarification
      Fix permissions on files

Kamil Domanski (27):
      handle app repo connection failure
      change db index names to avoid collisions
      move installation of shipped apps to setup
      allow disabling apps, install apps as disabled
      admin templates are now translateable
      shipped apps are no longer hardcoded
      index now properly reloaded after setup
      and even more properly now ;P
      app files_publiclink is now translateable
      make files app translateable
      make help translateable
      added basic "installed apps" page
      fixed minor string omission
      enable/disable apps by clicking their status
      fixed page reload after logout
      fixed wrong php tags
      install shipped apps also in "installed apps" page
      changed app enable status to buttons
      install new shipped apps before fetching all apps
      fix "files" app admin link visible for non-admins
      added polish translation
      OpenID now won't load if curl is not available
      forbid indexes
      no indexing in generated htaccess
      fix 404
      add template to openid request page
      Merge branch 'master' of git://anongit.kde.org/owncloud

Klaas Freitag (1):
      fixed include for ocs

Kunal Ghosh (1):
      Fix to make the Unlock mechanism of WebDAV work. Previously when using unlock in cadaver etc was used the lock entry corresponding to the file was not deleted in the sqlite database table oc_locks. The error was because the delete query in the Unlock function was not getting executed :)

Marco Michelino (4):
      Allow specification of / filestorage in $CONFIG_FILESYSTEM
      Avoid // in URIs
      Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      bugfixes on GET requests via WebDAV

Marvin Thomas Rabe (9):
      Error when only oc_remember_login cookie set fixed.
      action image for quota is now invisble when user does not hover over
      user list has descriptions now
      quota good cleand up
      added text to localisation
      show typed in username when log in has failed
      added jquery ui icons. otherwise its for casual users impossible to close the new event dialog in the calendar
      fixed link to password recovery. removed duplicated and unused code out of index.php.
      bookmarks are now translatable

Matthew Dawson (6):
      Fix a chroot issue where the path /.. (and related paths) are not caught and removed.
      Add similar check to the canWrite function.
      Fix a warning when there is no included files in a plugin.
      Return a '/' instead of 'false' when listing the root folder.
      When moving a file from/to a temporary location, also update the file access/modification times.
      When moving a file from/to a temporary location, also update the file access/modification times.

Michael Gapczynski (204):
      Initial setup of sharing app
      First version of shared storage provider - not functional
      Fixed mistakes pointed out by icewind
      Added source and target to database fields
      OC_FILESTOAGE_SHARED updates + its own getInternalPath()
      OC_FILESTOAGE_SHARED now works with hard coded values for files
      Changed mount point to 'Share', fixed is_dir()
      Correct calculation for shared folder size
      Fixed stat(), file?time()'s now grab most recent time from shared files
      Forgot to remove TODOs for file?time()s
      Changed ctime for the shared folder to the earliest ctime
      Changed self:: and OC_FILESTORAGE_SHARED to ->
      Better implementation of filesize for shared directory, now storing in oc_foldersize
      Merge branch 'master' into sharing
      Add support for sharing folders
      Add error handling for getSource()
      Better implementation of getting shared folder size by using the source path
      Add function setTarget(), implement recursion in getSource() for folders
      Use php functions dirname() and basename() instead of manipulating strings in getSource()
      Implement caching for source paths in OC_FILESTORAGE_SHARED
      Improvements to caching for shared folders
      Fix check for parentDir and fix the return for a nonexistent target in the database
      Append LIMIT 1 to getSource queries to improve performance
      Merge branch 'master' into sharing
      Fix conflicts with master in lib/base.php
      Fix bugs in getSource() and implement new target path standard
      Refactor OC_SHARE to allow for renaming and write permissions
      Add support for renaming, moving, and deleting shared files
      Fix bug in is_writeable(), was passing the wrong path
      Add wildcard to database query in unshareFromSelf()
      Merge branch 'master' into sharing
      Merge branch 'master' into sharing
      Fix setIsWriteable() and setTarget()
      mkdir() now checks isWriteable() to see if it has permission, rmdir unshares the folder from the user
      Fix bug in mkdir(), was passing the wrong path
      Fix unshare() to remove database entries of files within a shared folder
      Add wildcard to source for database query in unshare()
      Prevent searching for user directory in getParentFolders()
      Add support for files inside of shared folders having different names than the source file
      Remove duplicate '/' from target when searching for source
      Directory links in navigation shouldn't have a trailing '/'
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Merge branch 'master' into sharing
      Home icon now points to index.php
      Fix bug in opendir() and remove getStorageMountPoint(), now using datadir argument instead
      Add checks in opendir() to prevent including the current directory or parent
      Fix post_create and post_write hooks in copy(), was referencing an undefined variable
      Merge branch 'master' into sharing
      Fix bug in getSource(), return false if target isn't in database
      Add missing parameter for fromTmpFile() inside of copy()
      Merge branch 'master' into sharing
      Add missing argument for fromTmpFile() inside of rename()
      Add missing argument for fromTmpFile() inside of rename()
      Add support for copying files between shared folders, add check to fromTmpFile() to confirm path is writeable
      Fix typo in setup, thanks for pointing it out ab0oo
      Bug fix for setTarget() - append fetchAll() to query
      Refactoring of OC_SHARE, added more documentation for functions
      Add pullOutOfFolder() function for use by unlink() and rename()
      Fix bugs in unlink(), rename(), pullOutOfFolders(), and getItemsInFolder()
      Fix bugs in opendir() and add extra checks to ensure functionality in all cases
      Fix bug in rename() so files in a folder that is in a shared folder also get their targets updated
      Add return true to unlink() and rename(), a return is expected by OC_FILESYSTEM
      Add extra check for opendir() so it only adds the file to fakedirs if it has a different name than the source
      Add post_delete and post_rename hooks and fix the constructor
      First implementation of sharing user interface
      Append number to name if target file already exists
      Merge branch 'master' into sharing
      Update database.xml to current database fields, remove hard coded MTGap when mounting shared storage provider
      Remove accidental kate swap file
      Change permissions to is_writeable
      Fix bug in constructor for appending numbers to already existing targets
      Change all occurences of ['user_id'] to OC_USER::getUser()
      Remove admin page, administration is not needed at this time for sharing
      Remove shared items check, it prevents sharing items if there aren't already any.
      Merge branch 'master' into sharing
      Use SUBSTR instead of LIKE in queries, should now work with SQLite
      Filter out files you unshare from yourself in opendir()
      Bug fixes for unshare() and opendir(), thanks darkh
      Add support for user autocomplete
      Include groups in user autocomplete
      Merge branch 'master' into sharing
      jQuery dialog for sharing files from within file browser - Not functional yet
      Merge branch 'master' into sharing
      Make file sharing dialog work - only works for one file/folder and user
      Close sharing dialog box on share success
      Add support for sharing multiple files from share dialog, move loops outside of OC_SHARE
      Add support for sharing files with user groups
      More elegant solution for preparing IN ?s, thanks icewind
      Add a function for removing any duplicate or trailing '/' from the paths
      Merge branch 'master' into sharing
      Integrate sharing app with the new interface
      Display subnavigation entries in user layout template
      Make 'Share' a subnavigation entry of of 'Files'
      Display subnavigation entries in user layout template
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Merge branch 'master' into sharing
      Add share action for mutliple selected files
      Revise permissions system to support read, write, and delete
      Merge branch 'master' into sharing. Integrate with changes in master, rename classes
      Merge branch 'master' into sharing
      Merge branch 'master' into sharing
      Human readable permissions in shared files list
      Update the folder sizes for shared folders
      Fix delTree(), it shouldn't be passed to the local storage provider unless the user has delete permission
      Add support for assigning permissions in share dialog and switch to post
      Move registering shared storage out of base
      New implementation of share dialog
      Animate appearance of share drop down
      Share dropdown updates, making public links now works
      Full support for making and deleting public links from share dropdown
      Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing
      Sharing dropdown changes: show users that have a parent folder shared with them and add the ability to change permissions
      Merge branch 'master' into sharing
      Show which parent folder is shared with the user in the sharing drop down
      Use chosen select form for selecting users in sharing drop down
      Actually add the chosen plugin
      Merge branch 'master' into sharing
      No more subnavigation entries, fixing 'Shared'
      Remove users and groups from the select form that have already been shared with
      Only show can edit (if not checked) and unshare button on hover
      Fix shared list for files inside of shared folders
      Merge branch 'master' into sharing
      Refactoring in dropdown javascript
      Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing
      Don't spawn a new dropdown if there is already one open
      Hide the dropdown if you click the share file action button
      Fix some areas on dropdown triggering the dropdown to hide
      Make unshare work from dropdown
      Remove hardcoded http:// when generating public links
      Merge branch 'master' into sharing
      Merge branch 'master' into sharing
      Change the share file action icon if the file is already shared with someone
      Clean up constructor for OC_Share, add some error handling for sharing files
      OC_Share constructor refactored for user group sharing
      Add missing parameter to usersInGroup()
      Add missing parameter to usersInGroup()
      Merge branch 'master' into sharing
      Change OC_GROUP to OC_Group
      Refactor getUserAndGroups() for new user group sharing standard - user at group
      Additional user group sharing support and more clean-up in the constructor
      Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing
      Modify files css for sharing dropdown to avoid future merge conflicts
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Merge branch 'master' into sharing
      Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' directory
      This should actually make the 'Shared' directory automatically everytime
      Public link folder uploading not implemented, comment out checkbox for it in dropdown
      Display public icon next to publicly shared files
      Initial merging of files_sharing and files_publiclink
      Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing
      Functions to get the token of a public link now stored by OC_Share, remove no longer needed ajax call to getlink.php
      Fix bug in getPermissions() and clean-up unlink() and rename()
      Only show 'Shared' directory if files are shared with you
      Fix my last commit 9ee4fc
      New system of unsharing files from self, and a small bug fix when all files inside a shared folder are unshared from self
      Remove navigation entry for shared files
      -1 is now a class constant (UNSHARED), for unsharing files from self
      Bug fixes for mkdir(), renaming/moving support for files inside a shared folder with write permission
      Comment rename() and prevent trying to move items if the user doesn't have write permission
      Merge public link icon check
      Copy get.php into files_sharing, public links now use files templates
      Add downloadURL to files templates for both public links and files
      Remove some scripts, now you can actually download the files in a public link folder
      Fix notifications bar being visible on pages without files scripts
      Full support for viewing public links from sharing drop down
      Remove no longer needed functions in OC_Filestorage_Shared
      Add getLocalFile() to OC_Filestorage_Shared
      Implement searching of files shared with you
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Fix textviewer in search results
      Fix bugs preventing file upload in shared folders with write permission
      Clean-up in OC_Filestorage_Shared and bug fixes for calculating folder sizes
      One more bug fix in clearFolderSizeCache()
      Update documentation for unshareFromMySelf()
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Check that the files exist before adding them to the fakedirs
      Register OC_Share for autoloading and cleanup hooks
      Clear the folder size cache for the 'Shared' folder when a new item is shared
      Allow sharing of files shared with you - Bug: Doesn't show up as being shared in the drop down
      Show users shared with in the drop down for reshared files
      Remove Chrome focus border from all inputs
      Get file extension using lastIndexOf instead of indexOf in case there is a '.' in file name
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Style searchbox like other textboxes
      Merge branch 'master' of git://anongit.kde.org/owncloud
      Fix searchbox enter action
      Searchbox hover and focus now changes background color
      Reload the personal page when a new language is set
      Fix changing password in personal page (not complete)
      Fix undefined index license in Apps
      Add locale for password change error
      Fix file actions broken in some browsers, rename delete to do_delete - Thanks Bart Visscher
      Use Chosen for language select form
      Style changes for multiselect and add tipsy for file size
      Support translations for modified date column in files
      Ctrl+Click on td.filename a selects file instead of default file action
      Months for modified date need to be translated
      Shift+Click multiselect for files
      Fix newly uploaded files names being cut off if multiple '.'
      Initial work on resetting forgotten passwords. It works, but still need to email a token to allow reset
      Cleanup in login templates and link to lost password reset

Michiel at unhosted (13):
      adding core_unhosted app
      renaming core_unhosted app to just unhosted, and cleaning up unused files in it
      adding webfinger app
      putting activation inside activate.php
      correct protocol
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      improved troubleshooting instructions
      check activation and make activation impossible by default
      improve uninstalled-protection
      correct xml syntax
      correction in webfinger.php activation trap
      offer login popup from oauth dialog, correct base uri
      offer login popup from oauth dialog

Robin Appelman (474):
      fix login issue after logging out
      fix warning message that sometimes broke webdav
      only ask once when removing multiply files
      Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      Fix for https://bugs.kde.org/show_bug.cgi?id=257861
      Fix for https://bugs.kde.org/show_bug.cgi?id=258144
      Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      Show error when trying to create a file or folder that already exists
      Merge commit 'refs/merge-requests/41' of git://gitorious.org/owncloud/owncloud into integration
      Some common javascript functions for working with arrays and functions
      don't crash when removing an item from the breadcrump that isn't added properly
      Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      fix calling callBacks by id
      Also allow open_file.php to be called with a path paramater instead of only with seperate dir/file
      don't try to use *nix file premissions on windows hosts
      improve handeling of links
      cleanup event handling
      adjust filebrowser to new libraries
      remove debug statement
      fix typo
      fix another typo
      Add closing tag to config file.
      check if we can read the file before trying to get it's mime type
      only show files in the filebrowser that we can actually read.
      update readme to reflect move to git.kde.org
      fix ocs private data get/set queries for mysql
      Change the icon to the correct one after uploading is finished
      don't hide text viewer when clicking inside the text box
      only load mdb2 when we use the database
      fix ocs private data handeling.
      Merge branch 'master' of git.kde.org:owncloud
      only load mdb2 once as it was before
      Merge branch 'master' of git.kde.org:owncloud
      Merge branch 'master' of git.kde.org:owncloud
      added OC_FILESYSTEM::hash()
      add the option to use LIKE instead of = when getting data from OCS
      added OC_FILESYSTEM::hash()
      add the option to use LIKE instead of = when getting data from OCS
      only load mdb2 once as it was before
      Fix a couple of minor coding errors
      get rid of the oc_require and friends
      merge
      move OC_DB to it's own file
      move chmodr to OC_HELPER
      port WebDAV to prepared statements
      publiclink plugin
      redirect to owncloud root after logout
      port OC_OCS to prepared statements
      show server configuration errors on seperate page
      show size of folders in filebrowser
      add foldersize table to owncloud.sql
      better display for server configuration errors
      save installation state of databases in appconfig instead of plugin.xml
      fix infinite redirect error that happend in rare cases
      static functions shouldn't be abstract
      use the correct signature for OC_FILEOBSERVER->notify()
      use the correct variable name
      make mdb2 not give a ton of error when using strict error reporting
      set strict error reporting
      only check for permissions for folders that exists
      don't use items in an array that aren't there
      make use of new dateformat function
      more strict fixes for mdb2
      remove php 4 constructors
      check if an item in an array exists before we use it
      once static, always static
      static, non-static, both?
      need to commit all files
      more strict fixes
      add OC_GROUP::createGroup();
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      fix more strict errors
      Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      first-run wizzard wip
      fix more strict error is mdb2
      updated version of db_structure.xml
      installer now works when using mysql
      fix strict errors in xml parser
      improve error handeling for first run dialog
      fix db_structure.xml
      fix login when using sqlite
      make sql queries work in sqlite
      small fixes in webdav
      fix installation template
      more fixes to installation templates
      fix keeping track of foldersize
      show real data in account information
      save the correct config entry
      add free_space to OC_FILESYSTEM
      more improvements for foldersize
      make the file permissions hint more clear
      pass the user to setupFS
      delay the loading of the filesystem when opening a public link
      one / in filepaths is enough
      public link sharing also works for folders now
      use better tokens for public links
      show modified date for folders
      add kdevelop project files to .gitignore
      only show selection checkboxes for files on hover
      seperate view and logic for pagenavi
      proper links for next/previous buttons
      replace filesystem observer with the more general OC_HOOK
      seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE
      disable the backup system for now
      make select all checkbox work again
      make state of select all checkbox consistent
      404 error page
      make error 404 template usable as stand alone php file
      create .htaccess files during installation for apache users
      clarify OC_FILES::get() documentation
      typo's ...
      correct them the right way this time
      dissable loggin for now
      send proper headers
      Make the download button work
      loging system
      change printPageNavi() to getPageNavi() to allow some more flexibility
      log viewer
      properly load css and js files for apps
      make OC_HOOKS actually work
      stylesheets have .css as extention, not .js
      fix chmodr
      add search functionality, for now only searches files but plugins/apps can extend that
      don't use output buffering for file downloads
      Show currect filename when downloading files
      fix mdb2 error handeling a bit
      move sqlite database into the data folder, makes it easier to set the correct permissions
      fix some sqlite strict errors
      make logs work with sqlite
      fix oc_appconfig for sqlite
      merge
      no hooks for OC_FILESTORAGE the one from OC_FILESYSTEM should be enough
      moved app install/remove/update functions to lib/installer.php
      cleanup 3dparty
      use simplexml instead of dom for OC_APP::getAppInfo()
      fix the drop down arrow in file browser
      fix the drop down arrow in file browser
      we need System.php after all
      we also need Console
      fix some bugs in the first run dialog, and hide advanced setting initially.
      fix a potential infinite loop when installing with sqlite
      fix a strict error in webdav
      App installer backend.
      add autocomplete for paths
      recursive copy is now in OC_HELPER
      recursive deletion is now in OC_HELPER
      Make max upload filesize configurable for apache hosts
      fix autocompletion
      install apps that are shipped with owncloud the first time they are loaded
      add dateOnly option to formatDate
      make path autocompletion case insensitive
      port sharing by publiclink fully to the 2.0 codebase and provide a simple gui for it
      fix OC_HELPER::linkto() when the link is not a valid file.
      fix broken links in shared folders
      fix OC_HELPER::linkTo again
      delete old plugin stuff
      merge refactoring in master
      new file uploader that should work with more browsers
      fix download links of newly uploaded files
      fix incorrect variable name in libfilestorage
      some refactoring of the filebrowsers javascript code
      make fileactions extendable by plugins
      image viewer plugin
      fix fileactions following the link instead
      always show the image in the middle of the screen, regardless of scrolling
      fix imageviewer not showing up when using the actions menu
      fix file action dialog not reappearing after being used
      fix imageviewer again
      fix file actions for newly uploaded files
      only load image viewer when in file browser
      fix loading of image viewer again
      try to adjust times to the clients timezone
      fix delTree
      allow tear down of filesystem.
      test case library and start of filesystem test
      test cases for OC_FILESYSTEM
      add option to remove tables install from database structure
      sqlite3 driver for mdb2
      make OC_DB work with the sqlite3 driver
      fix error with empty config file
      use sqlite3 if sqlite2 isn't available
      store numbers as strings to prevent errors with numeric passwords
      make use of native sqlite3 prepared statements
      small fix in filesystem test
      fix settings page for non-admin users
      remove outdated plugins entry in settings page
      remove plugins settings page
      default to sqlite3 over sqlite2 for new installations
      allow plugins to cancel filesystem operations using the provided hooks
      make the system for default fileactions more flexible
      prevent some possible warnings if there are files in /apps
      make new folder dialog behave more like a regular form, so you can press enter to create the folder
      only create one connection to a sqlite3 database, fixes 'Database locked' errors with webdav
      add post_* hooks to filesystem for write, create, delete, rename and copy
      only load apps if they exist
      improved check in oc_preferences if a key already exists
      add settings option for language
      make personal settings translatable
      dutch translations
      fix sqlite3 driver for php<5.3
      update dutch translations
      Multiply changes to user system
      prefix the mysql user name to avoid collissions
      public link config is also for non admins
      add oc_user::getUser to get the user id of the loggedin user
      stop confusing people with a dummy share button
      return to default page on empty search
      Experimental OpenID user backend and server.
      don't show errors when the login isn't an openid identity
      fix creating users
      show error on openid request page when no user is selected
      provide an option to add custom elements to the header of templates
      add openid headers to openid request page
      allow plugins/apps to add custom headers to all pages
      you can now use your owncloud url as openid provider
      not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manually
      only use ldap user backend when it is configured
      only try to create the user once
      highlight selected files in the filebrowser
      show file extention in a lighter color
      files can now be draged and dropped in the file browser
      You can now move files to a parent folder by draging them to an element in the breadcrumb bar
      only show the revert animation of draging a file when draged to an invalid position
      fix broken directory links for some browsers
      fix error in autocomplete when try to list non-existing or unreadable folders
      move list of mimetypes by extention to a seperate file.
      Fix expiring of public links
      show a proper error message in help when it can't get the data from apps.owncloud.com
      fix some ldap errors
      Provide ability to select mutliply files during upload for browsers that support it.
      No longer use the "Ok" button for file uploads
      Show loading icon for uploading files, and disable file actions and DnD for uploading files.
      Also commiting the actual loading icon might be usefull
      fix deleting files with spaces in the name
      serveral small fixes to the openid server
      show expire dates of public links as date and not as datetime
      Some ui work on user management, but it can still use a lot of improvement.
      Allow users to start a new upload before the current upload has finished
      forgot to commit css for user management
      only remove old sqlite database if it exists
      some work on the updated interface
      Merge branch 'master' into interface
      give the file sizes some more space
      only show actions for selected file if there are selected files
      finally the missing file for moving files from the web interface
      add getLocalFile to local storage provider
      import media app
      fix resizing images in image viewer
      show fileactions inline on hover
      dont load some javascript files multiply times
      Merge branch 'master' into interface
      show fixed filecontrols over the filelist that can scroll underneath it
      fix warning if no username is set in the cookie
      Merge branch 'master' into interface
      show error when trying to upload to large files
      some work on the breadcrumb navigation for files
      remove some debug output and supress some possible errors
      fix problem with removing locks
      Merge branch 'master' into interface
      fix sabredav for sqlite2
      Show installed apps as default for the apps entry on the settings page.
      add OC_APP::getCurrentApp() to get the id of the active app
      add getSelectedFiles() to files.js
      add js versions of linkTo, imagePath,addScript and addStyle
      bumb jquery and jquery-ui versions
      remove some dummy code
      some refactoring of the media player code
      merge master into interface
      some javascript changes
      fit player controls in smaller header
      fix sorting on newly inserted items in the file list
      Merge branch 'master' into interface
      remove debug alert
      remove debug alert
      no longer show deleted files as selected
      only load image viewer when in the file browser
      only show songs for which the current user has songs indexed
      fix flash fallback for media player and bumb version of jplayer to 2.0.23
      some minor changes in the javascript translation function
      merge master into interface
      fix broken merge
      fix log when no tablename prefix is used
      do not show default file action in the file action list on hover
      deleting stuff is scary, lets move the button as far to the right as possible
      give OC.imagePath the ability to detect whether to use svg or png images
      show icons instead of text for file actions
      make use of the command line tools id3info and mp3info for scanning music if they are available
      hopefully fix some issues with the openid server
      use oc_preferences to store ocs privatedata
      keep track of playcount as last played time of music files
      remove dummy settings
      bumb version number for upcomming beta
      set installed version in config file
      Implement inline renaming of files
      dont throw error when the collection scanner cant detect the length of an audio file
      bumb version number for upcomming beta
      set installed version in config file
      dont throw error when the collection scanner cant detect the length of an audio file
      fix serveral styling issues on uploaded files
      add size tooltip for selected files
      confirmation dialogs for deletions
      use relative times for new upload files
      use proper file icons for image and audio files
      always show download icon on hover
      properly style filenames after renaming
      dont need the ok button for renaming
      show proper cursor for rename textfield
      fix size of selected files with new uploaded files
      no need for an ok button for creating folders
      make foldernames also bold after renaming
      fix breadcrumb look of Files in navigation panel
      fix login header for ie
      automatically replace svg images with png for browsers that dont support svg
      some tweaks for renaming
      you can now move files to the root folder by draging them to the Files entry in the navigation panel
      some refactoring for subnavigation code
      merge work on subnavagation
      some more changes for navigation subentries
      Some much needed interface work on the media player
      fix issue with selecting songs in playlist
      update playcount correctly without having to reload the collection
      open the correct subpage when the media player loads
      disable unimplemented subentries for media player
      add play button to collection overview to add songs to the playlist and play them imediatly
      automatically hide show/hide the empty folder message
      dont need to remove the empty folder message twice
      provide json interface for search
      initial work on instant search
      some interface work on instant search
      move public links to a subentry of files
      configure users/groups before loading apps
      Show play and add-to-playlist buttons in instant search results
      dont show play and add-to-playlist at the same time
      dont show the full path for the files in search results
      more tweaks for media search results
      dont hide the results if a new search yield no results
      dont show music results twice
      make sure jquery and common javascript is loaded before the javascript of the apps
      show images on click in search results
      keyboard shortcuts for search results
      fix search results having files from other users
      some improvements in oc_media_collections
      add transitions to oc_db
      use db transitions for collection scanner
      some improvements to collection scanning
      cache the media collection between page loads
      fix search results not displaying
      automatically scan songs that are played from the filebrowser
      persistent playlist for the media player
      fix bug in saving currently played song
      make the persitent playlist work anywhere
      fix an isue with persitent playlists inside the media player app
      show names of next/previous song when you hover the next/previous button
      some fixes for persistent playlists
      properly save play/pause state of media player
      remember volume and playback time in the media player
      fance collection scanning wip
      fix media sub navigation entries
      remove now useless 'media' entry from settings
      rename media to music in the navigation
      make the progres bar for scanning always go to the full 100%
      send last modified header for media
      limit the length of the mysql username during setup
      show table header in filebrowser always on top when files are selected
      hide the file icon when showing the checkbox again
      add textviewer plugin
      some fixes for the textviewer already
      selecting a text file from the search results now activates the text viewer
      dont force a download for public links
      send the filename header for public links
      correctly save the playlist if songs are removed and dont load the player outisde the media app if the playlist is empty
      fix a bug in the media player outside the media app
      cache the collection for the media player again
      provide undo button when deleting files from the web interface
      only load the music player outside the media app if the media app isnt already open in another tab
      dont show confusing 'X files scanned' message when we are not scanning files
      allow users to use myhost/owncloud/?myusername as openid identity
      redirect index.php to files/webdav.php for webdav (PROPFIND) requests
      fix some forgotten quotes around strings
      fix some issues with browsers not supporting html5 localStorage
      move openid settings to Personal
      descriptions for OC:: variables
      some documentation for the common javascript
      fix disableing/enabling apps
      initial work on the media player interface rework
      fix a problem with ranming files containing spaces
      fix mysql config not showing for installation
      dont use a different navigation page for settings stuff
      show settings page in the correct context
      do proper styling for settings pages
      apps can now add their own forms to the Personal page
      dont show an error if openid is dissabled
      initial work on new user management
      remove prototype versions of chosen
      make more strings translatable
      work in new app management
      remove Log completely
      work on user management
      create the necessary groups when creating a user
      add OC_Group::usersInGroup() to get a list of all users in a group
      remove groups if there are no users in them
      more work on user management
      some work on media player
      tweak settings passwords a bit
      bit of work on app management
      automaticaly login after setup
      get rid of some js errors on the login screen
      automatically set background images to png when needed
      set default max upload size in the .htaccess file to something rediculous
      allow dynamicly determaning icons for fileactions
      forgot something
      Set max upload size to something sane
      fix uploading multiple files
      partly fix media player
      fix changing passwords
      more fancy fading
      hide settings menu when clicking outside it
      highlight playing songs in collection
      style media player controls using em instead of px
      DONT always scan the collection, I would like to keep some cpu cycles to actually use my pc
      fix media player controlls not showing
      fix creating users
      fix some details in Personal
      Show language names in Personal
      dont throw errors if we cant connect to the apps repository
      a bit of refactoring for oc_filesystem and implement user quota
      add option to set user quota
      some filesystem fixes
      fix enableing apps
      fix expire header for media player
      fix collection browsing using the ampache api
      fix default file actions not working
      fix problem with building the IN query
      make entries in settings navigation translatable
      fix uploading files to the users root directory
      some work on media player interface, artists can be collapsed in the collection view again and single albums/songs can be played
      fix installing shipped apps
      also replace svg images with png when the server doesn't send the correct mimetype for svg images
      some improvements in automatic svg replacement
      fix .htaccess file crashing apache+php-cgi
      allow apps to register form for the settings and admin pages
      fix javascript error in media player
      fix issue with login being case insensitve
      always scan new music files
      Fixed a bug in appconfig, where an initially empty set value led to endless duplicates of this app/key pair.
      fix detection of empty collection
      Fix bug: filenames in filelisting are not shown for files without extension
      fixed users not being able to change their password
      no need to escape values when using prepared statements
      dont use numRows when it's not needed since it can be expensive
      fix creating groups
      fix file uploads for IE
      prevent people from triggering the setup manually
      dont submit the setup form to a new tab
      remove getID3 demos due to security issue caused by one of them
      check for old password when changing passwords
      actually check the correct password when changing the password
      fix uploading files using webdav
      remove some debug statements
      correctly update the collection when music files are moved around
      fix creating users
      dont set content type to json for Apps
      fix persistent playlist for media player
      styling fixes for playback controlls
      fix small styling problem with playback controlls
      dissable app instalation from apps.owncloud.org interface
      sort music collection
      improvements in media collection viewer
      only play the music once
      update sabredav to 1.5.3
      fix playing songs from search results
      escape file and directory names when downloading files
      Merge commit 'refs/merge-requests/39' of git://gitorious.org/owncloud/owncloud
      add OC_Appconfig::hasKey

Sascha Schneider (1):
      apps/user_ldap/user_ldap.php: - Add support for ldapv3 and tls

Scott Barnett (5):
      Fixed uploaded file hover issue.
      Fixed minor issue.
      Fixed delete cross positioning issue.
      Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      Fixed table gap from appearing.

Serge Martin (5):
      Exit after call to setup
      user is a reserved word in postgresql
      Add postgresql support
      Merge MySQL and PostgreSQL input fields
      Merge branch 'master' of git://anongit.kde.org/owncloud

Thomas Schmidt (11):
      fix url
      enhance errormessages on setup
      ignore netbeans folder
      media app: show current song, add margin, enable tooltip
      fix check for success
      enhance warning
      use central method for checking webserver user
      add margin
      added app for admins to create a zipfile containing the owncloud data
      enhance detection of un-initialized database
      Revert "enhance detection of un-initialized database", conflicted with setup step, needs rework

Thomas Zander (1):
      Fix php4 legacy calls

ente (6):
      replaced fileActions[this.mime] by fileActions[this.mime1 + this.mime2], since an object name cannot contain slashes. (correct me if I'm wrong)
      Basic HTML5 audio player plugin
      - plugin id corrected
      reverted a576150b
      Only register the "Play" action for audio types that the browser is able to play.
      Use correct attribute values for audio tag.

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

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