[Pkg-owncloud-commits] [owncloud] annotated tag v3.0 created (now 4d5ad1a)

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


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

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

        at  4d5ad1a   (tag)
   tagging  039bbfde2d2e1efc90fa9828811566ea1f328722 (commit)
 tagged by  Robin Appelman
        on  Mon Jan 30 12:32:18 2012 +0100

- Log -----------------------------------------------------------------
version 3.0

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

Aaron Reichman (2):
      Changed spelling of lisener to listener
      First commit, changing capitalization

Aditya Patawari (1):
      Fixed css for Firefox

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

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 (173):
      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'
      Take setting default value out of loop
      Add user friendly calendar color chooser
      Move lostpassword to core dir
      All the basic field for add contact added
      Add new contact name to end of cantact list
      Implement timezone fix from Stephen Rees-Carter
      Replace _ in timezone setting with a space
      Start using OC_JSON in gallery app
      Add icon for calendar color selector
      Change colorselector to use border for selected color
      Fix name when adding contact
      Fix saving properties with a new contact
      Save the right contact property
      Display contact name without label and in bold
      Fixes for adding contact property
      Show add contact form on opening contacts page
      Move contact delete button to top right corner
      Fix calendar colors with new calendar
      Remove unused parameter
      Replace ownCloud calendar html with fullcalendar implementation
      Implement loading of events in calendar
      Connect calendar buttons to actions
      Translation of calendar interface
      Connect newEvent & editEvent to fullcalendar
      Connect popup to fullcalendar
      Implement moving of event
      Implement resizing of events
      Fix changing calendar data
      Optimize deleting event
      Implement listview for fullcalendar
      Disable calendar scrolling, doesn't work yet
      Fix function name error in contacts app
      Better event popup
      Fix size calculation with css styling of tipsy popup
      Merge branch 'master' into fullcalendar
      Fix scrolling calendar
      Implement select event creation
      Fix fromtime/totime warnings
      Quickfix hanging tipsy popups
      Fix setproperty form
      Disable loading non-existing settings script in bookmark app
      Fix html id's in part.addcardform.php
      Enable php display_errors setting
      Move unselect call to after the dialog starts
      Cleanup tipsy popups on more actions
      Use parse function in Calendar_Object
      Use Last-Modified property to check for changed events
      Use a function to generate select options
      Add type selects to editing ADR & TEL contact property types
      Contacts: support multiple phone type parameter
      Contacts: remove redundant li in setpropertyform template
      Fix scrolling through months
      Merge branch 'fullcalendar'
      Fix file dropping on root (Files menu entry)
      Update chosen to v0.9.5
      Bookmarks: make a soft-requirement of php-curl
      Template: output better html for select options
      Contacts: make type of phone property also multiselect in addproperty
      Contacts: better label for saving a property
      Contacts: layout updates
      Contacts: Allow '/' in property name
      Calendar: Use the default timezone that is set in lib/base.php
      Calendar: Also check if the enddate is in the requested range for events
      Contacts: make name editable again
      Use a proxy class to interface with Sabre_VObject classes
      Contacts: refactor rendering of part.details template
      Contacts: refactor common ajax functions to OC_Contacts_App
      Contacts: Fix postname var spelling
      Contacts: Add direct link to details of a contact
      Contacts: Add "Preferred" before phone label for preferred numbers
      Imageviewer: fix fancybox.png image url in fancybox css
      Fix filename of log icon
      Sort apps on name and enabled status
      Gallery: splitout model code
      Gallary: Fix alignment of album thumbnails
      Update OC_VObject
      Some small changes
      Calendar: refactor common ajax functions to OC_Calendar_App
      Calendar: small for loop fix
      Contacts: add missing property_options template var
      Contacts: check if PREF parameter is set before useing it
      Gallery: fix calculation of folder thumbnail selection
      Use correct appid for lostpassword email preference
      Calendar: add loading indicator
      Merge branch 'tanghus_remote_backup' of git://gitorious.org/~tanghus/owncloud/tanghus-owncloud
      Contacts: small merge cleanups
      Merge branch 'contact_thumbnails' of git://gitorious.org/~tanghus/owncloud/tanghus-owncloud
      OC-23: [Calendar] Double vertical scrollbar in week view
      [Calendar] Use class for active view button

Bartek Przybylski (58):
      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
      gallery db query fix
      another query fix
      new way of showing gallery covers
      new way of showing gallery covers, missing files
      Merge branch 'master' into gallery
      adjusting to new db "api", merge with master
      merged
      merged with stash
      merged with stash
      removing and renaming albums
      Merge branch 'gallery'
      pdf viewer from Google Code-In program
      gallery fixes
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      contacts entry duplication fix
      automatic adding of photo to album, feedback for user while scanning, general cleanup
      gallery version bump to force db update
      rename and delete hooks
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      rename fix, licence header added
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      db overwriting, gallery creating fix
      using new image backend, moving ajax calls to one file, using generated thumnails to speedup covers loading
      resolving depricated script opening
      user suggested style change
      content divs alignment
      handling directory renaming and thumbnail move on gallery name chenge
      handle gallery remove when removing dir via webinterface
      constans for signals handling
      recursive gallery removing on parent dir remove
      Simple translation for gallery
      better scanning model for gallery, more feedback to user while scanning
      fix creating/moving/renaming/deleting files/dirs with ' in name
      fix: oc-33
      enhancement: oc-36
      recognizing img basing on extension
      oc-89 handling no photos in collection alert
      creating thumbnails on upload, recursive remove
      db cleanup after gallery remove

Borjan Tchakaloff (3):
      Fixed the file sharing listing bug (filename is empty when it has no extension in a publicly shared folder).
      Fixed the 'Undefined index "user_id"' bug when requesting a publicly shared folder and being logged-out.
      Added the missing quotes on the filename.

Brice Maron (39):
      Initialise hasOtherDB var when not true in installation
      Prevent category in jquery-ui on cal. to overflow
      Add loading message to image lightbox and tweak events
      Add some color in error messages + img for hints
      Fix installer for postgresql : correct table detection query
      Fetch prefix from config at installation instead of a hardcoded value
      Fix typo in getting var from config
      Fix bookmarks app to work with postgresql.
      Fix bookmark listing with mysql: limit is binded as string.
      Use notification to inform about errors in file list.
      Fix quota onBlur In Settings, Take from right attribute
      Remove unnecessary exec for getting timezone and fix spacings
      Fix file sharing : Don't give a unused param to execute
      Correct little typo/bug in log display and remove ending php tag
      Add 3 More log writing in files sharing app
      Correct use of null for not null columns in media scanner
      Lower also the album name in media scanner...
      Tweak bookmarklet to not change the current page. Correct encoding when add bookmark
      Little trick to avoid editor loading twice on double click
      Add caching for filelist sharing icon status to avoid many http req.
      Correct unknown breadcrumb add '/' permanantly in it and DRY code for last breadcrumb
      Fix unescessary use of non portable 'replace' sql and add loging when GD not installed
      Avoid error when no image is provided for cover or thumbnail
      Add a dependencies check apps
      Change name and fix a typo
      Be consistent with licencing
      Add sequence name in insertid to be more portable
      attempt to manage some special chars in file list
      Fix bug with spaces in file names.
      Merge commit 'refs/merge-requests/69' of git://gitorious.org/owncloud/owncloud into merge-requests/69
      Do not use mix data/attr to retrieve filename ... data() will try to convert filename to int
      Fix another problem of the so-called 'fix-special chars' commit.
      Fix broken upload since merge of new button branch
      Manage More special chars in file listings. ';' is still problematic
      Avoid Huge error message when unable to read log file
      Try to avoid closing the share box too soon on multiple selections
      Display correctly the error message when nothing is retrieved from OCS servers
      Add allow_url_fopen directive to admin_dependencies_chk
      Correct ldap check in dependencies_chk app

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

Charles-Edouard Coste (1):
      $filesfound variable may not be set when used in: if(!$filesfound)

CharlyCoste (8):
      Adding xhtml 1.0 strict doctype
      Adding xml namespace
      bgcolor is not a valid "xhtml1.0 strict" attribute. Replacing it by a css background-color
      center is not a valid strict xhtml1.0 tag (not semantic). At least, replacing it by a div with "center" class.
      Adding semantic h1 tag to surround the logo. This could be better for text or braille navigators and crawlers as well.
      <br /> is not a valid strict xhtml1.0 tag. Not semantic. Replacing it by CSS instructions on semantic tags.
      "border" attribute is not a valid attribute for <img /> tags. Using proper CSS instructions instead.
      <img /> tags need alternative content with "alt" attribute. "dots.png" is not a content. Using CSS backgrounds instead.

Cloud Dumper (6):
      Sort results from music collection getters.
      Also use track_number to retrieve song track.
      Improve music playlist rendering.
      Remove reference to unexisting file in music.css.
      Sort songs also by path.
      Don't wrap collection cells.

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

Daniel Köb (2):
      Include PostgreSQL when checking for available database drivers.
      Connect to the newly created database when checking if it needs to be filled.

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

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 (2):
      Correct deleting events over CalDAV
      Added all the remaining extensions to filetypes

Florian Pritz (27):
      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
      apps/bookmarks: follow redirects when fetching title
      apps/bookmarks: remove unused variable
      use fancybox instead of lightbox

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

Frank Karlitschek (102):
      test
      remove test
      commiting ownCloud 1.0 beta 1
      Merge commit 'refs/merge-requests/2' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/3' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/4' of git://gitorious.org/owncloud/owncloud
      update includes
      Merge commit 'refs/merge-requests/4' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/5' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/6' of git://gitorious.org/owncloud/owncloud
      removed extra space. Thank you to for Cosmin for the patch
      minor W3C aspects. Thanks to Charles
      small css and path fixes
      rename variables
      move to sqlite merged
      Merge commit 'refs/merge-requests/12' of git://gitorious.org/owncloud/owncloud into integratio
      merge Adityas improvements
      fix merge problem
      Merge commit 'refs/merge-requests/14' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/15' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/16' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/17' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/18' of git://gitorious.org/owncloud/owncloud
      add Open Collaboration API support. You can now connect your ownCloud with the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5
      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
      enable by default
      master is now on the way to ownCloud 3
      new "external" application. you can integrate external application like roundcube, squirellmail or a wiki into ownCloud.
      change the error hint from suggesting to change the owner of a directory to changing the permissions. changing the owner of a director is not possible via ftp.
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      first small step to an automatic updating system.
      second half of the updating stuff
      removed no longer used function and exec command
      remove error output if symlink already exists. this can happen if a user removed config.php to trigger the setup wizzard
      add a formfactor session variable which is autodetected but can also manually overwritten via a get variable.
      finish the application store feature so that users can download and install ownCloud apps from our website. there is still a small problem with write permissions. will look into this later
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      enable gallery and admin_export by default at least for the alpha and beta.
      don´t show warnings for missing language name definitions
      bump version number
      fix appstore download.
      increase version number to 3.  YeeHaw party!!
      add a link to the credits page. fame for all our awesome contributors

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.

Frederik Gladhorn (3):
      add readme
      add some install instructions
      some more install instructions - mysql

Gaël Beaudoin (1):
      Set the footer version to RC1

Georg Ehrke (153):
      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
      added mime type for calendar files
      added import function as filehandler
      fix checkLoggedIn function in import of ical files
      fix ical import
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      support of RRULE in calendar app
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      reload calendar automatically
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      Merge branch 'master' into calendar
      Merge branch 'master' into calendar
      scrolling in calendar
      Merge branch 'master' of gitorious.org:owncloud/owncloud into calendar
      Merge branch 'calendar' of gitorious.org:owncloud/owncloud
      first implementation of fullcalendar plugin with old buttons working
      Revert "first implementation of fullcalendar plugin with old buttons working"
      added transition function from 'old' calendar to fullcalendar (fixed currentview bug)  and removed listview (it is not implemented in fullcalendar yet)
      enable listview button
      added transition function from 'old' calendar to fullcalendar (fixed currentview bug)
      fix allday bug
      fix new allday bug
      Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar
      update pot file for calendar
      Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar
      translatable error messages
      Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar
      automatic timezone detection
      fix caldav url
      Merge branch 'master' into fullcalendar
      fix merge conflicts
      another fix of caldav url
      support for repeating events
      fix timezone for repeating events
      first implementation of the search function
      Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar
      fix timeformat setting for fullcalendar
      fix merge conflicts
      Merge branch 'master' into calendar
      optimize timezone detection
      add resettimezone file for testing timezone detection
      Merge branch 'master' into calendar
      Merge branch 'master' into calendar
      check for php version is greater than 5.3.0 - we make extensive use of Date Time Libs
      delete unused files
      Merge branch 'master' into calendar
      Merge branch 'master' into calendar
      fix merge conflicts
      use OC_JSON::checkLoggedIn() in all ajax files
      use pre-decrement instead of post-decrement
      make repeating events editable
      Merge branch 'master' into calendar
      fix the default setting for yearly repeating events
      Merge branch 'master' into calendar
      add function to detect always the timezone
      remove unused js
      Merge branch 'master' into calendar
      Fix whitespace username
      Fix whitespace username in the installation form
      Merge branch 'master' into calendar
      fix end for repeating events
      fix repeat rule for every weekday
      fix editeventdialog for monthly repeating events with a specific weekday and weeknumber combination
      fix autodetection for the week of the month
      fix bug in 3rdparty lib
      fix js for repeating events
      fix login check in ajax files
      Merge branch 'master' into calendar
      improve search function
      update calendar pot file
      fix search function
      update calendar pot file
      3rdparty: fix bug in when
      Merge branch 'master' into calendar
      remove old code in comments
      change app icon
      added a file to fix wrong recognised mime-types
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      Merge branch 'master' into calendar
      fix previous change
      update js of calendar import
      Merge branch 'calendar'
      improve import form for calendar
      improve import function
      Merge branch 'calendar'
      add icon for log app
      highlight the current view
      Merge branch 'calendar'
      added bart to the authors in info.xml
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      fix newline problem in calendar
      fix newline problem in contacts
      use backslash n instead of a real new line
      change calendar colors
      change description of the changed colors (calendar)
      added vcards to the mimetype fix list and renamed the icon for vcards
      use svg icon for calendar
      Merge branch 'master' into calendar
      use timepicker to force users to use HH:MM
      fix ocbug 24
      fix ocbug 34
      Merge branch 'master' into calendar
      use button for new calendar
      move loading icon to the top bar
      fix double new calendar button - bugfix for oc 59
      fix Undefined variable - bugfix for oc-69
      validate the calendar name
      fix undefined indices - bugfix for oc-99
      fix version-compare in calendars app.php
      remove debug file

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

Hendrik Langer (2):
      Don't use sys_get_temp_dir(), as it reports the wrong path in restricted environments
      set http auth headers for apache+php-cgi work around if variable gets renamed by apache

Ignacio Daniel Rostagno (1):
      Music - Fix album and artist expand layout.

Insanemal (3):
      Added option to lowercase all usernames.
      Adjusted the check user function to lowercase the return.
      Total rewite of fix.

Jakob Sack (188):
      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
      Fix translations, empty properties
      Some improvements on the contact application
      improved style in contacts
      Improve style in contacts
      Fix comments/documentation
      contacts: put property key in background, the value is important!
      contacts: every card needs a version!

Jan-Christoph Borchardt (289):
      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'
      renamed unhosted to remoteStorage (needs to be updated with coming protocol version)
      removed extra calendar settings. Also, table layout?
      disabled gallery app by default until it's in a branch
      added Silk icons by Mark James (CC-BY)
      some icon corrections
      renamed icons
      Revert "support of RRULE in calendar app"
      added code and license links next to version number
      hopefully finally fixed the initial breadcrumb arrow
      only show checkbox on hovering filetype icon
      bold current folder in breadcrumbs
      removed '/' from file path because only Unix people understand the concept of that. Plus, 'Files' itself is the root.
      added all logo source SVGs
      textfield is now less obtrusive / opaque
      corrected position of in-field labels a bit
      corrected link for app dev instructions
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      upgraded the new new button. Didn't and doesn't work in Firefox though
      use existing correct info icons

Joar Wandborg (1):
      Fixed a bug in checkWebserverUser

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

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

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

Klaas Freitag (1):
      fixed include for ocs

Kshitij Parajuli (1):
      When a music file is playing, the page title gets modified.

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

Markus Kalkbrenner (5):
      added .buildpath
      - bugfix: allow anonymous bind for search, then bind with users credentials.
      fixed copy&paste error: store ldap_tls setting in user_ldap, not
      - provide a setting for the ldap user display name instead of hardcoded value 'uid' which is not common for Active Directory
      - fixed translateable strings in template

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

Marvin Thomas Rabe (41):
      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
      problem with previous selected groups fixed
      Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      Changed multiple select for days of weekend to 'chosen'. Cleaned up some code. Removed success message when changing timezone.
      Add translation and fixed some css problems
      Removed unused javascript
      Added translatable text.
      Removed jquery ui files and added own cross image to css.
      Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      Show database only in advanced
      added infield labels. readded fade in of login button. updated label on install page.
      Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/51' of git://gitorious.org/owncloud/owncloud into merge-requests/51
      fixed height of infield labels
      fixed scrollbar issues
      changed shadow transparency to 50%
      redirect url fixed
      updated calendar settings
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      remeber cookie bug fixed
      fixed scrollbar issues. fixed missing breadcrumb image.
      fixed another bug with breadcrumbs
      updated margins
      Merge commit 'refs/merge-requests/54' of git://gitorious.org/owncloud/owncloud into merge-requests/54
      Merge commit 'refs/merge-requests/53' of git://gitorious.org/owncloud/owncloud into merge-requests/53
      Merge commit 'refs/merge-requests/52' of git://gitorious.org/owncloud/owncloud into merge-requests/52
      Merge commit 'refs/merge-requests/55' of git://gitorious.org/owncloud/owncloud into merge-requests/55
      conflicts solved
      moved bookmarklet to personal. username must be provided when adding a new user.
      added missing files
      removed description field for calendar
      removed description. changed target to _blank. removed sorting. updated layout.
      webkit searchfield bug fixed

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 (227):
      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
      Redirect file browser if directory does not exist
      Change javascript new folder from old icon to new
      Fix music navigation entry controls going over the sidebar
      Change 'Help translating' to 'Help translate'
      Fix shared status for files inside a shared folder
      Fix whitespace folder name
      Fix folder names with + characters in it
      Keep the urls pretty, decode forward slashes
      Fix encoding again and update the link after renaming files
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      Keep the urls pretty, decode forward slashes for newly added directories
      Fix return for empty Shared folder in opendir()
      Initial commit of common filestorage
      Move to branch
      Replace canRead()/canWrite() with is_readable()/is_writeable() for proper permission checks
      Fix typo in move error message
      Correct local permissions checks
      Remove the keys in preferences when a user is deleted - Thanks rogerc
      Fix updateApp() and add extra check to updateApps()
      Quick fix for file actions inside Shared folder (or other readonly folder)
      Make media app listen for post_delete instead of delete
      Emit hooks in OC_Share when sharing a file and forward hooks for deletion and writing of source file
      Apps need to be enabled in order to search through Shared directory for media scanning

Michiel de Jong (2):
      compliance with http://www.w3.org/community/unhosted/wiki/remoteStorage
      bump version number to force db rebuild

Michiel at unhosted (18):
      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
      correct wrong variable name in remoteStorage app
      use install.php properly
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      fix webfinger install script
      avoiding notice if ['HTTPS'] is not set

Patrick Stricker (1):
      made work with http authentication kind of sso login

Riccardo Iaconelli (1):
      fix a couple of typos

Robin (71):
      Ask for configuration on first run
      do not asume owncloud is installed in the root of the webserver
      fix bug where siteroot was not configuredcd
      moved the config functions to /inc/lib_config.php
      fixed bug when checking if a navigation item made by a plugin is selected
      ask for current password when editing the settings
      ajax interface
      added MAX_FILE_SIZE field to upload form
      added option to download multiply files or folder as zip file
      added option to load js files from php
      added option to delete multiply files and fixed a bug when downloading large files
      most of the ajax frontend works in IE now (IE8 not sure about other versions)
      show file actions in a dropdown menu
      added MySQL support, user can now choose between MySQL and SQLite
      some cleanup in ajax fronted, give error message before starting an upload that is to big
      fixed automatic creation/filling of mysql databases
      some more cleanup
      visual changes WIP
      visual changes
      small visual changes
      same fixes, this time hopefully without merge conflict
      css fixes
      create data directory if it doesn't exist
      (very) early multiuser support
      admins can now create new users
      change the config system to support multi user
      bug fix first run wizzard
      bug fix first run wizzard take 2
      bug fix first run wizzard take 3
      remove dependency on set_include_path because not all hosts support it
      fix broken requires in webdav
      port webdav authentication to the multiuser system
      some cleanup/refactoring
      bug fix when starting multiply uploads while the old ones arent finsihed, detect file actions on mimetype not on extention
      small bugfix when creatring new files/folders
      bugfix when filling the database in first run dialog
      bug fix in mimetype detect code
      fix merge conflicts
      merge
      fix determing the user specific data directory when the data directory is not the default one
      clear default config
      fix problem caused by wrong merging
      fix layout bug in first run wizard
      webdav fixes
      merge
      fix webdav when not using the default data directory
      fix first run dialog in konqueror
      fix bug in webdav
      initial work on making connections between seperate owncloud installations possible
      port OC_DB to MDB2
      use an abstraction for file system functions to allow premisions and multiply storage backends
      provide option for automatic backup
      more checks on server enviroment and some bugfixes in admin and firstrun dialog
      merge
      webdav fixes
      imporovement in mimetype detection
      provide layout for smaller screens on android/iphone
      small fixes
      fixes in log and ocs
      fix when owncloud is installed in the root of a server
      small webdav fixes
      merge
      remove old unused _can_excecute
      updated docs
      use MDB2's escape instead of mysql_escape
      when not admin, only show logs of the current user
      clean the admin configuration form of db related entries and data_dirrectory (as long as we don't move the data when that changes)
      remove config/config.php, this will make using git on the server easier since config.php changes
      do not give the 'can't write config file' error when the config file doesn't exsist
      only check for a writeable config.php when attempting to change the config
      use proper file mode when testing config file for write premissions

Robin Appelman (730):
      fix bug on windows hosts where serverroor uses \ in the path and documentroot uses /
      Fix a few things in IE
      fix renaming files in IE
      More bug fixes, mostly IE related
      notify the user if sqlite isn't installed during the first dialog
      better error messages if there are premission problems
      disable user managment for now
      less options when using sqlite during first run
      improved detection of WEBROOT
      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
      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
      add pdo backend to oc_db
      dont use numRows when it's not needed since it can be expensive
      dont use numRows when it's not needed since it can be expensive
      fix creating groups
      merge master into database
      always use mdb2 for installation
      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
      show galleries in search results
      use browsercache for gallery covers
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      move some code to where it belongs and remove duplicated editor app
      remove now unneeded textviewer
      use texteditor for search results
      Merge branch 'master' into ace-editor
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      disable openid on default
      fixes for the mimetype icons
      fix amapache url
      mimetype icon improvements
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      merge master into database
      webdav workaround for apache+php-cgi
      mimetype icon improvements
      webdav workaround for apache+php-cgi
      prevent error involving webdav workaround
      Merge commit 'refs/merge-requests/59' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/57' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/61' of git://gitorious.org/owncloud/owncloud
      correct language name
      merge database into master
      some minor tweaks to oc_db
      provide a logging mechanism
      make log level configurable
      use OC_Log instead of error_log
      prevent error in media player ajax api
      fix now() function for sqlite3
      prevent the remaining ob_clean related errors
      catch some edge cases in media player
      mount filesystems on demand
      make sharing work with the new mouting mechanism
      prevent sql error while initializing apps on sqlite2
      Merge commit 'refs/merge-requests/64' of git://gitorious.org/owncloud/owncloud
      remove unneeded definiton of get_temp_dir
      escape filenames for getMimeType
      fix log level check
      change licencing headers for sqlite3 driver
      fix fopen
      improve mimetype detection
      'New' button, needs some css work
      improve detection of database backend
      provide function for updating the database scheme
      upgrade to Sabredav 1.5.4
      use database table prefix from installer, not the old configured value
      no longer rely on PEAR::isError since we can use PDO now
      make webfinger work properly if owncloud is installed in a subdirectory
      Merge branch 'master' into newbutton
      small styling fix for New button
      fix mimeicon for new files
      make 'New' button work with firefox
      take free disk space (and user quota) into account for max upload size
      use oc_appconfig instead of oc_config for the external apps
      fix ampache htmlentity calls
      Don't trigger file action when renaming, stupid fix for stupid firefox behaviour
      after editing a user quota, set the value of the quota field to how the server parsed the input, not the user input
      also update the data attribute holding the quota
      make filesize parsing case insensitive
      make remember login token also dependent on password to protect against some brute force attacks on this token
      make the sharing app return the corrrect result for is_writable on the shared folder
      fix some display issues for readonly folders
      add licence file for sabredav
      fix upload error reporting
      remove debug messages in console
      some styling changes for the pdf viewer
      some coding style fixes for the pdf viewer
      add jplayer source
      add infieldlabel source
      fix is_readable and is_writable
      don't try to use mod_rewrite when it isn't enabled
      don't check if the target path is writable for operations that can create a new file
      some fixes in the sqlite3 driver
      minor changes to mysql setup
      small fix in sqlite3 driver
      automatically upgrade the main database on version number increase (doesnt work with sqlite for now)
      fixes in the sqlite manager driver
      set the installed version after updating the database
      fix errors during database migration
      update apps when their version number increases
      allow changing database backends between PDO and MDB2
      don't try to upgrade what isn't installed
      load reverse driver when updating database
      improve detection for mysql databases
      dont create a new user when it already exists
      dont overwrite the database with the gallery database
      mp3info is giving to much trouble, get rid of it
      remove mp3info from dependency check
      improve pgsql database detection
      save updated version number of apps after updating
      fix uploading to subfolders
      update translations
      also use translated string for music navigation entry when showing inline controls
      fix old calendar name and color not being preserved when editing a calendar
      fix searching music
      fix expending artists and albums in collection view
      fix event handler after re-expanding an artist in collection view
      fix searching artists and albums
      reimplement auto playing music from location hash (like from search results)
      fix some warning in the pgsql driver
      use absolute path for db_structure.xml when updating
      remove temporary files after updating
      fix another warning in pgsql
      fix some sqlite2 upgrade issues
      fix issue with moving music files
      make pdf viewer work a bit better with the rest of owncloud
      some minor changes to the text editor loading
      use admin icon for log menu enty untill we have a proper icon
      make pdf viewer work with text editor
      remove ununsed copy-paste leftovers
      make the minimum width of the multiselect configurable
      add min width to multiselect in user management
      small fix for server svg mimetype detection
      fix some of the styling issues on opera
      remove some of the flickering in opera
      fix inconsitent behaviour when trying to remove yourself from the admin group
      update translations
      make language name translatable and fallback to language code if we dont have the language name
      read language name from the right resource
      don't use depricated <? use the full <?php
      add user and instance awere localstorage to prevent collisions when using localstorage
      prevent multiply owncloud instances on the same domain intefering with each others playlists
      properly check for write permissions to the config file
      quick fix for javascript translations
      fix some pgsql strict warnings
      some aditional feedback during database upgrade
      fix database upgrading for pgsql
      small documentation improvement
      typos....
      fix export link for contacts
      update translations
      dont complain about non existing config files
      show proper feedback that collection scanning is done and show the collection afterwards
      add translation wrappers to gallery strings in js
      make oc_image work when php_exif isn't enabled
      only double quoted string seems to be detected in js
      translation updates
      fix deleting/renaming albums with a ' in the name
      dont show errors when not renaming an album
      fix renaming albums
      make media detection based on extention case insensitive
      some gallery css fixes
      dont show new user when an error occured
      dont try to create a user with an already existing username
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      update translations
      Fix some issues in ampache resonponse
      initialize all storage backends when searching for a file, fixed searching in the Shared folder
      use oc_filesystem::getlocalfile instead of manually trying to get the correct local file when creating album covers
      use the correct hooks to remove contact/calendars of remvoed users
      fix non-absolute symbolic links
      change https detection a bit, hopefully fixing an edge case
      update translations
      add more language names
      automatically show advanced options when no sqlite is available

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

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.

Sean Leonard (2):
      Add WebFinger's .well-known file to .gitignore
      Removed if !mod_php5.c around RewriteRule

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

Stephen Rees-Carter (2):
      Updating .gitignore to ignore *.geany project files.
      BUGFIX: removed the hard-coded Continent selection for Calendar Timezones.

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

Thibaut GRIDEL (11):
      webdav: remove merge copy
      webdav: fix icewind's new Filesystem.php version
      simple fixes
      give a chance to configure CONFIG_DATADIRECTORY
      some more includes
      log read/write files
      code duplication: use lib_filesystem.php instead
      fix ocs path and queries
      remove backup file
      drop PEAR::DB
      webdav: fix getDir file attributes

Thomas Olsen (1):
      Added export.php for contacts app. Works the same way as the one in the calendar app, except there is no UI for it.

Thomas Schmidt (12):
      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
      add owncloud autosetup option

Thomas Tanghus (71):
      Removed some debug statements.
      Added UI for selecting/editing address books.
      Merge gitorious.org:~tanghus/owncloud/tanghus-owncloud into tanghus_remote_backup
      Fixed adding, editing and deleting address books. One minor UI flaw remains.
      Various fixes to multiple address books handling
      Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backup
      Resolved conflict
      Updating of contact list when activating/adding/deleting address books now works.
      Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backup
      Added readme.tanghus
      Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backup
      Update README
      Misc. changes after review by bartv.
      Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backup
      Added thumbnails to contact list. The contacts have a default thumbnail when the page is
      Added missing files and tried to revert the wrong commit of app/contacts/js/interfaces.js
      Merge git://gitorious.org/owncloud/owncloud into contact_thumbnails
      Merge git://gitorious.org/owncloud/owncloud into contact_thumbnails
      More missing js.
      Added license and waiver of conditions for jquery.inview.
      Merge git://gitorious.org/owncloud/owncloud into tanghus_contacts
      Thumbnails was overwriting default style so hover and active didn't work. Moved them to the 'a' element instead.
      Removed redundant DB queries.
      Merge git://gitorious.org/owncloud/owncloud into oc_image
      Added class OC_Image
      Removed some denug statements and an exception thrown.
      Small fixes
      Merge git://gitorious.org/owncloud/owncloud into oc_image
      Added image type specific loading and displaying.
      Merge git://gitorious.org/owncloud/owncloud into oc_image
      Mixed up two lines :-P
      Removed static declaration from loadFrom* methods.
      Merge git://gitorious.org/owncloud/owncloud into oc_image
      Merge git://gitorious.org/owncloud/owncloud into oc_image
      Added save() to OC_Image.
      Added more error checking and debug on missing image support.
      Merge git://gitorious.org/owncloud/owncloud into oc_image
      OC_Image::__invoke didn't return anything thus causing contacts/thumbnail.php to spit out lots of error messages.
      Content type header was sent when saving image to disk.
      Wrong permission checking on file save.
      Added fixOrientation method which rotates the image based on EXIF data.
      Changed SQL queries for looking up contacts to only query once and sort at the same time.
      Modified thumbnail.php to use OC_Image. Cut out 50 loc ;-)
      Fixed showing first contact if non is selected.
      Some cleanup, better error messages and such.
      Fixed Phone types not being saved correctly when adding them.
      Just a comment ;-)
      Merge branch 'tanghus_contacts'
      Insert new contacts alphabetically correct in the list.
      OC_DB::insertid was being called too late to get the correct result.
      Return standard thumbnail even if contact couldn't be found as it could be because it was just added,
      More fixes on saving TYPE parameters.
      Merge branch 'tanghus_contacts'
      Added missing }
      CSS cleanup, more error checking, better error messages, general cleanup.
      Added files for error messages, removed old syle sheet.
      Make sure VERSION is set.
      Localizin strings and adding error checking.
      Tweaked some tipsys.
      Don't add address if none of the fields are filled out.
      Add PRODID to vcards created by ownCloud.
      Added search. Thanks to icewind it was mostly copy/paste :-)
      Don't chunk_split encoded image string.
      Oops. Missing ')' :-P
      Too quick on the copy/paste trigger...
      Added redirecting to static image file and caching for contacts with no photo embedded.
      UI fixes in contact editor and address book dialog.
      Optimizations and more aggressive caching.
      - Added fix for empty 'FN' field on import via CardDAV clients.
      Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-92
      Removed debug output

Thomas Zander (3):
      Add a gitignore file for project
      Ignore auto-generated config file
      Fix php4 legacy calls

Tom Needham (89):
      Implemented ace-edtior as an app. Basic file editing and saving supported.
      Implemented ace-editor for basic file editing.
      Updated copyright info and ajax responses
      Fixed typo. Added translation support.
      Ficed text encoding bug. Removed unnecessary file retrival call
      Replaced urlencode() and urldecode() with htmlspecialchars() and htmlspecialchars_decode()
      Changed theme. Editing is now default action for all supported types. Fixed static url.
      Added support for more file types
      Removed unnecessary theme files.
      Editor now loads on top of files app.
      Added breadcrumb and control bar.
      Fixed file saving issue.
      Fixed ajax urls
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      HTML data is now encoded before being shown.
      Updated control bar styling and save feedback.
      Updated saving feedback to use loading.gif
      Fixed breadcrumb issue.
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Added fillHeight() js function for resizing editor
      Save button now removed after closing editor
      Control events are now bound on the page load rather than everytime the editor is loaded.
      Cleanup of code. Fixed breadcrumb removal issue
      Moved addScript and addStyle calls to app.php
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Updated saving feedback
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Merge branch 'ace-editor' of gitorious.org:owncloud/owncloud into ace-editor
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Fixed editor loading and file saving issue
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Updated bug message
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Fixed issue with opening editor multiple times.
      Merged from master and fixed issue with opening multiple editors
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Moved breacrumb styling to core for use outside files app.
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Fixed error where saving message appears twice.
      Fixed problem closing the editor.
      Keyboard shortcuts for saving. Refined code.
      Disable save button while saving. Streamlined code.
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Disable save button whilst saving. Refined code.
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Updated jquery ui js and css. Improved color scheme.
      Removed old jquery-ui css and js
      Fixed error message
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Remove repeated code
      Fixed keyboard shortcuts
      Shared folder no longer draggable or droppable
      Fix js error
      Fix missing ;
      Fix merge conflicts
      Updated ace-editor software
      Added support for more file types
      Added ace license file
      Removed old code
      added ace source
      Added data-read and data-write attributes to file list
      Used data-read and data-wite when binding drag and drop events
      removed data-read and fixed droppable logic
      Fixed merge conflict in /files/ajax/move.php
      Use  parameter
      Merge branch 'master' of gitorious.org:owncloud/owncloud into jqueryui
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      Missing line return
      Handles file permissions. Protect against overwriting changes.
      fixed saving bug
      hide save button for read-only files
      improved ui and save button action
      Moved .separator to core css
      Added 'Go to line' functionality
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Added live search
      update page title
      improved ui for go to line button
      default table prefix to oc_ if not set
      Merge branch 'master' of gitorious.org:owncloud/owncloud
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      fix editor js
      Fix breadcrumb issue when closing editor
      disable keyboard shortcuts as temp fix

Türker Sezer (1):
      broken relative links are fixed

Weng Xuetian (3):
      fix add bookmark bug.
      fix id3 tag resolve. should use utf8 from getID3 directly but not
      fix ampache encoding problem. use htmlentities encoding parameter directly.

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

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.

fabian (2):
      Support for mod_auth added
      Abstract lib_user

krzaczek (4):
      users_ldap - added getUsers() method to fetch all existing users from
      apps file_sharing
      apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax file
      apps files_sharing - fix in share.js to check the "can edit" checkbox -

prcrst (1):
      Fix sqlite detection for Ubuntu 11.10

root (6):
      cleanup autoconfiguration wizard, add settings page, make it run from subdirectories, huge cleanup
      sync
      using base tag solves issue when owncloud installed in subdirectory
      trial commit
      small cleaning
      Update to the svn version of "HTTP WebDAV server" (integration to owncloud was made with alimited knowledge, so it may be ugly).Anyway it improves a lot the score on litmus testsuite on my server.

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

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