[Pkg-owncloud-commits] [owncloud] branch 5.0 updated (3b96337 -> daf4cf4)

David Prévot taffit at alioth.debian.org
Fri Nov 8 22:07:21 UTC 2013


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

taffit pushed a change to branch 5.0
in repository owncloud.

      from  3b96337   Update changelog for 5.0.13~rc1+dfsg-1 release
      adds  ab1ff56   test
      adds  ef20281   remove test
      adds  16f3bd4   commiting ownCloud 1.0 beta 1
      adds  37058e3   $filesfound variable may not be set when used in: if(!$filesfound)
      adds  a98a838   Changed spelling of lisener to listener
      adds  2616621   Merge commit 'refs/merge-requests/2' of git://gitorious.org/owncloud/owncloud
      adds  23276de   Adding xhtml 1.0 strict doctype
      adds  d672bb8   Adding xml namespace
      adds  df61229   bgcolor is not a valid "xhtml1.0 strict" attribute. Replacing it by a css background-color
      adds  3984607   center is not a valid strict xhtml1.0 tag (not semantic). At least, replacing it by a div with "center" class.
      adds  ab0b552   Adding semantic h1 tag to surround the logo. This could be better for text or braille navigators and crawlers as well.
      adds  c921e54   <br /> is not a valid strict xhtml1.0 tag. Not semantic. Replacing it by CSS instructions on semantic tags.
      adds  2eafb44   "border" attribute is not a valid attribute for <img /> tags. Using proper CSS instructions instead.
      adds  740bcf5   <img /> tags need alternative content with "alt" attribute. "dots.png" is not a content. Using CSS backgrounds instead.
      adds  d12bd67   Merge commit 'refs/merge-requests/3' of git://gitorious.org/owncloud/owncloud
      adds  3bbf305   add readme
      adds  e992da5   add some install instructions
      adds  0046d8a   some more install instructions - mysql
      adds  6bb0022   Ask for configuration on first run
      adds  35b9aab   do not asume owncloud is installed in the root of the webserver
      adds  cd96e2a   fix bug where siteroot was not configuredcd
      adds  01b7bf3   Merge commit 'refs/merge-requests/4' of git://gitorious.org/owncloud/owncloud
      adds  6d57de7   cleanup autoconfiguration wizard, add settings page, make it run from subdirectories, huge cleanup
      adds  2aef090   sync
      adds  bd24415   update includes
      adds  97270d5   moved the config functions to /inc/lib_config.php
      adds  f3f7265   Merge commit 'refs/merge-requests/4' of git://gitorious.org/owncloud/owncloud
      adds  e86d03f   fixed bug when checking if a navigation item made by a plugin is selected
      adds  bcd2b6f   ask for current password when editing the settings
      adds  b9fa280   Merge commit 'refs/merge-requests/5' of git://gitorious.org/owncloud/owncloud
      adds  44e8c7e   using base tag solves issue when owncloud installed in subdirectory
      adds  d5d84eb   Merge commit 'refs/merge-requests/6' of git://gitorious.org/owncloud/owncloud
      adds  cc98dea   removed extra space. Thank you to for Cosmin for the patch
      adds  b0d3a31   minor W3C aspects. Thanks to Charles
      adds  9816cd2   small css and path fixes
      adds  3f88fb9   rename variables
      adds  ba9c956   ajax interface
      adds  78a1792   move to sqlite merged
      adds  5cb7524   added MAX_FILE_SIZE field to upload form
      adds  4ff703e   added option to download multiply files or folder as zip file
      adds  f16f1e5   added option to load js files from php
      adds  6822185   added option to delete multiply files and fixed a bug when downloading large files
      adds  bc8e899   Merge commit 'refs/merge-requests/12' of git://gitorious.org/owncloud/owncloud into integratio
      adds  2a75c0d   merge Adityas improvements
      adds  6602a61   fix merge problem
      adds  5ac201d   most of the ajax frontend works in IE now (IE8 not sure about other versions)
      adds  e658a00   show file actions in a dropdown menu
      adds  45b4e46   Merge commit 'refs/merge-requests/14' of git://gitorious.org/owncloud/owncloud
      adds  91d603a   added MySQL support, user can now choose between MySQL and SQLite
      adds  93bc627   Merge commit 'refs/merge-requests/15' of git://gitorious.org/owncloud/owncloud
      adds  b4a1223   broken relative links are fixed
      adds  6889c9b   Merge commit 'refs/merge-requests/16' of git://gitorious.org/owncloud/owncloud
      adds  8f92dc8   fixed automatic creation/filling of mysql databases
      adds  a061dd3   Merge commit 'refs/merge-requests/17' of git://gitorious.org/owncloud/owncloud
      adds  7657926   some cleanup in ajax fronted, give error message before starting an upload that is to big
      adds  e830718   some more cleanup
      adds  2e39fba   visual changes WIP
      adds  48341b0   visual changes
      adds  4a1d937   small visual changes
      adds  c69eab1   Merge commit 'refs/merge-requests/18' of git://gitorious.org/owncloud/owncloud
      adds  7adbbfe   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
      adds  6591740   Fixed css for Firefox
      adds  38bdf40   same fixes, this time hopefully without merge conflict
      adds  a51d9b3   trial commit
      adds  964c9b3   small cleaning
      adds  09add45   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.
      adds  947c569   css fixes
      adds  643e372   create data directory if it doesn't exist
      adds  6b5bd81   (very) early multiuser support
      adds  07a8992   admins can now create new users
      adds  b5dae01   change the config system to support multi user
      adds  112a4b7   bug fix first run wizzard
      adds  4fcc717   bug fix first run wizzard take 2
      adds  9be88c0   bug fix first run wizzard take 3
      adds  d9e0d5d   remove dependency on set_include_path because not all hosts support it
      adds  2b36410   fix broken requires in webdav
      adds  76eeaae   port webdav authentication to the multiuser system
      adds  c2bdd61   some cleanup/refactoring
      adds  afc0ef4   bug fix when starting multiply uploads while the old ones arent finsihed, detect file actions on mimetype not on extention
      adds  4eddb7b   small bugfix when creatring new files/folders
      adds  eaf0024   bugfix when filling the database in first run dialog
      adds  854e0c5   bug fix in mimetype detect code
      adds  fb498b9   fix merge conflicts
      adds  aacda03   merge
      adds  68ef145   fix determing the user specific data directory when the data directory is not the default one
      adds  d15464a   clear default config
      adds  1eefc82   fix problem caused by wrong merging
      adds  45af5d7   webdav: remove merge copy
      adds  60d2f8d   webdav: fix icewind's new Filesystem.php version
      adds  19ab129   simple fixes
      adds  4a23a0e   fix bug on windows hosts where serverroor uses \ in the path and documentroot uses /
      adds  accc1d7   Fix a few things in IE
      adds  567c17f   fix renaming files in IE
      adds  c52e7d3   More bug fixes, mostly IE related
      adds  63cc168   fix layout bug in first run wizard
      adds  6d70886   webdav fixes
      adds  0732264   merge
      adds  15b2845   fix webdav when not using the default data directory
      adds  5a500a2   fix first run dialog in konqueror
      adds  9ddd0e3   fix bug in webdav
      adds  bc8aed9   give a chance to configure CONFIG_DATADIRECTORY
      adds  cd1ecef   some more includes
      adds  ede1c64   port OC_DB to MDB2
      adds  565410d   use an abstraction for file system functions to allow premisions and multiply storage backends
      adds  51b2534   provide option for automatic backup
      adds  898d248   more checks on server enviroment and some bugfixes in admin and firstrun dialog
      adds  e0347b7   initial work on making connections between seperate owncloud installations possible
      adds  6722975   merge
      adds  9e05a0d   webdav fixes
      adds  645de2f   imporovement in mimetype detection
      adds  8058b24   provide layout for smaller screens on android/iphone
      adds  35711d7   small fixes
      adds  78e54e1   fixes in log and ocs
      adds  086f060   fix when owncloud is installed in the root of a server
      adds  d909f91   small webdav fixes
      adds  6e8001b   log read/write files
      adds  d7bb8c4   code duplication: use lib_filesystem.php instead
      adds  477b987   fix ocs path and queries
      adds  95da6ed   remove backup file
      adds  b2fa63b   drop PEAR::DB
      adds  65ce487   webdav: fix getDir file attributes
      adds  78ce034   merge
      adds  5468a8a   remove old unused _can_excecute
      adds  6668793   updated docs
      adds  7b08854   use MDB2's escape instead of mysql_escape
      adds  f83b387   when not admin, only show logs of the current user
      adds  89758ae   clean the admin configuration form of db related entries and data_dirrectory (as long as we don't move the data when that changes)
      adds  5409630   remove config/config.php, this will make using git on the server easier since config.php changes
      adds  3d546db   do not give the 'can't write config file' error when the config file doesn't exsist
      adds  cec33f1   Add a gitignore file for project
      adds  ea73168   Ignore auto-generated config file
      adds  cd1ffd9   only check for a writeable config.php when attempting to change the config
      adds  15a3949   use proper file mode when testing config file for write premissions
      adds  ca0744c   notify the user if sqlite isn't installed during the first dialog
      adds  43cabdb   better error messages if there are premission problems
      adds  c0b783d   disable user managment for now
      adds  e4a5ef5   less options when using sqlite during first run
      adds  56dfcce   improved detection of WEBROOT
      adds  9ac8c32   changed a single typo. 'to' --> 'too'.
      adds  391544d   Set the footer version to RC1
      adds  b9f7a4d   Merge commit 'refs/merge-requests/19' of git://gitorious.org/owncloud/owncloud
      adds  3c19e66   fix changing password when using sqlite
      adds  69ab810   fix checkboxes in filebrowser in konqueror
      adds  23d006f   fix users being to able to read files outside the datadir
      adds  a0088cf   right WEBROOT
      adds  0ba0f22   fix webroot when using symlinks
      adds  2a5bcbe   change target directory for uploads when changing folders in web-frontend
      adds  1d01d54   Specified character encoding
      adds  8a94686   Fixed some validation error in /settings
      adds  2e1da24   Font size now respect user preferences
      adds  a857c7a   Made first run a valid XHTML document ;)
      adds  8c8979f   fix potential infinite loop
      adds  0d29988   fix silly mistake in previous commit
      adds  baf7e00   fix wrong header sent as response when overwriting files in webdav
      adds  d374bcd   fix recursive copying of folders with webdav
      adds  3d2f68c   mayor improvements in the handling of locks in webdav
      adds  4e12ce6   fix affected frows and free_result in OC_DB
      adds  11d515e   Fix page not refreshing after login
      adds  4f5e24a   load plugins
      adds  6c400ce   show users/group config
      adds  8ede7d0   load all plugins
      adds  32e5851   Merge commit 'refs/merge-requests/23' of git://gitorious.org/owncloud/owncloud into merge
      adds  68cc904   Merge branch 'merge'
      adds  9f91427   fix line feeds
      adds  df14921   fix loading of plugins
      adds  02ad83b   fix insertid in OC_DB
      adds  7503ad1   use MDB2_Schema for the creation of the initial database
      adds  a9fd0c6   Initial PostgreSQL support
      adds  e4a83b6   Cache user and group id's to save some queries
      adds  d96793f   Fix some database problems, do not use the cache when creating users
      adds  845d534   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  969c805   Added variable $CONFIG_DBTABLEPREFIX in configuration file for table prefix
      adds  a87f4da   Using table prefix preference and some reformatting
      adds  31df117   Using table prefix preference in 'inc/lib_log.php'
      adds  3f45771   Using table prefix preference in 'inc/lib_ocs.php'
      adds  54c1264   Using table prefix preference in 'inc/lib_user.php'
      adds  f26c7d9   Added a input for the DB table prefix in 'inc/templates/adminform.php'
      adds  e2c621e   Write DB table prefix into the configuration file
      adds  2fe595d   Now DB tables are created with the right name (using the prefix)
      adds  78cc98e   Changed table name from Log to log in 'inc/lib_log.php'
      adds  f3627a7   Using DB table prefix in 'inc/HTTP/WebDAV/Server/Filesyste.php'
      adds  76672fe   Avoid creation of variables just to put the table names with prefix
      adds  a73fbc5   Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/owncloud into merge
      adds  db5ac0b   merge
      adds  a26ef87   Fix some database errors
      adds  c718716   Do not use table perfix for sqlite
      adds  1bdfe39   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  761b54f   fix table prefix not being set correctly to an empty string on first run when using sqlite
      adds  9fe7f99   Initial work on transering files between servers
      adds  581328f   Fix custom database names
      adds  b38aa77   Initial version of remote ownCloud access through filesystem abstraction
      adds  77c423d   Only connect to a remote ownCloud when we are actually using it
      adds  96e185f   Merge git://gitorious.org/~icewind/owncloud/icewinds-owncloud into merge
      adds  7a7b2cd   Fixed validation of /settings
      adds  a532719   Using camelCase for function names in 'inc/lib_config.php'
      adds  00df209   Using camelCase for function names in 'inc/lib_base.php'
      adds  e3a0898   Using camelCase for function names in 'inc/lib_files.php'
      adds  890d7fa   Using camelCase for function names in 'inc/lib_ocs.php'
      adds  0939d5c   Using camelCase for function names in 'inc/lib_user.php'
      adds  50c067f   Added more MIME Types in `inc/lib_filestorage.php`
      adds  97596be   added `writeConfiguration()` method to OC_CONFIG
      adds  fa9deac   Call `saveConfiguration()` using self and fixed a typo
      adds  64d4d57   fix permissions, start to implement private data api
      adds  58b4485   fix parsing of url
      adds  e6f6c62   some fixes
      adds  c2504f5   fix some, do not enjoy php
      adds  ce0993e   fix mdb2 usage, add optional format variable
      adds  1f46d0f   remove debug output
      adds  3b065d4   more addslashes magic sauce
      adds  ccdb219   use = instead of LIKE when selecting private attributes
      adds  47674cb   Improved OC_CONFIG::saveConfiguration()
      adds  dcb2455   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  e4986c2   Support for mod_auth added
      adds  9ff4837   Abstract lib_user
      adds  7b84bf5   Minor style changes
      adds  64fd3f7   Fixed a cache-check in `OC_USER_Database::getGroupName()` and minor style changes
      adds  42d603c   Minor style changes
      adds  9c124a8   Reverted to self::$classType syntax and fixed the use of self in non-object
      adds  9fe46ef   OC_USER now is an abstract class (OC_USER_ABSTRACT)
      adds  68775a2   Created class `OC_USER_BACKEND` for general user managment
      adds  ccd3621   Cleaned up and added some documentation
      adds  11664f3   Moved LDAP authentication into a plugin
      adds  687cb29   Merge commit 'refs/merge-requests/31' of git://gitorious.org/owncloud/owncloud into merge
      adds  98e49c7   use new plugin system for loading plugins
      adds  2a78209   comply with updated version of the plugin.xml syntax
      adds  6642d4a   fix warnings given by MDB2 if opendir is restricted by the host
      adds  417b1ef   use encodeURIComponent in more places
      adds  9d99c4f   update to comply with the OCS spec (lookup by application name too)
      adds  9c56a1e   Merge branch 'master' of http://git.gitorious.org/owncloud/owncloud
      adds  8b2ff8d   change the user backend after we load the plugins
      adds  5f53165   provide a function to load the data from a plugin.xml file
      adds  f0f77aa   fix problem when creating users with a non-empty userid cache
      adds  1e50810   fix error during the creation of the database table when using mysql
      adds  08454ce   remove debug messages
      adds  1e4432c   new settings page that allows plugins to integrate their own settings dialogs more with the existing ones
      adds  a47558b   change the way the user is rooted in his own folder in order to make filesystem managment easier
      adds  7bdda2b   First commit, changing capitalization
      adds  6c53b76   Merge commit 'refs/merge-requests/33' of git://gitorious.org/owncloud/owncloud into merge
      adds  37aa05a   remember the selected tab in the settings dialog when refreshing the page or submiting forms
      adds  e881109   fix links in settings menu in all browsers except grome(ium)
      adds  30961bc   improved appereance and clearability in system settings menu. However it does not make toast (yet).
      adds  6fede6b   improved tooltip text (true this time)
      adds  c7e707c   merge
      adds  1a236a8   fix some errors when trying to save the settings
      adds  2738aab   fixed bug in filesystem abstraction that broke file uploading
      adds  b479f9d   remove Admin  Panel from the main menu since it's handeld by the new settings page now
      adds  5162809   make the filesystem configurable (no gui yet)
      adds  ec7c069   provide a defealt, empty, filesystem configuration to suppress some errors
      adds  b0dbb2a   fix wrong settings form being restricted to admin only
      adds  5da12fc   use json to encode the file list, should work better with filenames containing non-ascii characters
      adds  cffa4ed   provide a basic viewer for text files
      adds  420178b   fix fallback for mimetype detection using the 'file' command
      adds  8ce564c   keep indention when viewing text files
      adds  af8b66c   the text viewer now does syntax highlighting for code
      adds  1d1bb35   do not initialize mdb2_scheme if we don't use it, saves a lot of time
      adds  3c1cdee   use caching for user-group relations
      adds  a23c74b   fix loading of plugin defined stylesheets
      adds  210e5d5   improved loading speed of default syle sheet
      adds  a1fbbd0   add functions to get a list of all users or groups
      adds  a72cba4   Merge branch 'master' of http://git.gitorious.org/owncloud/owncloud
      adds  7d69bd2   fix layout issue in the settings page
      adds  369292d   use mysql instead of mysqli when creating mysql user/database
      adds  91acafe   initial version for user managment tab in the settings page
      adds  1b5a0bb   Fix content type header in downloads
      adds  f29e349   add function to list all plugins
      adds  afbc4f1   automatically install databased of plugins
      adds  2aa50dc   merge
      adds  d4fa1dd   fix viewing images that have a ' in the filename
      adds  3e77f3f   fix sqlite compatibility for webdav server
      adds  44946e2   make paths returned by OC_FILESYSTEM::getTree relative to the fakeroot
      adds  494d88a   fix bug in detecting mountpoints of file storages within chrooted filesystem
      adds  a98dfbb   plugin manager and plugin installer
      adds  51b5404   fix a couple of typos
      adds  a3940dc   Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      adds  653c6e5   fix small bug in filesystem abstraction
      adds  13efdf6   plugin manager
      adds  4b0c953   only ask once when removing multiply files
      adds  e56c316   Fixed small bug, added global $SERVERROOT to OC_UTIL
      adds  b116b2f   fix uploading files to folders with special characters in the name
      adds  59250ec   fix some typo's
      adds  d565b50   remove placeholder music plugin
      adds  ad8d6c4   set version number to 1.1
      adds  fc5b867   fix login issue after logging out
      adds  92d08d5   Add support for hosts where open_basedir restriction is in effect.
      adds  e18898d   fix warning message that sometimes broke webdav
      adds  962e548   Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      adds  e61c591   Fix for https://bugs.kde.org/show_bug.cgi?id=257861
      adds  8681d62   Fix for https://bugs.kde.org/show_bug.cgi?id=258144
      adds  e84acb2   file download from web interface now works correctly with file names containing blanks
      adds  7710dc7   Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      adds  5a05da2   Some common javascript functions for working with arrays and functions
      adds  b705b95   don't crash when removing an item from the breadcrump that isn't added properly
      adds  a576150   replaced fileActions[this.mime] by fileActions[this.mime1 + this.mime2], since an object name cannot contain slashes. (correct me if I'm wrong)
      adds  fd0e0d6   Basic HTML5 audio player plugin
      adds  087a72f   - plugin id corrected - ogg files also get the play action added to their context menu
      adds  db5cac3   reverted a576150b Seems we don't really need this, since calling e.g. fileActions['audio/x-wav'] is no problem. It should be also more clear to use and read than e.g. fileActions.audioxwav
      adds  7e83db1   Only register the "Play" action for audio types that the browser is able to play. Otherwise just leave the default action to "Download".
      adds  336f21f   Use correct attribute values for audio tag.
      adds  654387f   Show error when trying to create a file or folder that already exists
      adds  ba246b4   Fixed typo (Lisener → Listener)
      adds  290b2d7   Fix further typos in comments, too (lisen → listen).
      adds  61ce6e2   Fix a chroot issue where the path /.. (and related paths) are not caught and removed.
      adds  0f5923a   Add similar check to the canWrite function.
      adds  5c856e5   Fix a warning when there is no included files in a plugin.
      adds  ca791d3   Merge commit 'refs/merge-requests/41' of git://gitorious.org/owncloud/owncloud into integration
      adds  49c2efe   Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      adds  56ec730   fix calling callBacks by id
      adds  e0f6ad1   Also allow open_file.php to be called with a path paramater instead of only with seperate dir/file
      adds  9e75e34   Return a '/' instead of 'false' when listing the root folder.
      adds  f2d7842   don't try to use *nix file premissions on windows hosts
      adds  66a7c35   improve handeling of links
      adds  9805336   cleanup event handling
      adds  8625a52   adjust filebrowser to new libraries
      adds  0337b46   remove debug statement
      adds  c09373a   fix typo
      adds  93bc690   fix another typo
      adds  9ac084d   remove for now.  main repository is at projects.kde.org/owncloud
      adds  9cd4c99   Add closing tag to config file.
      adds  15d1510   check if we can read the file before trying to get it's mime type
      adds  066ca70   only show files in the filebrowser that we can actually read.
      adds  1c207a8   update readme to reflect move to git.kde.org
      adds  9d80473   fix ocs private data get/set queries for mysql handle the app paramater with private data get correctly according to the spec
      adds  7351528   Change the icon to the correct one after uploading is finished
      adds  0a505fd   only load mdb2 when we use the database
      adds  78d875c   fix ocs private data handeling.
      adds  fbc3210   don't hide text viewer when clicking inside the text box
      adds  42cdc9f   Merge branch 'master' of git.kde.org:owncloud
      adds  a5533ff   only load mdb2 once as it was before
      adds  d294c2f   Fix licencing, make headers refer to intended AGPL, include copy of AGPL
      adds  7b3d57a   Really add AGPL file
      adds  797a4c3   Add copying licence for inc/ directory for clarity
      adds  21ee8dc   Clarity licences more
      adds  6f81c4e   More licence clarification
      adds  1fd39a5   Fix permissions on files
      adds  809db50   Merge branch 'master' of git.kde.org:owncloud
      adds  09cbe13   Fix the audio player
      adds  b98cd2d   Merge branch 'master' of git.kde.org:owncloud
      adds  39292ba   When moving a file from/to a temporary location, also update the file access/modification times.
      adds  e5de3dd   added OC_FILESYSTEM::hash()
      adds  6c4b063   add the option to use LIKE instead of = when getting data from OCS
      adds  d4fa3f9   Allow specification of / filestorage in $CONFIG_FILESYSTEM
      adds  fa14055   no longer needed
      adds  132695c   Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
      adds  9aad8b3   Deactivate all plugins for now
      adds  015ab0e   Say Smarty to only use one compile directory. Makes setup somewhat easier.
      adds  66ac355   Getting rid of Smarty, using our own template system
      adds  ede34c1   Make the templates working again.
      adds  dfa6b74   Introducing OC_HELPER for small helper functions; making setup of filesystem optional
      adds  e5ea0a3   Added helper for filesize, fixed wrong name for mimetypeIcon()
      adds  61ffa18   Application "files" is able to list the files again, start of splitting css files
      adds  ddc2a70   Admin pages are for admins only, right?
      adds  3927935   Forgot to change some calls of linkTo
      adds  1935d85   Fixed some typos in admins templates.
      adds  bf815b3   Fixed PHP syntax in template files.
      adds  94b405b   Make it possible to use several datadirs. This could be useful if the user does not want his gallery images on the webdav storage.
      adds  ae5dc3e   New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user preferences
      adds  f7f957a   Base for a more flexible navigation
      adds  f042e85   Beginning of some ajax features and an admin page for files
      adds  ab22dfd   A sample app, at the moment far from showing everything possible
      adds  7faf852   Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      adds  88df5fc   Fixed PHP syntax in skeleton template files.
      adds  25e59e3   Preparing OC_APP. It now includes information for all functions planned.
      adds  883c7a5   Small fixes in OC_APP, removed functions in OC_UTIL that now are in OC_APP
      adds  1aa7fd9   Refactoring OC_APPCONFIG and OC_PREFERENCES, minor changes to OC_APP. These libraries are skeletons only, the functions need to be written.
      adds  59847bb   OC_CONFIG prepared for refactoring
      adds  a307040   OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring
      adds  ef5bd65   added OC_FILESYSTEM::hash()
      adds  49a7833   add the option to use LIKE instead of = when getting data from OCS
      adds  f2627dd   When moving a file from/to a temporary location, also update the file access/modification times.
      adds  1df0397   only load mdb2 once as it was before
      adds  0f49497   Fix a couple of minor coding errors
      adds  e83d801   I changed my mind: webdav.php is for files only, so it belongs in this directory!
      adds  d350231   added class OC_HOOK to base.php. It is in base.php because it is needed very ofter and it is quite small.
      adds  908e377   Refactoring of OC_DB
      adds  f66d3ab   Implementation of OC_APPCONFIG, OC_CONFIG and OC_PREFERENCES
      adds  7c8ae42   Fixed  some small bugs
      adds  149793f   First version of the new user management
      adds  3c01e30   Try to make owncloud working again
      adds  3d89b2c   php is not perl
      adds  f1015c8   Minor bug fixing
      adds  f36f453   apps are now stored in /apps
      adds  abe09d2   New folder: /docs
      adds  16e4a1d   Fix template.php
      adds  683677b   Support for navigation sub entries
      adds  232654c   get rid of the oc_require and friends
      adds  e42dbbf   merge
      adds  2684188   move OC_DB to it's own file
      adds  69289bf   move chmodr to OC_HELPER
      adds  e8f6848   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  ed77ab1   Added a dump of the database
      adds  fc33094   replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" )
      adds  177fd27   Make OC_CONFIG working again
      adds  f4d0310   port WebDAV to prepared statements
      adds  77fe724   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  8465f76   Use OC_CONFIG where possible
      adds  9dd0d90   publiclink plugin
      adds  50035f5   redirect to owncloud root after logout
      adds  9a575d1   port OC_OCS to prepared statements
      adds  d6d8481   new cool ocs client, but still empty
      adds  627dc95   don't manifold slashes in case empty $app is forwarded to linkTo()
      adds  1c37034   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  5112295   Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      adds  e440e73   first stepp of application installation
      adds  4c74029   First sketch of a user administration
      adds  b5f913a   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  1495ec0   show server configuration errors on seperate page
      adds  318d024   show size of folders in filebrowser
      adds  6c51974   add foldersize table to owncloud.sql
      adds  2698572   Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      adds  1419b80   first "broken" step for an app installation
      adds  af1e48d   Changes in the user experience
      adds  5d23b60   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  f2e37e0   Completely removing personalMenu
      adds  964a550   never ever call a function you just removed
      adds  f0e59b9   better display for server configuration errors
      adds  1506318   Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      adds  85df699   application listing works more or less now
      adds  5ccdea8   save installation state of databases in appconfig instead of plugin.xml
      adds  c5f9c5b   fix infinite redirect error that happend in rare cases
      adds  219c4a2   Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      adds  bb3ad56   hip mono icons
      adds  d9ed9fc   added a favicon and removed those pesky double quotes
      adds  7b00f99   static functions shouldn't be abstract
      adds  e71bc75   use the correct signature for OC_FILEOBSERVER->notify()
      adds  1018773   use the correct variable name
      adds  67ef398   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  18ff5f0   well, forgot to add the favicons ...
      adds  cf50c49   Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      adds  1372d83   add a date format function for more eyecandy
      adds  e043f9c   make mdb2 not give a ton of error when using strict error reporting
      adds  d002ed0   set strict error reporting
      adds  bf45dcb   only check for permissions for folders that exists
      adds  fb74de3   Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      adds  a16c6fb   don't use items in an array that aren't there
      adds  a084452   make use of new dateformat function
      adds  519a84e   more strict fixes for mdb2
      adds  3764b61   remove php 4 constructors
      adds  26974d0   fixing other peoples bad coding style ;-)
      adds  c1db5c0   fixing MDB2
      adds  5409b34   check if an item in an array exists before we use it
      adds  5198491   once static, always static
      adds  97efd27   static, non-static, both?
      adds  d1faeca   need to commit all files
      adds  6d64a90   more strict fixes
      adds  a7da3cd   basic file upload reimplemented
      adds  7035c04   Get Hot New Fixes (TM)
      adds  bfc3b33   css.length() == css.length()/6
      adds  d376b4c   i heard, we start to commit all files
      adds  fc63882   more layout fixes
      adds  af40d87   Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      adds  f8e05b6   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  9947428   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  25d687f   add OC_GROUP::createGroup();
      adds  da5d388   Advanced user management
      adds  b129079   show error code if file upload fails
      adds  9c103ff   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  a20ace7   fix more strict errors
      adds  3e28883   make the detail page work (more or less)
      adds  87ebd67   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  3263b80   first-run wizzard wip
      adds  2df6e15   this is now HTML5
      adds  23717b7   CSS hover magic
      adds  7de3ecf   away with the h1, in with the good stuff
      adds  ca04b33   first step on online ocs knowledgebase integration
      adds  2940f81   ups. restore robins file ;-)
      adds  0820cb8   owncloud now with even more buzzwords. we outsourced the doccumentation and use an online knowledgebase
      adds  c428716   Some work on the fancy user management
      adds  cb2d8db   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  d314c33   do not redeclare methods
      adds  85a6097   Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      adds  8a5d1ff   fix that might solve strange uploading issues
      adds  28199a4   fix missing parameter in function call
      adds  c0ee7a4   fix more strict error is mdb2
      adds  5f69a7c   updated version of db_structure.xml
      adds  fde08b2   installer now works when using mysql
      adds  5a03ce6   debug output should not be there
      adds  c5e270b   removed deprecated session check, which blocked file upload in some cases
      adds  fda445a   fix strict errors in xml parser
      adds  ab155de   improve error handeling for first run dialog
      adds  a14f824   get max upload file size for upload form from php settings
      adds  dd8f7f1   fix db_structure.xml
      adds  8179243   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  a538e33   moved help from meta navigation to 'settings' (still need a good name for it). Also, even more hip new mono icons
      adds  883e3da   Sign in == Log in
      adds  243d656   fix login when using sqlite
      adds  58cb46c   make sql queries work in sqlite
      adds  afa2c4a   User manager still not perfect but the aim is reachable!
      adds  6affa32   small fixes in webdav
      adds  a8f823f   fix installation template
      adds  e37151a   move to admin area
      adds  0ddf4f1   more fixes to installation templates
      adds  e984a3b   fix keeping track of foldersize
      adds  542a0a2   show real data in account information
      adds  c070b62   Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      adds  79d8aa8   User management works good enough for now. Need to do something else ...
      adds  d076c22   integrated help to settings navigation
      adds  793c507   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  7fbcafd   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  4536606   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  86356e8   save the correct config entry
      adds  4865f42   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  6891e36   beautiful toggle between cloud and settings
      adds  4b0a316   beautiful actual addition of files
      adds  ee4d087   don't reload the whole page after file upload
      adds  5759802   now we have our own ocs server
      adds  270e110   some forgotten files...
      adds  c192af1   removed HTML from CSS I put there last time. Also fixed header and navigation
      adds  f7c708b   fixing header layout bug
      adds  225ad85   add free_space to OC_FILESYSTEM
      adds  023c1b2   fixing login screen width
      adds  8dcfd0e   CSS width bugfix & beautiful radio buttons for installation
      adds  60b6825   show only ownCloud related knowledgebase entries. and make the page pretty
      adds  9b26cb0   implement "new folder" function
      adds  799a1b9   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  56a3a96   pushed content further down
      adds  d59b0df   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  ec7e338   display max file size for upload
      adds  871a4b3   more improvements for foldersize
      adds  7b02151   make the file permissions hint more clear
      adds  80c00c9   use the ne prettybutton class and add eyecandy
      adds  f02884e   user the prettybutton
      adds  b0f7a1f   use prettybutton css class for file action stuff, too
      adds  1ffb09b   nicely slide in and out file action elements
      adds  47223ae   Working subnavigation
      adds  ee3d32b   Everything nice and active now
      adds  91b5d85   add pager function to the base lib and remove the default table width
      adds  21def39   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  8c5831d   shiny new symbolic icons, yay
      adds  43646db   User management works, now we need some usability expert ...
      adds  f82946c   pass the user to setupFS
      adds  bc7d6a9   delay the loading of the filesystem when opening a public link
      adds  866d01f   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  a70330e   Improved documentation for group management
      adds  1fe5f5a   Better documentation for OC_USER
      adds  b37fb91   Added tons of Hooks to OC_USER and OC_GROUP
      adds  f22c05d   Check for existance of group- and usernames, don't mix OC_USER and OC_GROUP!
      adds  573d36a   one / in filepaths is enough
      adds  03747a0   implemented Delete action in file menu
      adds  944a05b   convert special chars to entities
      adds  d377a15   also convert special chars to entities in the breadcrumb
      adds  8a7f236   public link sharing also works for folders now
      adds  7438960   use better tokens for public links
      adds  bba07fd   show modified date for folders
      adds  1f514a1   add kdevelop project files to .gitignore
      adds  4e5fe30   only show selection checkboxes for files on hover
      adds  5249f09   even shinier icons
      adds  900ece1   seperate view and logic for pagenavi
      adds  b4a74f8   proper links for next/previous buttons
      adds  dd0eb9d   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  a1ff991   prevent users from deleting admin group
      adds  329d804   Hotfix: deleting users is working again
      adds  b8e1788   replace filesystem observer with the more general OC_HOOK
      adds  761a517   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  67ba9b3   seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE
      adds  fe90bf4   disable the backup system for now
      adds  da30671   More error checking in user management
      adds  6111ad4   let the file table use 90% width again
      adds  3be15b1   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  4d1ff67   make select all checkbox work again
      adds  2fdf654   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  f1e78be   Even more fixes on user management. Any designers here that want to make it good looking?
      adds  5896fbd   make state of select all checkbox consistent
      adds  7684585   404 error page
      adds  46f1ea1   Fix typo
      adds  b57823b   Made the "change password" thingie in settings working
      adds  1c300bb   make error 404 template usable as stand alone php file
      adds  a977ba3   create .htaccess files during installation for apache users
      adds  6f07cf2   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  14777ba   clarify OC_FILES::get() documentation
      adds  2673b6c   typo's ...
      adds  70bf444   correct them the right way this time
      adds  0f49d57   dissable loggin for now
      adds  235b647   send proper headers
      adds  ca00d37   Make the download button work
      adds  5a11e73   implemented deleting multiple files
      adds  4ae158b   implemented download single file from file menu
      adds  660e2c8   renamed application-octet-stream.png to file.png
      adds  4cb9cdb   fancyfying file upload, part I
      adds  8080a1a   now my uppercase Wikileaks folder is correctly sorted below pr0n, like it should be
      adds  074fda4   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  ecd68e0   actually know what to put in which login field
      adds  c7d5e67   jQuery-value-hide-foo for the installation form as well
      adds  565c46e   the installation form layout is still not completely done but at least the CSS looks better
      adds  3113176   Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
      adds  4a9fdd2   fancy upload button. does work with firefox (at least 4) and chromium, but not with Konqueror, Rekonq, Opera.
      adds  07c6c7f   upload works in a not so fancy way for konqueror and rekonq
      adds  ef25b32   don't upload canceled files
      adds  3d5c13a   don't create firefox hardlock
      adds  cb8c890   don't use output buffering for file downloads
      adds  8a6edd4   Show currect filename when downloading files
      adds  d1b4f74   Avoid // in URIs
      adds  88033c2   file icon for file upload button
      adds  59e9c1e   Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
      adds  8576425   refurbished new folder button
      adds  0385cc5   hide filechooser if user clicked on cancel
      adds  85dd712   correct paths for css images
      adds  4e2ef27   bugfixes on GET requests via WebDAV
      adds  741519f   loging system
      adds  cf76cad   change printPageNavi() to getPageNavi() to allow some more flexibility
      adds  bd034da   log viewer
      adds  3e47ce3   properly load css and js files for apps
      adds  4c0d6dc   make OC_HOOKS actually work
      adds  08cfe4b   stylesheets have .css as extention, not .js
      adds  8d52fdb   fix chmodr
      adds  b7aba15   add search functionality, for now only searches files but plugins/apps can extend that
      adds  e7c91b5   fix mdb2 error handeling a bit
      adds  1850bdd   move sqlite database into the data folder, makes it easier to set the correct permissions
      adds  9174351   fix some sqlite strict errors
      adds  3e99aef   make logs work with sqlite
      adds  96cb5a3   fix oc_appconfig for sqlite
      adds  5d358bb   merge
      adds  e8e0608   no hooks for OC_FILESTORAGE the one from OC_FILESYSTEM should be enough
      adds  6b83e5c   renamed installer.php to setup.php
      adds  d70dfbd   Renamed a few columns in order t ohave both sqlite and mysql up and running
      adds  d10840a   moved app install/remove/update functions to lib/installer.php
      adds  52054d1   Get rid of this stupid "I AM ACTIVE!!!" message.
      adds  8410161   cleanup 3dparty
      adds  915073f   use simplexml instead of dom for OC_APP::getAppInfo()
      adds  e6b90a6   fix the drop down arrow in file browser
      adds  b0ecd70   Of course we should change the column names in the SQL file as well
      adds  e314a83   Fixing the image link for apps
      adds  2299a48   fix the drop down arrow in file browser
      adds  103047e   we need System.php after all
      adds  a8fb310   we also need Console
      adds  13ddf81   New installer.
      adds  1ec3042   changed the path in imagePath again
      adds  398d4de   fix some bugs in the first run dialog, and hide advanced setting initially.
      adds  c948137   Adapt "log" to latest database cahnges, use preferences instead of appconfig
      adds  5ccce7e   fix a potential infinite loop when installing with sqlite
      adds  d23ecd0   fix a strict error in webdav
      adds  f4e4617   App installer backend.
      adds  2617e4b   add autocomplete for paths
      adds  85cae2c   recursive copy is now in OC_HELPER
      adds  f48344d   recursive deletion is now in OC_HELPER
      adds  6b34ba8   Make max upload filesize configurable for apache hosts
      adds  469cbb7   remove warning output to make webdav access work
      adds  72815bc   fix autocompletion
      adds  c1d02fd   install apps that are shipped with owncloud the first time they are loaded
      adds  09458aa   add dateOnly option to formatDate
      adds  6c68713   make path autocompletion case insensitive
      adds  8c5a060   port sharing by publiclink fully to the 2.0 codebase and provide a simple gui for it
      adds  2b45a28   fix OC_HELPER::linkto() when the link is not a valid file.
      adds  da2c9aa   fix broken links in shared folders
      adds  7f987b8   fix OC_HELPER::linkTo again
      adds  5d3cf06   delete old plugin stuff
      adds  016a892   merge refactoring in master
      adds  0071134   new file uploader that should work with more browsers
      adds  815f239   fix download links of newly uploaded files
      adds  d8ba312   fix incorrect variable name in libfilestorage
      adds  3892fe5   some refactoring of the filebrowsers javascript code
      adds  1eb0faa   make fileactions extendable by plugins
      adds  4b9665a   image viewer plugin
      adds  cde38eb   fix fileactions following the link instead
      adds  e581645   always show the image in the middle of the screen, regardless of scrolling
      adds  dab6560   fix imageviewer not showing up when using the actions menu
      adds  40a96aa   fix file action dialog not reappearing after being used
      adds  b0476bf   fix imageviewer again
      adds  153d8fe   fix file actions for newly uploaded files
      adds  277e644   only load image viewer when in file browser
      adds  bc07903   fix loading of image viewer again
      adds  d65f8bb   try to adjust times to the clients timezone
      adds  86dd023   Adding clear logs functions
      adds  5a284af   Small modifications to clear logs functions
      adds  5425c3d   fix delTree
      adds  2a5ee95   allow tear down of filesystem.
      adds  bb5a2a9   test case library and start of filesystem test
      adds  e179ef5   test cases for OC_FILESYSTEM
      adds  964b518   add option to remove tables install from database structure
      adds  600219c   sqlite3 driver for mdb2
      adds  1ea43dd   make OC_DB work with the sqlite3 driver
      adds  80194da   Fix php4 legacy calls
      adds  1e0fe05   fix error with empty config file
      adds  f863002   use sqlite3 if sqlite2 isn't available
      adds  00858ef   store numbers as strings to prevent errors with numeric passwords
      adds  f6eb7c1   make use of native sqlite3 prepared statements
      adds  141ffbb   small fix in filesystem test
      adds  7d3ae7a   fix settings page for non-admin users
      adds  1b63074   remove outdated plugins entry in settings page
      adds  fd2c183   remove plugins settings page
      adds  3062723   default to sqlite3 over sqlite2 for new installations
      adds  300b8c0   allow plugins to cancel filesystem operations using the provided hooks
      adds  07b72ca   make the system for default fileactions more flexible
      adds  561c3a1   prevent some possible warnings if there are files in /apps
      adds  c4e7761   make new folder dialog behave more like a regular form, so you can press enter to create the folder
      adds  51420a7   only create one connection to a sqlite3 database, fixes 'Database locked' errors with webdav
      adds  be3ee03   handle app repo connection failure
      adds  97ab331   change db index names to avoid collisions
      adds  1cab3ca   move installation of shipped apps to setup
      adds  14dddc0   forgot "event" as a parameter.
      adds  6a19a7d   added preferences to base.php, will be needed for i18n stuff
      adds  baa00a5   l10n added
      adds  d5b5503   Removed debug messages
      adds  a688e5a   Load preferences only if user is registered
      adds  6b2ec22   allow disabling apps, install apps as disabled
      adds  86406c6   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  abac11d   tabs, not spaces
      adds  e8e483d   L10N is here ;-)
      adds  c26719a   Fixed documentation of OC_L10N
      adds  8025755   admin templates are now translateable
      adds  07f2fcf   add post_* hooks to filesystem for write, create, delete, rename and copy
      adds  11dc3bb   only load apps if they exist
      adds  37f9e03   improved check in oc_preferences if a key already exists
      adds  ee247a2   shipped apps are no longer hardcoded
      adds  51c0a8e   index now properly reloaded after setup
      adds  b31a8ac   More l10n-stuff
      adds  38545d5   and even more properly now ;P
      adds  ad893f2   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  99ae7cd   Autodetection of language is working now
      adds  a7b7f5a   app files_publiclink is now translateable
      adds  76b12c4   add settings option for language
      adds  4c1d315   make personal settings translatable
      adds  ca849a4   dutch translations
      adds  9f7e50a   make files app translateable
      adds  317b18b   make help translateable
      adds  7ac7a68   added basic "installed apps" page
      adds  0563741   fix sqlite3 driver for php<5.3
      adds  272fc25   Activate "active" for subentries
      adds  91c37bb   moved core stuff to /core
      adds  eb1ce78   Fix linkTo()
      adds  0f0d37b   fixed minor string omission
      adds  d38e958   enable/disable apps by clicking their status
      adds  557b5b4   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  6199341   New i18n-structure
      adds  0c3880c   Added danish translation
      adds  daa194c   more i18n improvements
      adds  ef3386c   All translations should be in the new system
      adds  0603391   fixed page reload after logout
      adds  3e74cca   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  f72db00   Keep order when creating php files
      adds  fb7f00e   l10nlist.shuffle ;-)
      adds  bcfd1ff   Adapt javascript-i18n to latest changes
      adds  2d5b4df   update dutch translations
      adds  34de2ca   Updated danish translation
      adds  c25474e   Updated l10n script, fixed translation in admin/users template
      adds  c36b862   fixed wrong php tags
      adds  ee0f149   Multiply changes to user system
      adds  e047feb   install shipped apps also in "installed apps" page
      adds  6a726e2   changed app enable status to buttons
      adds  299d7bc   install new shipped apps before fetching all apps
      adds  36dbb8e   prefix the mysql user name to avoid collissions
      adds  77f5fa0   fix "files" app admin link visible for non-admins
      adds  4f6ea7e   added polish translation
      adds  c0af177   public link config is also for non admins
      adds  83958eb   add oc_user::getUser to get the user id of the loggedin user
      adds  50dbc53   updated/finished German translation
      adds  481b7b2   Make Jans German translation usuable
      adds  51b2557   stop confusing people with a dummy share button
      adds  01471d3   return to default page on empty search
      adds  96657f8   Detect backend features dynamically instead of trial-and-error usage
      adds  3b2fcd3   Use new user backend API
      adds  bd4aec2   Experimental OpenID user backend and server.
      adds  1ce24d8   don't show errors when the login isn't an openid identity
      adds  6452f5b   OpenID now won't load if curl is not available
      adds  8b76590   fix creating users
      adds  5aa8f16   forbid indexes
      adds  0bf6729   no indexing in generated htaccess
      adds  2073d3b   fix 404
      adds  53cb4c1   add template to openid request page
      adds  c8e57d5   Add user_ldap plugin
      adds  612f8cb   user_ldap: add port setting
      adds  d4618d6   user_ldap: use input-type-password for ldap_password
      adds  5f29f8a   user_ldap: implement userExists
      adds  735738f   user_ldap: close ldap connection in dtor
      adds  2772c66   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  1aa8399   show error on openid request page when no user is selected
      adds  4d11e92   provide an option to add custom elements to the header of templates
      adds  7d2784c   add openid headers to openid request page
      adds  2098cbd   redirect_url to be respected in linkTo function
      adds  155f62b   allow plugins/apps to add custom headers to all pages
      adds  4ac2594   you can now use your owncloud url as openid provider
      adds  f40a1ca   not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manually
      adds  f2845bb   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 :)
      adds  1daeb13   Usability improvements: -Added javascript to enable/disable radiobuttons -Added labels
      adds  f893f14   Improved the dutch l10n files
      adds  f989871   More nl l10n improvements
      adds  7f0dc63   Hopefully fix errors if ldap plugin is not configured
      adds  53ae560   applied Ryan's patch for Bug 276007 - Folder list does not get updated when creating the first folder.
      adds  7362f10   only use ldap user backend when it is configured
      adds  e6bc6a2   only try to create the user once
      adds  1eb19b6   reworded some bits in the setup
      adds  827eb1a   reactivated Upload & New Folder button icons
      adds  bea7582   updated search box display
      adds  5165e5d   removed search box from settings area
      adds  4e5eb4c   autofocus on the username field for setup & login
      adds  39c56a6   styled navigation subcategories
      adds  b297892   file list hover effect
      adds  76eaab4   make folder labels bold, better distinction from files
      adds  aa3b76e   hopefully fixed the dirty workaround, like I was told to
      adds  e3fd72d   introducing simple file size, only MB as unit, details on hover
      adds  0a6c76f   file size is reflected in the value's shade of grey, atm calculated absolutely
      adds  45bda09   some cleanup, small fixes
      adds  f22e39a   highlight selected files in the filebrowser
      adds  af3acea   show file extention in a lighter color
      adds  1cc9fc3   small contrast fixes
      adds  d31349b   files can now be draged and dropped in the file browser
      adds  01a9d91   mark active navigation subentry
      adds  47993fe   You can now move files to a parent folder by draging them to an element in the breadcrumb bar
      adds  1b8e59a   Directory links in navigation shouldn't have a trailing '/'
      adds  76aceb9   Changed the js code for the files admin section to jQuery
      adds  e3e0a28   only show the revert animation of draging a file when draged to an invalid position
      adds  541c40f   fix broken directory links for some browsers
      adds  5c671c9   finish refactoring of files admin page
      adds  89a6f16   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  9e420e4   Home icon now points to index.php
      adds  190908b   fix error in autocomplete when try to list non-existing or unreadable folders
      adds  f8eced1   Fix post_create and post_write hooks in copy(), was referencing an undefined variable
      adds  a861666   Add missing parameter for fromTmpFile() inside of copy()
      adds  ecaf66e   Add missing argument for fromTmpFile() inside of rename()
      adds  f09f2d3   Fix typo in setup, thanks for pointing it out ab0oo
      adds  6935f03   move list of mimetypes by extention to a seperate file.
      adds  f412133   Fix expiring of public links
      adds  4c0c5b6   show a proper error message in help when it can't get the data from apps.owncloud.com
      adds  24e81ce   fix some ldap errors
      adds  b69ae10   Provide ability to select mutliply files during upload for browsers that support it.
      adds  ff54602   No longer use the "Ok" button for file uploads
      adds  0251290   Show loading icon for uploading files, and disable file actions and DnD for uploading files.
      adds  6cd5270   Also commiting the actual loading icon might be usefull
      adds  332cab0   fix deleting files with spaces in the name
      adds  9bc3991   serveral small fixes to the openid server
      adds  6230001   show expire dates of public links as date and not as datetime
      adds  c5776fd   remember login added
      adds  5539f67   Some ui work on user management, but it can still use a lot of improvement.
      adds  6b034ad   Allow users to start a new upload before the current upload has finished
      adds  f40a1c8   fixed file size color calculation
      adds  3fab601   moved Remember login below password field
      adds  15c1a81   forgot to commit css for user management
      adds  8eefd42   only remove old sqlite database if it exists
      adds  4ff2dc3   finally the missing file for moving files from the web interface
      adds  f441059   add getLocalFile to local storage provider
      adds  38f1cff   import media app
      adds  101c6d1   fix resizing images in image viewer
      adds  828a26c   dont load some javascript files multiply times
      adds  9d1c5c8   fix warning if no username is set in the cookie
      adds  41a2da2   remove some debug output and supress some possible errors
      adds  bf1ca75   Integration of SabreDAV
      adds  86cd806   Use SabreDAV authentication Code!
      adds  7c9f356   Support for locks, minor changes
      adds  5851da4   properties nearly work
      adds  3b92ec1   Properties work fine now
      adds  0fa41e9   Update docs, db scheme
      adds  5416c0e   Remove HTTP_Webdav
      adds  18a36be   fix problem with removing locks
      adds  ccc9481   Merge branch 'sabredav' of git://anongit.kde.org/owncloud into sabredav
      adds  3097e4f   Merge branch 'sabredav'
      adds  9a989a2   fix sabredav for sqlite2
      adds  a471d40   Show installed apps as default for the apps entry on the settings page.
      adds  edec37b   add OC_APP::getCurrentApp() to get the id of the active app
      adds  e03340b   add getSelectedFiles() to files.js
      adds  ac0c332   add js versions of linkTo, imagePath,addScript and addStyle
      adds  98cd83f   bumb jquery and jquery-ui versions
      adds  6a9a62b   remove some dummy code
      adds  2431998   updated localization files
      adds  0e05a86   some refactoring of the media player code
      adds  7b02adf   fix sorting on newly inserted items in the file list
      adds  633d782   remove debug alert
      adds  d6d38ac   only load image viewer when in the file browser
      adds  344b7f5   only show songs for which the current user has songs indexed
      adds  59e55b7   updated localization files again
      adds  f5c0dbd   Use autoload
      adds  2f807a3   Delete requires in applications where possible
      adds  924100d   One class per File
      adds  e69079f   Further improvements
      adds  7e11bf2   updated localization script and removed duplicate strings
      adds  6585e83   fix flash fallback for media player and bumb version of jplayer to 2.0.23
      adds  606dec8   some minor changes in the javascript translation function
      adds  7505720   fix log when no tablename prefix is used
      adds  0d408fe   make use of the command line tools id3info and mp3info for scanning music if they are available
      adds  aa33812   hopefully fix some issues with the openid server
      adds  7d15a45   use oc_preferences to store ocs privatedata
      adds  bc51425   keep track of playcount as last played time of music files
      adds  5728f80   remove dummy settings
      adds  0ab6e03   bumb version number for upcomming beta
      adds  9e7baba   set installed version in config file
      adds  30307e7   dont throw error when the collection scanner cant detect the length of an audio file
      adds  be6b5c8   some work on the updated interface
      adds  0accf2d   Merge branch 'master' into interface
      adds  bc40532   give the file sizes some more space
      adds  aa335f5   only show actions for selected file if there are selected files
      adds  d9a79c0   show fileactions inline on hover
      adds  9950f06   Merge branch 'master' into interface
      adds  9be2dc8   show fixed filecontrols over the filelist that can scroll underneath it
      adds  e6e1471   Merge branch 'master' into interface
      adds  d6bf5cd   show error when trying to upload to large files
      adds  ceb711d   some work on the breadcrumb navigation for files
      adds  de7c110   Merge branch 'master' into interface
      adds  543bdb8   merge master into interface
      adds  b0f166f   some javascript changes
      adds  48fe201   fit player controls in smaller header
      adds  ede0cc1   Merge branch 'master' into interface
      adds  be45ad9   remove debug alert
      adds  00da23f   no longer show deleted files as selected
      adds  0dad1f8   merge master into interface
      adds  556bf2e   fix broken merge
      adds  25c48e6   lots of small style fixes for the file list
      adds  78f47c0   show arrow cursor instead of text caret by default
      adds  9a88f06   first part of file action icons implementation
      adds  7cd7e64   proper CSS formatting for better workflow
      adds  c5bc345   rewrote header in pure CSS, smaller, less obtrusive
      adds  7d5bc79   do not show default file action in the file action list on hover
      adds  90ecd2c   deleting stuff is scary, lets move the button as far to the right as possible
      adds  09eff06   fix merge conflict
      adds  74249c6   give OC.imagePath the ability to detect whether to use svg or png images
      adds  ece6bd6   show icons instead of text for file actions
      adds  43f99a8   finished action icons on hover, small style improvements
      adds  ba246d3   Merge branch 'master' into interface
      adds  9565ea2   Implement inline renaming of files
      adds  9642a43   correctly display icons and rename box
      adds  68915f1   header now blends beautifully into interface
      adds  20f5a9f   bumb version number for upcomming beta
      adds  f1c2b5b   set installed version in config file
      adds  ab81128   dont throw error when the collection scanner cant detect the length of an audio file
      adds  4028178   fix serveral styling issues on uploaded files
      adds  433ad8c   add size tooltip for selected files
      adds  c73dd86   confirmation dialogs for deletions
      adds  f1616b0   implemented relative file size and coloring
      adds  82261e9   use relative times for new upload files
      adds  c15db76   icons for music and images
      adds  b88e5ce   added icon to media app
      adds  19d81ad   remove legacy styles
      adds  dbcebba   show media icon in settings as well
      adds  6d0c8ea   use proper file icons for image and audio files
      adds  03713ed   updated ownCloud icon and position
      adds  ebec36f   better image icon
      adds  e7a2627   Merge branch 'interface'
      adds  3a9af23   always show download icon on hover
      adds  0e76d06   properly style filenames after renaming
      adds  224dbed   narrow modified column, remove help cursor
      adds  a7748c1   dont need the ok button for renaming
      adds  952b83c   show proper cursor for rename textfield
      adds  3758b0d   fix size of selected files with new uploaded files
      adds  23f051c   redesigned search box
      adds  468319f   no need for an ok button for creating folders
      adds  2d43f6e   make foldernames also bold after renaming
      adds  18d8f34   fix breadcrumb look of Files in navigation panel
      adds  d23d4e6   revised color calculation for size and age
      adds  7e0bbd2   revised coloring again
      adds  72402ff   removed some more legacy CSS
      adds  46400a8   message and hint for upload if folder is empty
      adds  dee7fb3   fix login header for ie
      adds  2781fde   automatically replace svg images with png for browsers that dont support svg
      adds  98e78c0   some tweaks for renaming
      adds  b6ad416   you can now move files to the root folder by draging them to the Files entry in the navigation panel
      adds  fe47d51   some refactoring for subnavigation code
      adds  9f867ab   Display subnavigation entries in user layout template
      adds  997e1f9   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  8b872e3   merge work on subnavagation
      adds  d12d08e   some more changes for navigation subentries
      adds  2bfad18   Merge branch 'master' of git://anongit.kde.org/owncloud into autoload
      adds  2ff8d7a   One class per file!
      adds  220132c   Merge branches 'autoload' and 'master'
      adds  bafd684   Renaming classes :-)
      adds  94e25ec   Some much needed interface work on the media player
      adds  aa7c6f0   fix issue with selecting songs in playlist
      adds  93dd1c5   update playcount correctly without having to reload the collection
      adds  773d23b   open the correct subpage when the media player loads
      adds  eee2a22   disable unimplemented subentries for media player
      adds  51e00d0   add play button to collection overview to add songs to the playlist and play them imediatly
      adds  924cd17   Icewind destroyed my changes :-(
      adds  bb5e6c9   Transifex connection, added French and part of Bulgarian
      adds  8426bab   updated navigation subentry styling
      adds  f9ddbc4   documented file size and date color calculation part
      adds  48fb1e2   hide empty folder notification when a folder or file got uploaded
      adds  95ec75b   only bold current folder in breadcrumb navigation
      adds  78d41a0   automatically hide show/hide the empty folder message
      adds  77abade   dont need to remove the empty folder message twice
      adds  9714bab   fixed table heading and multiselect style
      adds  103d455   fixed file size and date color calculation in JavaScript
      adds  b2f1d26   fixed color calculation again
      adds  aafd36e   provide json interface for search
      adds  d2d77b2   initial work on instant search
      adds  aa08196   some interface work on instant search
      adds  d6faa89   fix header on error page
      adds  18949aa   move public links to a subentry of files
      adds  6c25348   added Spanish translation thanks to Sergio Ballesteros
      adds  c78e41b   forgot to generate the translation files
      adds  0dab7f2   laod apps ways earlier!
      adds  f8c560a   added play and add to playlist icon
      adds  0503c34   configure users/groups before loading apps
      adds  e6821e9   Show play and add-to-playlist buttons in instant search results
      adds  77b5588   updated add to playlist icon
      adds  0b44db9   dont show play and add-to-playlist at the same time
      adds  1564a40   dont show the full path for the files in search results
      adds  3a08f74   more tweaks for media search results
      adds  291d8c7   dont hide the results if a new search yield no results
      adds  0bc1668   dont show music results twice
      adds  2c8b4da   make sure jquery and common javascript is loaded before the javascript of the apps
      adds  eb3526c   show images on click in search results
      adds  5ef407d   keyboard shortcuts for search results
      adds  b93b066   fix search results having files from other users
      adds  aff8bc6   some improvements in oc_media_collections
      adds  14f7daf   add transitions to oc_db
      adds  6e2ce76   use db transitions for collection scanner
      adds  2d19965   some improvements to collection scanning
      adds  bd6b38e   cache the media collection between page loads
      adds  f88b477   fix search results not displaying
      adds  cbf8f82   automatically scan songs that are played from the filebrowser
      adds  76a2f5b   persistent playlist for the media player
      adds  e1596cc   fix bug in saving currently played song
      adds  1933426   make the persitent playlist work anywhere
      adds  28a64bc   fix an isue with persitent playlists inside the media player app
      adds  9b764cb   show names of next/previous song when you hover the next/previous button
      adds  ef22498   some fixes for persistent playlists
      adds  f13ff8f   fixed sidebar CSS
      adds  30ce4e5   properly save play/pause state of media player
      adds  c50a83c   Introducing a semiautoload. Enables autoload for classes that are not in lib/
      adds  db90b2e   prepare replacing global $vars with OC::$vars
      adds  29239d6   remember volume and playback time in the media player
      adds  e79c827   removed log feature because it is a privacy issue
      adds  a8ffe16   Ctrl-Z the Z
      adds  ad45c78   pimped the search dropdown style a bit
      adds  9f981de   fance collection scanning wip
      adds  04b745d   compacted sidebar
      adds  657a61e   no more misclicking files on checkbox ticking
      adds  5c941e5   fixed showing mimetypes for new files
      adds  b5c213c   fixed starting breadcrumb divider
      adds  c814f10   fix media sub navigation entries
      adds  c0e7cf2   remove now useless 'media' entry from settings
      adds  02ebc48   rename media to music in the navigation
      adds  900adb3   make the progres bar for scanning always go to the full 100%
      adds  957b9e8   send last modified header for media
      adds  7d49e82   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  3faa22c   Updating SabreDAV to current head
      adds  1b920fb   Sabre deleted a file ...
      adds  e50abdd   limit the length of the mysql username during setup
      adds  6bda6de   show table header in filebrowser always on top when files are selected
      adds  3829b1e   hide the file icon when showing the checkbox again
      adds  dd5cc8d   add textviewer plugin
      adds  ad51328   some fixes for the textviewer already
      adds  a206203   selecting a text file from the search results now activates the text viewer
      adds  6527048   dont force a download for public links
      adds  fdb944e   send the filename header for public links
      adds  c79af7c   removed icon for public links navigation subentry
      adds  9b4d19a   updated COPYING and README, added proper AUTHORS, add yourself and excuse me if I forgot you
      adds  d8c86a2   cleaned up settings a bit
      adds  a84b00c   fixing old CSS and HTML, navigation before content
      adds  8e5184a   correctly save the playlist if songs are removed and dont load the player outisde the media app if the playlist is empty
      adds  de0e16a   fix a bug in the media player outside the media app
      adds  4851a55   cache the collection for the media player again
      adds  e209511   provide undo button when deleting files from the web interface
      adds  93b342e   only load the music player outside the media app if the media app isnt already open in another tab
      adds  122c3a3   dont show confusing 'X files scanned' message when we are not scanning files
      adds  5f7c040   Add principals, minor changes in base.php
      adds  12cc7c7   widen upload and new folder so that upload button text does not overflow
      adds  60a7a9d   allow users to use myhost/owncloud/?myusername as openid identity
      adds  01cecc8   redirect index.php to files/webdav.php for webdav (PROPFIND) requests
      adds  193b9c9   styled undo file deletion
      adds  6d5cb13   fixed relative time calculation
      adds  faf6c0e   fix some forgotten quotes around strings
      adds  c998bc1   fix some issues with browsers not supporting html5 localStorage
      adds  f039320   move openid settings to Personal
      adds  501b767   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  d9ccbe9   fix template.php ;-)
      adds  b513a60   nicer error report and streamlined setup
      adds  2f10598   New app: contacts
      adds  42a6549   Database.xml
      adds  77fccc9   TEMPORARY update path for carddav testers
      adds  be9c044   descriptions for OC:: variables
      adds  63de184   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  6d54022   some documentation for the common javascript
      adds  a689fa1   Merge branch 'master' of git.kde.org:owncloud
      adds  1dc3cb6   more improved error reporting
      adds  5e2f7bf   Small details in contacts
      adds  60cb7c1   Merge branch 'master' of git.kde.org:owncloud
      adds  8876ae0   Add two tables to db scheme file
      adds  7c254dd   Exit after call to setup
      adds  51caa62   first step to file encription
      adds  f5a030f   remove the ownCloud 3D support and add lot's of usefull 3rd party libraries instead.
      adds  b2702c4   fix include path
      adds  58c2d29   report the right webserver user to simplify setup and debug
      adds  a0b7b85   remove debug
      adds  acf7916   user is a reserved word in postgresql
      adds  3e8ae86   Add postgresql support
      adds  41a4fa9   HTML5 form field placeholders
      adds  51f74d0   refactoring CSS part 1, input elements
      adds  c5505d2   adjusted backend, deactivated Apps subentry
      adds  70a4cfd   removed paragraphs in forms, added show password function
      adds  b1a369b   quick fix for public links, removed expiration date and styled correctly
      adds  5382ec6   fixed search box and file controls
      adds  c572de6   hide log in button etc when form fields not filled
      adds  8c1e100   first fix of the installation form
      adds  ecd2738   fixed upload button
      adds  544c61f   updated public link fix
      adds  4b26740   beautified backend, first iteration
      adds  3c01c36   various style fixes
      adds  2f95b82   fix disableing/enabling apps
      adds  8c34ea4   initial work on the media player interface rework
      adds  90726b1   fix a problem with ranming files containing spaces
      adds  4de7009   removed gratuitous main div
      adds  c350301   optimized CSS, fixed login header
      adds  ded97de   removed excess code
      adds  4b967a9   Minor improvements
      adds  e153fb7   fix mysql config not showing for installation
      adds  8bd82b9   checking for apache server in setup
      adds  3b34cba   first mediaplayer styling
      adds  7820e89   Merge branch 'master' of kde:owncloud
      adds  e6f6d3d   dont use a different navigation page for settings stuff
      adds  5ecdd26   show settings page in the correct context
      adds  6aaa49d   more media player fixes
      adds  d1d47eb   do proper styling for settings pages
      adds  962907e   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  60133cc   fixed navigation styling for apps page
      adds  16bb34c   settings are now AWESOME
      adds  5ed1030   fixed icons
      adds  82d2c45   cursor pointer cursor thingy
      adds  7b38e5d   apps can now add their own forms to the Personal page
      adds  8d03f03   no mickey mouse hand on fieldsets please
      adds  30d4773   dont show an error if openid is dissabled
      adds  8e3914b   moved installation form error reporting directly to the HTML
      adds  97462b0   Merge MySQL and PostgreSQL input fields
      adds  44f3dfe   added semantic meaning with header, nav and footer
      adds  4e5b6f7   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  76fc062   Some more work on the address book
      adds  5047b6e   Fix naming bug
      adds  075db9f   Add default addressbook
      adds  6d1c266   You don't always have parameters in vcards!
      adds  c6f499c   Some more fixes. It basically works but looks ugly
      adds  88e2b3a   initial work on new user management
      adds  1419d7f   remove prototype versions of chosen
      adds  987ce6b   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  ce76cec   Remove warning
      adds  891ac04   Remove references to "multiple addressbooks" :-(
      adds  34529b1   removed required parameter again because of issues
      adds  9e4fb25   proper advanced options
      adds  2ea86fb   lowered text in input boxes .1em like a boss
      adds  9817b51   who took a <p> in here?
      adds  ec2dd5b   removed some autocompletion
      adds  74be464   fixed some styling again, the dirty way
      adds  7b653db   use sprintf for translations
      adds  c958a44   Copying globals to OC::*
      adds  2b59912   Add CardDAV path
      adds  58ab388   Add description to contacts
      adds  ae862dd   Improve l10n.pl  o more information  o drop l10n/xgettextfiles  o read all php and js files inside a folder that has a "l10n" folder
      adds  476ed14   all the features are implemented and world domination is near. So the TODO file is no longer needed
      adds  32be474   remove outdated stuff
      adds  9059b55   make more strings translatable
      adds  cdf91b6   work in new app management
      adds  1f1498c   remove Log completely
      adds  c4931cf   Delete addressbooks of deleted users
      adds  f633492   Update SabreDAV
      adds  6822a7a   better CSS, remove legacy
      adds  f754d6d   lots of CSS details
      adds  3e34881   added CSS reset
      adds  338e350   removed settings padding
      adds  8ff736b   some app styling
      adds  613ab41   more work on the encryption library
      adds  fbf86c6   made sliding settings more awesome
      adds  ec31a29   Bug 279826 fix
      adds  5324d6f   Small fixes
      adds  1dac5bb   fixed undo notification not showing
      adds  b54d790   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  f03874a   work on user management
      adds  fa102cd   create the necessary groups when creating a user
      adds  05f3910   moved search box directly to template
      adds  6af4c2d   moved search box directly to template
      adds  90136b6   fix search, sane z-indexes
      adds  bdba88d   damn z-index
      adds  225d000   I don't always test my code. But when I do, I do it in production.
      adds  1128b15   fixed navigation and breadcrumb graphics
      adds  fa61279   fixed upload button overlapping new folder input
      adds  a8cb411   restyle logout
      adds  b6b0039   some more CSS cleanup
      adds  110f96d   At least dome layout in Contacts
      adds  bfd7250   add OC_Group::usersInGroup() to get a list of all users in a group
      adds  bbfb93c   remove groups if there are no users in them
      adds  8639630   polished public links a bit
      adds  2e58752   more work on user management
      adds  c9c1633   some work on media player
      adds  592eacf   tweak settings passwords a bit
      adds  bc5bf18   bit of work on app management
      adds  c824572   fix the getlink calls
      adds  5b9f6b4   hide the files admin page as long as we don have settings on the page
      adds  50c1553   automaticaly login after setup
      adds  d75faac   Merge branch 'master' of git.kde.org:owncloud
      adds  952d88a   fixed mysql/sqlite selection labels in installation screen
      adds  6b9cf8d   fixed mysql/sqlite selection labels in installation screen
      adds  26ac7f0   get rid of some js errors on the login screen
      adds  4a334f0   Merge branch 'master' of git.kde.org:owncloud
      adds  aa582ec   more work on encryption
      adds  ef5e253   changed radiobuttons to jQuery UI buttons (restyled) on installation page
      adds  99790d6   lots of image changes, use svg EVERYWHERE POSSIBLE
      adds  8aac43c   fixed width for three database type buttons, more highlighted when selected
      adds  9683d44   fixed upload button
      adds  dfb923f   automatically set background images to png when needed
      adds  0bcb4a6   set default max upload size in the .htaccess file to something rediculous
      adds  ce9b36f   some interaction design for user management
      adds  11b3c10   resolved merge conflicts
      adds  57bdb61   styled installation radio buttons more unobtrusive
      adds  52df7ac   added public icon for shared files
      adds  ae7d914   allow dynamicly determaning icons for fileactions
      adds  972f7d7   forgot something
      adds  577f295   action icons are now ACTION ICONS
      adds  db4fccc   styled hovering file list more subtle
      adds  3747ba9   Set max upload size to something sane
      adds  6c4d075   added jquery-tipsy for nice title tooltips
      adds  9ba303a   fix uploading multiple files
      adds  f62b315   file hovering now very fancy, CSS fade for row and extension
      adds  02824ca   removed downloading as fallback action when file type can not be opened
      adds  0b4ed25   fixed downloading of files with spaces in name for Firefox
      adds  5a26640   partly fix media player
      adds  d47cdc3   fix changing passwords
      adds  23c3c56   sacrificed alignment for scrolling
      adds  14fd20d   added icons for play, next, previous, just for you Robin
      adds  c2a5b49   better error reporting during installation
      adds  42c5a24   more fancy fading
      adds  686be82   hide settings menu when clicking outside it
      adds  382834e   highlight playing songs in collection
      adds  b0b5a46   style media player controls using em instead of px
      adds  21690a3   tweaked CSS fade transitions
      adds  98a5e06   more icons for the music player
      adds  67156f8   Add missing parameter to usersInGroup()
      adds  4a5ee76   merged admin, help and settings to settings
      adds  b276863   updated translations
      adds  7ece8ed   added global action class for icons
      adds  9be059a   removed subnavigation code
      adds  9648be9   better error messages for installation, still need to be inline
      adds  d5b4056   fixed tipsy tooltips for actions
      adds  0c903c6   first replacement of media player controls with svg
      adds  3b5f16b   NEEDS MORE FADING
      adds  ccf410c   first styling for leftcontent
      adds  c144976   start scanning music automatically when in Music
      adds  2ba3793   updated translations
      adds  7474c90   CSS update, Personal looks better now
      adds  6b2862f   various CSS fixes
      adds  595329a   some player styling
      adds  1f98f5c   wayyy better position for file upload and new folder
      adds  44b59e3   EVERYTHING MUST FADE
      adds  ee8e6d5   DONT always scan the collection, I would like to keep some cpu cycles to actually use my pc
      adds  6f37f29   fix media player controlls not showing
      adds  6eabee3   small CSS changes
      adds  bd12bdf   Add validateuser.php ajax file returning json data saying whether a user exists and the credentials are correct
      adds  4f43b0a   fix creating users
      adds  f2a2139   more info in personal, WebDAV, OpenID
      adds  6e30ade   updated tipsy, tooltips finally work everywhere, thanks icewind
      adds  970888b   fix some details in Personal
      adds  df532e3   Show language names in Personal
      adds  7bb261f   more fixes for Personal and Tipsy
      adds  0e25dd6   replaced some languages with their indigenous names
      adds  39ecef3   Fix creation of UID in contacts
      adds  6096568   Small design changes in Contacts
      adds  4f3fdf6   Add scripts to get user list and group list as json data. Info about which groups the users belong to are also in the user list. Both files need logging in through GET because unauthorized users are not allowed to see this data.
      adds  c08e85b   dont throw errors if we cant connect to the apps repository
      adds  4a52886   updated why we do this
      adds  66576de   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  2f1a06b   merged gitignores
      adds  6173c0f   a bit of refactoring for oc_filesystem and implement user quota
      adds  523b096   add option to set user quota
      adds  5608aae   initial commit of Bookmarks App
      adds  13cbd7f   some filesystem fixes
      adds  af55526   fix enableing apps
      adds  70405cc   Modify files css for sharing dropdown to avoid future merge conflicts
      adds  e954d2d   seriously gone a bit overboard with tipsy
      adds  98997a5   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  b885bad   wording fix for bookmarks
      adds  c078966   trying SVG check that Modernizr uses, to fix Firefox 3.6 problems
      adds  fd74e43   fix expire header for media player
      adds  0573695   fix database layout for sqlite3
      adds  48df7a2   gain compatibility with sqlite3
      adds  ea65d90   really open website after click
      adds  9f28c20   fix collection browsing using the ampache api
      adds  cb9fc6d   make the help section working and pretty. knowledge base entries are fetched via OCS from a different server. cool stuff
      adds  382b67a   removed the bottomless bottom
      adds  4496624   rounded bar fillings for quota and media player
      adds  30dab84   Change authentication method to basic http auth instead of using $_GET variables Also use OC_User::isLoggedIn to check if new authentication is needed for grouplist.php and userlist.php For validateuser.php, credentials are always needed.
      adds  8391183   remove ugly chrome automatic focus border
      adds  0bd92fe   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  8603b09   Initial setup of sharing app
      adds  bf66563   First version of shared storage provider - not functional
      adds  fe4a213   Fixed mistakes pointed out by icewind
      adds  e6621b9   Added source and target to database fields
      adds  69b5e01   OC_FILESTOAGE_SHARED updates + its own getInternalPath()
      adds  4e7d1c3   OC_FILESTOAGE_SHARED now works with hard coded values for files
      adds  18e776f   Changed mount point to 'Share', fixed is_dir()
      adds  ac0d414   Correct calculation for shared folder size
      adds  098fc5e   Fixed stat(), file?time()'s now grab most recent time from shared files
      adds  3f5fde5   Forgot to remove TODOs for file?time()s
      adds  e3ea84d   Changed ctime for the shared folder to the earliest ctime
      adds  87097db   Changed self:: and OC_FILESTORAGE_SHARED to ->
      adds  8cbee28   Better implementation of filesize for shared directory, now storing in oc_foldersize
      adds  467778d   Merge branch 'master' into sharing
      adds  e91f42d   Add support for sharing folders
      adds  c8781b1   Add error handling for getSource()
      adds  78293ea   Better implementation of getting shared folder size by using the source path
      adds  12c168b   Add function setTarget(), implement recursion in getSource() for folders
      adds  fe17831   Use php functions dirname() and basename() instead of manipulating strings in getSource()
      adds  a402c8f   Implement caching for source paths in OC_FILESTORAGE_SHARED
      adds  053edde   Improvements to caching for shared folders
      adds  b03083b   Fix check for parentDir and fix the return for a nonexistent target in the database
      adds  e24e2d0   Append LIMIT 1 to getSource queries to improve performance
      adds  0538982   Merge branch 'master' into sharing
      adds  607f1a2   Fix conflicts with master in lib/base.php
      adds  9deab83   Fix bugs in getSource() and implement new target path standard
      adds  cf33995   Refactor OC_SHARE to allow for renaming and write permissions
      adds  732ad7f   Add support for renaming, moving, and deleting shared files
      adds  2908145   Fix bug in is_writeable(), was passing the wrong path
      adds  2212b5b   Add wildcard to database query in unshareFromSelf()
      adds  5e560e9   Merge branch 'master' into sharing
      adds  a516281   Merge branch 'master' into sharing
      adds  58e8312   Fix setIsWriteable() and setTarget()
      adds  b7c45ba   mkdir() now checks isWriteable() to see if it has permission, rmdir unshares the folder from the user
      adds  35d6051   Fix bug in mkdir(), was passing the wrong path
      adds  d91d217   Fix unshare() to remove database entries of files within a shared folder
      adds  f1cac00   Add wildcard to source for database query in unshare()
      adds  73bab46   Prevent searching for user directory in getParentFolders()
      adds  010920a   Add support for files inside of shared folders having different names than the source file
      adds  163c490   Remove duplicate '/' from target when searching for source
      adds  e202c29   Merge branch 'master' into sharing
      adds  6b303ee   Fix bug in opendir() and remove getStorageMountPoint(), now using datadir argument instead
      adds  b2b7d99   Add checks in opendir() to prevent including the current directory or parent
      adds  2c4fef9   Merge branch 'master' into sharing
      adds  d393ccf   Fix bug in getSource(), return false if target isn't in database
      adds  a79f253   Merge branch 'master' into sharing
      adds  5896e48   Add missing argument for fromTmpFile() inside of rename()
      adds  24e24f1   Add support for copying files between shared folders, add check to fromTmpFile() to confirm path is writeable
      adds  2fb1481   Bug fix for setTarget() - append fetchAll() to query
      adds  7920e70   Refactoring of OC_SHARE, added more documentation for functions
      adds  8ed0223   Add pullOutOfFolder() function for use by unlink() and rename()
      adds  8ad4a44   Fix bugs in unlink(), rename(), pullOutOfFolders(), and getItemsInFolder()
      adds  dbcb356   Fix bugs in opendir() and add extra checks to ensure functionality in all cases
      adds  5aaacf3   Fix bug in rename() so files in a folder that is in a shared folder also get their targets updated
      adds  f3f8a96   Add return true to unlink() and rename(), a return is expected by OC_FILESYSTEM
      adds  1a6718c   Add extra check for opendir() so it only adds the file to fakedirs if it has a different name than the source
      adds  6183742   Add post_delete and post_rename hooks and fix the constructor
      adds  029b21b   First implementation of sharing user interface
      adds  c9082d5   Append number to name if target file already exists
      adds  abf6ba6   Merge branch 'master' into sharing
      adds  1cfa911   Update database.xml to current database fields, remove hard coded MTGap when mounting shared storage provider
      adds  22f8415   Remove accidental kate swap file
      adds  3e60376   Change permissions to is_writeable
      adds  fcda3a3   Fix bug in constructor for appending numbers to already existing targets
      adds  6af4c46   Change all occurences of ['user_id'] to OC_USER::getUser()
      adds  4abefde   Remove admin page, administration is not needed at this time for sharing
      adds  302527c   Remove shared items check, it prevents sharing items if there aren't already any.
      adds  0387cc5   Merge branch 'master' into sharing
      adds  e6e673d   Use SUBSTR instead of LIKE in queries, should now work with SQLite
      adds  4993fb4   Filter out files you unshare from yourself in opendir()
      adds  17b5bcb   Bug fixes for unshare() and opendir(), thanks darkh
      adds  4282a42   Add support for user autocomplete
      adds  5148eb9   Include groups in user autocomplete
      adds  415ae8e   Merge branch 'master' into sharing
      adds  1ec0b6e   jQuery dialog for sharing files from within file browser - Not functional yet
      adds  ff31400   Merge branch 'master' into sharing
      adds  64b5332   Make file sharing dialog work - only works for one file/folder and user
      adds  d36850f   Close sharing dialog box on share success
      adds  31a067b   Add support for sharing multiple files from share dialog, move loops outside of OC_SHARE
      adds  5bc0619   Add support for sharing files with user groups
      adds  7e3b796   More elegant solution for preparing IN ?s, thanks icewind
      adds  67fe835   Add a function for removing any duplicate or trailing '/' from the paths
      adds  fcc9f50   Merge branch 'master' into sharing
      adds  1fc41a7   Integrate sharing app with the new interface
      adds  b12b8d6   Display subnavigation entries in user layout template
      adds  45222f3   Make 'Share' a subnavigation entry of of 'Files'
      adds  5fd7708   Merge branch 'master' into sharing
      adds  f0c1f38   Add share action for mutliple selected files
      adds  09e05d1   im in ur branch, fixin teh details
      adds  d13ba0e   Revise permissions system to support read, write, and delete
      adds  11d1627   Merge branch 'master' into sharing. Integrate with changes in master, rename classes
      adds  0d3ebbf   Merge branch 'master' into sharing
      adds  17058c9   Merge branch 'master' into sharing
      adds  f88c4b1   Human readable permissions in shared files list
      adds  c185743   Update the folder sizes for shared folders
      adds  a14a83b   Fix delTree(), it shouldn't be passed to the local storage provider unless the user has delete permission
      adds  57ca70e   Add support for assigning permissions in share dialog and switch to post
      adds  ddfc9fc   Move registering shared storage out of base
      adds  0d79560   New implementation of share dialog
      adds  d71cca0   first style for sharing dropdown, some html fixes
      adds  d0b2a3b   moved dialog css to sharing, fixed position
      adds  96ab35a   Animate appearance of share drop down
      adds  8f01abf   Share dropdown updates, making public links now works
      adds  843f8ac   Full support for making and deleting public links from share dropdown
      adds  4d17fbd   widen upload and new folder so that upload button text does not overflow
      adds  222b728   Revert "widen upload and new folder so that upload button text does not overflow" because it already is in master This reverts commit 4d17fbd3aa79db7d0b413cff7fcd59aff3cb111e.
      adds  fbdd65b   Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing
      adds  5d521d7   Sharing dropdown changes: show users that have a parent folder shared with them and add the ability to change permissions
      adds  1aa89b7   Merge branch 'master' into sharing
      adds  b9ce564   Merge branch 'master' into sharing
      adds  968f128   Merge branch 'master' into sharing
      adds  23c8d7b   Show which parent folder is shared with the user in the sharing drop down
      adds  cdf2dbc   Use chosen select form for selecting users in sharing drop down
      adds  9a8eb72   Actually add the chosen plugin
      adds  ec6aed8   Merge branch 'master' into sharing
      adds  c654442   No more subnavigation entries, fixing 'Shared'
      adds  7c840e9   Remove users and groups from the select form that have already been shared with
      adds  88e338e   Only show can edit (if not checked) and unshare button on hover
      adds  80660bd   Fix shared list for files inside of shared folders
      adds  e1bde1a   Merge branch 'master' into sharing
      adds  103d23b   Refactoring in dropdown javascript
      adds  b4e8987   merged master into sharing
      adds  511c193   only load share action when in file browser
      adds  568fd0d   changed quotes
      adds  2af0269   Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing
      adds  0f91438   Don't spawn a new dropdown if there is already one open
      adds  0ad0ed7   Hide the dropdown if you click the share file action button
      adds  6d25943   Fix some areas on dropdown triggering the dropdown to hide
      adds  c650467   Make unshare work from dropdown
      adds  9e35d5a   Remove hardcoded http:// when generating public links
      adds  4830555   Merge branch 'master' into sharing
      adds  d78b75a   Merge branch 'master' into sharing
      adds  a8e6be6   Change the share file action icon if the file is already shared with someone
      adds  497789c   Clean up constructor for OC_Share, add some error handling for sharing files
      adds  3c51749   OC_Share constructor refactored for user group sharing
      adds  ffe9da9   Add missing parameter to usersInGroup()
      adds  1220188   Merge branch 'master' into sharing
      adds  e1473cf   Change OC_GROUP to OC_Group
      adds  5cb687d   Refactor getUserAndGroups() for new user group sharing standard - user at group
      adds  5b09aef   Additional user group sharing support and more clean-up in the constructor
      adds  2cb231d   resolved merge conflict
      adds  801e4f8   Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing
      adds  1ec7533   Merge branch 'master' into sharing
      adds  5fbed93   Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' directory
      adds  e4c9871   This should actually make the 'Shared' directory automatically everytime
      adds  7269338   Public link folder uploading not implemented, comment out checkbox for it in dropdown
      adds  717ab56   Display public icon next to publicly shared files
      adds  9c3a836   hiding public links from navigation now that it's easier to use in the dropdown
      adds  582dca4   Initial merging of files_sharing and files_publiclink
      adds  462fe1e   fix default file actions not working
      adds  42ed3c6   fix problem with building the IN query
      adds  0edce17   Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing
      adds  b7b3a49   Functions to get the token of a public link now stored by OC_Share, remove no longer needed ajax call to getlink.php
      adds  683e125   Merge branch 'sharing'
      adds  5925697   Fix bug in getPermissions() and clean-up unlink() and rename()
      adds  9ee4fcd   Only show 'Shared' directory if files are shared with you
      adds  1c13b26   Fix my last commit 9ee4fc
      adds  5b8658c   New system of unsharing files from self, and a small bug fix when all files inside a shared folder are unshared from self
      adds  1303e40   Remove navigation entry for shared files
      adds  4078e0a   -1 is now a class constant (UNSHARED), for unsharing files from self
      adds  b4cf61e   Bug fixes for mkdir(), renaming/moving support for files inside a shared folder with write permission
      adds  8fb75f3   Comment rename() and prevent trying to move items if the user doesn't have write permission
      adds  6720a45   updated translations
      adds  e8951b7   still show the icon on row hover so the file type is still visible
      adds  2ee9e80   Swedish translation, thanks to HakanS
      adds  31bcb2b   make entries in settings navigation translatable
      adds  594532d   Merge public link icon check
      adds  4c49a81   language updates, optimization of Help HTML
      adds  115a6c8   added Settings navigation items to translations
      adds  498356f   Copy get.php into files_sharing, public links now use files templates
      adds  d1aebcd   Add downloadURL to files templates for both public links and files
      adds  a57d472   Remove some scripts, now you can actually download the files in a public link folder
      adds  262a652   Show new bookmark in the list after insertion, And hide it after deletion.
      adds  df6517c   updated translations
      adds  bb127a3   made translation link language-specific
      adds  5d310eb   * Use encodeEntities() function to check input * Separate tags by space
      adds  6001927   Fix notifications bar being visible on pages without files scripts
      adds  ca86093   Full support for viewing public links from sharing drop down
      adds  0db5c73   some header fixes
      adds  778b854   Remove no longer needed functions in OC_Filestorage_Shared
      adds  c2f0fe5   Add getLocalFile() to OC_Filestorage_Shared
      adds  631152f   Implement searching of files shared with you
      adds  d9aae20   more valid HTML, alt attributes, refactored pagenavi etc.
      adds  389b277   translation update
      adds  422d821   small pagenavi fix
      adds  add0a90   single quotes in JavaScript & PHP, double quotes in HTML
      adds  eac4d4f   When deleting a bookmark, remove its tags from database.
      adds  109302a   add some todos
      adds  d15673f   removed single quotes around publicly linked download file
      adds  6afc17b   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  b05be2f   Fix textviewer in search results
      adds  ceae4fa   Fix bugs preventing file upload in shared folders with write permission
      adds  f10f916   Clean-up in OC_Filestorage_Shared and bug fixes for calculating folder sizes
      adds  0eda75a   One more bug fix in clearFolderSizeCache()
      adds  3f8e4e2   added controls bar for Apps and Help
      adds  043e62f   fix uploading files to the users root directory
      adds  c9a11d0   some work on media player interface, artists can be collapsed in the collection view again and single albums/songs can be played
      adds  af30804   fix installing shipped apps
      adds  13b7cb5   also replace svg images with png when the server doesn't send the correct mimetype for svg images
      adds  d5ba4ec   some improvements in automatic svg replacement
      adds  e78d1dd   hints for file actions
      adds  1b64b73   Update documentation for unshareFromMySelf()
      adds  d851bda   fix .htaccess file crashing apache+php-cgi
      adds  dd9f4a3   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  c721874   Check that the files exist before adding them to the fakedirs
      adds  96ad8a1   Register OC_Share for autoloading and cleanup hooks
      adds  f2229e0   Merge branch 'master' of kde:owncloud
      adds  391e064   allow apps to register form for the settings and admin pages
      adds  53f0381   make tag filter compatible with sqlite
      adds  72a4703   simplify bookmarks tag filter sql
      adds  3c3a859   follow coding style and use single quotes in php
      adds  9003820   updated translations
      adds  3b10cdd   added icon for Admin
      adds  f5cef2f   cleaned up LDAP settings
      adds  d40b905   Revert "hints for file actions" 1) Please test in Firefox 2) File actions should be refactored first, to be shown/hidden via CSS, not via JavaScript This reverts commit e78d1dd676a12e0a26960f0bf131975c7559298a.
      adds  7e1759e   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  89839b4   fetch bookmarks even if they are not tagged
      adds  672515c   Bookmarks DB structure change, description is optional
      adds  847347b   autoretrieve title and description after entering new url
      adds  b09ba58   autoretrieve title and description after entering new url
      adds  0f3ef8a   check if tag is set, might not show bookmarks on some systems without doing so
      adds  f4c498e   Full path for carddav path
      adds  4028dc9   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  4c4b1e4   Clear the folder size cache for the 'Shared' folder when a new item is shared
      adds  365c4fd   Allow sharing of files shared with you - Bug: Doesn't show up as being shared in the drop down
      adds  7cd592e   Added a Bookmarklet for the Bookmarks app
      adds  e0ff57e   fix javascript error in media player
      adds  8c8490b   Show users shared with in the drop down for reshared files
      adds  46af991   Remove Chrome focus border from all inputs
      adds  9353d1d   Get file extension using lastIndexOf instead of indexOf in case there is a '.' in file name
      adds  55a8ee3   Make appeareance of the bookmarklet a bit nicer, still room for improvement left
      adds  e0a69bb   Make bookmarks sortable by clicks
      adds  0972606   fix: URLs without protocol are now linked to via HTTP
      adds  e6bdd25   fix: links with parameters get cut off at &
      adds  9d4f183   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  3fbc897   My own version of music collection.
      adds  df560b3   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  ad053d5   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  ce1d13c   playlist working
      adds  56399d1   Play and add buttons in the collection.
      adds  ee0954b   fix issue with login being case insensitve
      adds  f5c2c13   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  fbf9d62   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  5301248   Sorting files in l10n.pl to get the same order always
      adds  9b674d2   Added the pot file for contacts
      adds  8543191   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  11c2aff   fixed installer failing due to htaccess. Thanks to Elias Probst
      adds  f8fc8eb   no alert popups, ever. They are just dismissed. Use undo instead.
      adds  88e7939   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  9d48ca7   Style searchbox like other textboxes
      adds  e8fa2d3   Added db4app lib, and apps test_db that shows how it works. Also fixed a typo in db.php
      adds  0e8d325   Added overflow:hidden on the navigation menu That way Apps that have a long name (like OpenStreetGame for instance) show their name troncated instead of continuing over the application frame.
      adds  52ca447   Merge branch 'master' of git.kde.org:owncloud
      adds  b9565cb   Merge branch 'master' of git://anongit.kde.org/owncloud
      adds  897bc55   Revert "Style searchbox like other textboxes" The search box style is a design decision, search boxes are always styled differently from other inputs. This reverts commit 9d48ca75ff5eba2a7ad3af2423388d4ab5e92d8c.
      adds  ee8c252   fixed search box position, thanks Michael
      adds  464c75e   fix search box position for Chromium. Firefox, well ...
      adds  0b17a54   Fix searchbox enter action
      adds  6ec4d58   Searchbox hover and focus now changes background color
      adds  eee7d8d   Reload the personal page when a new language is set
      adds  98ca6c4   Fix changing password in personal page (not complete)
      adds  74c7890   Fix undefined index license in Apps
      adds  fba0663   Add locale for password change error
      adds  0054197   updated translations
      adds  2b572f6   Fix file actions broken in some browsers, rename delete to do_delete - Thanks Bart Visscher
      adds  1b6a77c   Use Chosen for language select form
      adds  fef7e9d   Style changes for multiselect and add tipsy for file size
      adds  bcfdc12   fixed tipsy gravity for multiselect file actions
      adds  04eebcc   apps/user_ldap/user_ldap.php: - Add support for ldapv3 and tls
      adds  0c04356   Support translations for modified date column in files
      adds  d5c73c6   always scan new music files
      adds  5c9178f   Fixed a bug in appconfig, where an initially empty set value led to endless duplicates of this app/key pair.
      adds  5f0ab97   Ctrl+Click on td.filename a selects file instead of default file action
      adds  a695aa3   Months for modified date need to be translated
      adds  affc879   Shift+Click multiselect for files
      adds  be4cb55   Fix newly uploaded files names being cut off if multiple '.'
      adds  281b218   fix detection of empty collection
      adds  b92603b   Translation for date column
      adds  efa3085   fixed picture preview broken for some, thanks to Felix on Shapado
      adds  1c95560   Initial work on resetting forgotten passwords. It works, but still need to email a token to allow reset
      adds  427747a   Cleanup in login templates and link to lost password reset
      adds  5700d8d   added labels for the other advanced fields, thanks to Elias Probst for the suggestion
      adds  e89a4b3   Fix bug: filenames in filelisting are not shown for files without extension
      adds  9411d8b   fixed users not being able to change their password
      adds  e4f70d5   files not viewable from the outside by adresses anymore
      adds  7fa1f81   do not user directories when navigating to /data. Needs more security.
      adds  40d9439   Merge branch 'master' of git.kde.org:owncloud
      adds  3972774   Removed db4app and test_db
      adds  4915610   Fix creation of UID in contacts
      adds  414e5e1   merge Georgs calendar
      adds  4ae5c4b   bug fixes, style fixes
      adds  a61dde9   old files deleted
      adds  82bd2ad   Merge branch 'master' into calendar
      adds  d1daca5   a lot of new functions (e.g. add event form), style fixes, bug fixes
      adds  86f6d2f   Merge branch 'master' into calendar
      adds  b3f6eb2   removed unneeded and dangerous reset button
      adds  8e32cfb   bug/style fixes, multiple language support, german language pack
      adds  fc4d315   spanish language pack
      adds  3cb0725   allday bug fixed
      adds  09c8cd1   remove reset button (again)
      adds  fbb63f1   Some more work on CalDAV integration
      adds  b2fddc4   /appinfo/app.php bug fixed
      adds  bf68cd8   better multiple language support, first integration of new calendar class
      adds  cdf0d01   today hightlight in calendar app (fourweeksview and onemonthview)
      adds  84761b1   CalDAV seems to work now
      adds  ca08ccb   first add event function in calendar app
      adds  778404f   VTODO and VJOURNAL exist as well
      adds  c87cee6   Add VJOURNAL to objects that are allowed by default
      adds  112eccf   Support for etags in calendar
      adds  9472169   Merge branch 'calendar' of git.kde.org:owncloud into calendar
      adds  60a5581   Merge branch 'master' into calendar
      adds  6ad64c6   Timezone bug fixed
      adds  f758d22   Merge branch 'calendar' of git://anongit.kde.org/owncloud into calendar
      adds  57ecf25   Merge branch 'master' into calendar
      adds  9a60313   commit changes of Bart Visscher, see http://gitorious.org/owncloud-dump/owncloud-dump/commits/calendar
      adds  5678d78   new changes (e.g. show events) by Bart Visscher
      adds  3618612   reload page after add event successfully
      adds  7e3fa85   Fix displaying events in month view
      adds  f795ed7   Use AJAX for calendar initialization
      adds  6e746e6   Use data from database to load calendar events
      adds  c306164   Fix coding errors in oc_cal_load_events
      adds  f18af2c   Add enable/disable for calendars
      adds  c769f96   Convert DB startdate and enddate to the user timezone
      adds  a469d15   Add timezone setting to personal settings page
      adds  c8a544e   Use activew state of calendar in choosecalendar
      adds  2815db2   Implement editing of calendar info
      adds  9177a08   Merge branch 'calendar' of git://gitorious.org/owncloud-dump/owncloud-dump into calendar
      adds  b0ce1de   Move date functions to class structure
      adds  a7496b1   Create function getnumberofdays to get a list of month lengths
      adds  58129f9   Merge branch 'calendar' of git://gitorious.org/owncloud-dump/owncloud-dump
      adds  8cbe66b   bug fixes at new event form (categorie and calendar)
      adds  6fa9be7   calendar_calendars.components needs to be longer, adjustments in info.xml
      adds  0c07312   add some categories in calendar
      adds  31a094b   Buttons for play/add albums works. Folding albums too.
      adds  b579c81   Some commented code was still here
      adds  578d1de   Fix OC_USER_LDAP::checkPassword() to return the username
      adds  4723073   merge everything
      adds  3d2b4b0   Convert plain javascript to jQuery for readability
      adds  1bb7542   Change calendar js rendering to class/object
      adds  e765e7e   Changing the active state of the calendar reloads the events.
      adds  b7e9e7e   Simplify forward_day and backward_day
      adds  804af7f   Move generate_dates function to Class/Object
      adds  62cca82   Refactor calendar loadEvents and updateView use
      adds  8cdd9ab   export function and style fixes in calendar
      adds  e89d622   bug fixes in new design of calendar
      adds  71205b8   adding core_unhosted app
      adds  e798c32   renaming core_unhosted app to just unhosted, and cleaning up unused files in it
      adds  1940bc3   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  6eff001   another bugfix in new design of calendar
      adds  6155c75   Cleanup javascript in calendar template
      adds  d33a5ea   Use css classes to find elements, reduces the html size
      adds  208852a   Fix event creation date in oneweekview
      adds  afb07d3   Use css class for view selection radio buttons hilighting
      adds  1bf215c   updated translations
      adds  5536579   updated language codes
      adds  471b543   updated translations again
      adds  2e2bdb4   Update calendar event label creation
      adds  3130234   Remove execute permissions from source files
      adds  cfb932b   Add simple popup to event
      adds  ec87e2e   setup.php: Get 'datadirectory' from config file instead of 'datadir'
      adds  f4b9895   having non-editable stuff as input fields is really confusing. You were right Robin ;)
      adds  0b5f0ac   Don't clear bookmark description field, If it is empty in bookmark metadata.
      adds  c5aa139   Use an animated gif in add-bookmark form, while fetching metadata.
      adds  252bca5   removed database table prefix choice, use oc_
      adds  2fed316   hid localhost field for SQLite
      adds  a47f22a   clarified what we do
      adds  14bbd6f   updated translations
      adds  75383a8   small wording changes
      adds  d6e9bbf   yet another translation update
      adds  f7f527e   updated readme with new description and code address
      adds  b7ba083   Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      adds  abb6a15   Change generateDates to use js Date for calculations
      adds  9b14c27   Store date for click in jQuery.data('date_info')
      adds  0df98b9   Remove generate_ prefix from vars
      adds  fbde66a   Eliminate most global calendar js vars
      adds  dabf10f   Use js Date for holding dates in the whole calendar app
      adds  f3e9887   Implement calendar list view
      adds  74f6dd5   Add creating calendars with the web interface
      adds  5fed5ba   Improving contacts
      adds  e5e4277   Adding "#leftcontent li.active" for using :active with jQuery
      adds  f031e30   show caldav url in choose calendar dialog
      adds  80f5942   translatable categories and other translations added
      adds  760b47a   Use OC_Helper::linkTo also for absolute urls.
      adds  cbb3682   Small update Calendars dialog
      adds  1afeb5c   bug fixes in calendar lib
      adds  97fc236   Fix a warning and an error
      adds  647fab0   fixes in german language
      adds  72aa1bf   Only show used address attributes in contact view
      adds  e9df292   commented out broken code in add event function
      adds  3234597   Correct copyright notices
      adds  cd44dff   Better feedback for saving calendar and openid settings
      adds  de729d8   renamed last CW to Week
      adds  994c7f3   adding webfinger app
      adds  6e6be3a   putting activation inside activate.php
      adds  cb7cc99   correct protocol
      adds  014f4af   fixed translation detection thanks to Xuetian Weng
      adds  b1e3961   removed excess white space inside parentheses
      adds  5fda795   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  d07f3d5   improved troubleshooting instructions
      adds  f93be51   check activation and make activation impossible by default
      adds  5685965   improve uninstalled-protection
      adds  f928d4a   correct xml syntax
      adds  6e569c5   correction in webfinger.php activation trap
      adds  d0746d7   offer login popup from oauth dialog, correct base uri
      adds  fb96256   offer login popup from oauth dialog
      adds  d3f6f61   fixed include for ocs
      adds  9a5530a   Correct deleting events over CalDAV A quick patch that corrects not being able to delete calendar events. (misnamed variable). Thanks to Robert J. Clark.
      adds  67addb4   Add support of editing bookmarks.
      adds  0ff9bc4   Add link and other edit information to newly added bookmarks.
      adds  7c9f100   Fix initial visibility of database settings in setup
      adds  68758f9   Rename calendar javascript functions into Calendar.UI namespace
      adds  cb9a679   Move event form field to part.eventform template
      adds  b6c69e5   Move php code out of part.eventform
      adds  c3ff534   Improve reading of vCard files
      adds  ae622db   Small fix in documentation
      adds  4d7ed0f   Add documentation to calendar.php
      adds  d3ee19e   fix documentation
      adds  388b146   Move Calendar Object code to its own class OC_Calendar_Object
      adds  b413dcf   Fix conversion of VTODO and VJOURNAL items
      adds  15559d3   First implementation of edit event
      adds  2353f02   Fixes for Calendar app
      adds  0fde26c   Close event new/edit dialog when clicking outside the dialog
      adds  73d3dc9   Handle multi open of choosecalendar dialog
      adds  45d42a9   Move validateEventForm function and fix success handling
      adds  2a84f7f   Move most javascript to calendar.js
      adds  54a3b28   Split OC_Contacts_Addressbook in _Addressbook and _VCard
      adds  fe62c80   fix small bugs
      adds  079df42   Disable the Oneday and Fourweeks buttons in calendar interface
      adds  22db688   Remove unused function call
      adds  f0da2a2   Add class versions for leftcontent and rightcontent in css
      adds  d0d3fec   no need to escape values when using prepared statements
      adds  8c7aa06   dont use numRows when it's not needed since it can be expensive
      adds  68e7666   Changed behaviour of remember checkbox
      adds  94696ea   remember changed not to store password in cookie
      adds  0714e83   fix creating groups
      adds  6e980d4   Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      adds  7c5e389   deleteUser function must be static
      adds  0660133   Fix event error/success json message
      adds  d565671   Fix calendar active checkbox
      adds  82c7598   Remove global vars and use the OC static version.
      adds  8966ed5   Cleanup lib/base.php
      adds  e990ef3   Move some common code to OC_Util
      adds  aad6291   Small styling fixes
      adds  917ea58   fix file uploads for IE
      adds  73d0caf   Add Sabre_DAV_Browser_Plugin to *DAV-servers to ease debugging
      adds  5559a0d   updated translations
      adds  e9950de   Make event category choice multiselect
      adds  b73f72f   After clicking Finish button:
      adds  d3fedc1   fixed contacts strings (no technical stuff in the interface, don't scream at people, ...), ready for translation
      adds  aa4aa40   fixed a few calendar words, hack to get shortcode for May translatable
      adds  6e46bd7   integrated and updated calendar translations
      adds  5741811   Fix use of reserved javascript keyword 'new'
      adds  782069e   Change copyright notice to short form
      adds  f65d0e4   moved copyright and license notices in one place
      adds  6f3c118   apps/calendar: check if variables are set before using them
      adds  2267b6e   use jquery 1.6.4
      adds  9c550e8   fix error when uploading music
      adds  8648e3c   only call error_log() if DEBUG is true
      adds  2ff5df1   files: fix wrong image paths if called from files_shareing/get.php
      adds  652b744   don't print empty folder warning if it will be hidden
      adds  761ba4a   don't escape new lines in vevent description
      adds  b0e23a1   apps/calendar: add delete button to edit event form
      adds  7170628   change DATETIME to DATE-TIME in vcards
      adds  d928cd3   files: hide non functioning code when called from a/f_s/get.php
      adds  ff10303   apps/calendar: change ctag after modifying event
      adds  934b184   fix apps/bookmarks if oc_bookmarks_tags is empty
      adds  d7c165e   apps/bookmarks: use curl instead of file_get_contents
      adds  983445c   apps/contacts: fix wrapping issue in addpropertyform
      adds  037d0e9   apps/contacts: only display buttons if there is a contact
      adds  c7d4e72   set cookie secure if forcessl is enabled
      adds  36c31b0   fix warning when uploading file using webdav
      adds  e0d013b   settings/personal: remove padding from quota bar
      adds  b23d030   settings/personal: calculate the relative usage with 2 decimals
      adds  ef07b59   files/ajax: catch upload errors
      adds  152fc7d   files: fix max filesize check
      adds  842ce24   apps/calendar: check for unset variable
      adds  793e29e   Merge branch 'working'
      adds  4aeb299   delete calendar function for userinterface
      adds  3bcceba   prevent people from triggering the setup manually
      adds  63907a7   dont submit the setup form to a new tab
      adds  2608938   remove getID3 demos due to security issue caused by one of them
      adds  da63140   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  c09b125   relabeled Finish setup button with 'Finishing ...'
      adds  408c391   removed deprecated images and icons
      adds  7f83176   no mickey mouse hand for quota bar
      adds  ce2c7ba   widened inputs for language and timezone
      adds  a54ea32   removed 'share by publiclink' app as it has been superseded by Sharing
      adds  700ac75   updated translations
      adds  368412a   lots of music improvements, might break some things though
      adds  ae4c83a   moved scanning to controls bar
      adds  09092dd   check for old password when changing passwords
      adds  c16a9a8   actually check the correct password when changing the password
      adds  57bffdb   fix uploading files using webdav
      adds  6c2b224   remove some debug statements
      adds  64b68f2   correctly update the collection when music files are moved around
      adds  fb01a72   fix creating users
      adds  bc43851   initial commit for gallery app
      adds  1985bfd   Fixed uploaded file hover issue.
      adds  dbddec9   Fixed minor issue.
      adds  17e631b   Use OC_JSON for json responses
      adds  63e6863   Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      adds  bcf92ba   dont set content type to json for Apps
      adds  e4dc33b   Reverting: initial commit for gallery app
      adds  f4ecf47   Fixed delete cross positioning issue.
      adds  2d3c1a3   Fix space in comment
      adds  3fcc7b5   Use correct name for function state for addScript/addStyle in js
      adds  861ef36   Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      adds  83ccbbe   Fixed table gap from appearing.
      adds  bf3248b   remove warning by check cookie before accessing it.
      adds  10c5178   check for php modules
      adds  61aa008   show only most essential stuff in add and edit event form
      adds  c6f78fb   Add flag in info.xml to control the apps that are installed by default
      adds  1f74e76   Implemented ace-edtior as an app. Basic file editing and saving supported.
      adds  3ab8739   Implemented ace-editor for basic file editing.
      adds  3886a74   Updated copyright info and ajax responses
      adds  3129855   Fixed typo. Added translation support.
      adds  2ca74dc   Ficed text encoding bug. Removed unnecessary file retrival call
      adds  4fe993a   Replaced urlencode() and urldecode() with htmlspecialchars() and htmlspecialchars_decode()
      adds  bc7289b   Changed theme. Editing is now default action for all supported types. Fixed static url.
      adds  98ded8d   Added support for more file types
      adds  3c361ce   Removed unnecessary theme files.
      adds  0825073   Editor now loads on top of files app.
      adds  f2a7f23   add status file. useful for external administration. show the ownClopud version at least in the config dialog.
      adds  8c405a5   little bug fixes in calendar app
      adds  8e42b02   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  0fcd765   add check for ctype
      adds  fbada56   fix url
      adds  40b47de   enhance errormessages on setup
      adds  b178310   ignore netbeans folder
      adds  e30220e   media app: show current song, add margin, enable tooltip
      adds  475dd72   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  f14a62c   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  18216fe   xml so soooo oldschool. using json now like the cool kids do.
      adds  59d4ddd   commented out colorfield in edit calendar dialog, because colors aren't implemented yet (it would just confuse the user)
      adds  98c5960   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
      adds  8d14c48   changed short description and styled unobtrusively
      adds  61c4f9b   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  c39c6d3   do not use 'URL' but 'address'
      adds  1639a1c   fix persistent playlist for media player
      adds  93a0e66   styling fixes for playback controlls
      adds  dded8ab   fix small styling problem with playback controlls
      adds  3ebf1a5   dissable app instalation from apps.owncloud.org interface
      adds  19d4121   Change json content-type to correct IANA type
      adds  45c983e   Add missing datetime type
      adds  3f7d964   Color event background with calendar color
      adds  7c20aea   Use OC.filePath to locate ajax entry points
      adds  5875b50   Use .empty function instead of .html("")
      adds  c9c7d5e   Add support for DURATION in VEVENT
      adds  f29f601   Revert "commented out colorfield in edit calendar dialog, because colors aren't implemented yet (it would just confuse the user)"
      adds  8d3c378   sort music collection
      adds  0d40617   improvements in media collection viewer
      adds  fcc6d61   only play the music once
      adds  2086bc4   update sabredav to 1.5.3
      adds  387b94b   fix check for success
      adds  6636720   enhance warning
      adds  182333a   use central method for checking webserver user
      adds  516517d   add margin
      adds  84e209f   added app for admins to create a zipfile containing the owncloud data
      adds  98fad5d   Reapply fix by Florian Pritz: change DATETIME to DATE-TIME in vcards
      adds  d59c482   Change colspan in choose calendar dialog to 6
      adds  35d490f   fix playing songs from search results
      adds  51e6872   escape file and directory names when downloading files
      adds  7fb89c5   enhance detection of un-initialized database
      adds  c3b5794   Revert "enhance detection of un-initialized database", conflicted with setup step, needs rework
      adds  ccfa2dd    Error when only oc_remember_login cookie set fixed. Filled username field when oc_username is set repaired. Problems with "advanced settings" button in installation wizard fixed. CSS improved - login and installation now looks more clean. Request password link removed (email feature not implemented yet). Database radio button bugs removed. It is possible to have an empty database password, now ownCloud will support this "security issue". Ignore Mac OS X ".DSstore" f [...]
      adds  301d7bd   action image for quota is now invisble when user does not hover over
      adds  5775421   user list has descriptions now
      adds  2740491   quota good cleand up
      adds  0541728   added text to localisation
      adds  e2251a4   show typed in username when log in has failed
      adds  ddd3599   added jquery ui icons. otherwise its for casual users impossible to close the new event dialog in the calendar
      adds  f4782a7   Check if the application is actually enabled
      adds  9a5d517   Add more checks for admin user
      adds  ddd28aa   Remove test data from calendar creation
      adds  aae6881   Move display of login page to function in OC_Util
      adds  950d4e1   Move lostpassword code to own app
      adds  f149303   Add email field to personal preferences
      adds  676838a   Implement mailing of password reset link
      adds  5fbf378   Small textual update to password recovery templates
      adds  21a8861   Merge branch 'lostpassword'
      adds  0514a19   choosable first day of week & choosable days of weekend
      adds  c943f48   fixed link to password recovery. removed duplicated and unused code out of index.php.
      adds  5a40804   bookmarks are now translatable
      adds  41dfce1   problem with previous selected groups fixed
      adds  bf6414d   choosable time format
      adds  43a3e46   added drag and drop function for events in calendar app
      adds  a7431d9   remove debugging text in drag and drop function
      adds  50007f2   removed bug, that you can't change time in week view, when event was an allday event
      adds  8219516   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
      adds  1ea183a   fix duration bug
      adds  f9824f6   choosable default duration of event
      adds  0ebe9ad   added function to export single events
      adds  fef31bc   Merge commit 'refs/merge-requests/39' of git://gitorious.org/owncloud/owncloud
      adds  88f4f54   add OC_Appconfig::hasKey
      adds  ba49bcd   Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      adds  daee88f   Changed multiple select for days of weekend to 'chosen'. Cleaned up some code. Removed success message when changing timezone.
      adds  213275a   Add translation and fixed some css problems
      adds  590b006   Removed unused javascript
      adds  bdcf31c   Added translatable text.
      adds  d249e30   Removed jquery ui files and added own cross image to css.
      adds  83e7f9d   showing galleries bahaviour change
      adds  339d417   removing add new album button, removing logs, and unused code
      adds  07b3b10   changing <? to <?php
      adds  54e5a10   avoid creating empty albums, removing od depreciated code openings
      adds  6643f68   merge 'gallery_app_devel' to 'master'
      adds  ee62eb7   adding missing files, don know why they disappeared
      adds  c3d7ffc   adding tmp icon for app, extending memory size for php in .htaccess
      adds  0eddc5c   bump version number
      adds  39c4d9b   enable by default
      adds  7bcc0ef   show galleries in search results
      adds  a2bcbec   Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      adds  481a37f   Show database only in advanced
      adds  6d8985c   added infield labels. readded fade in of login button. updated label on install page.
      adds  25544d3   added mime type for calendar files
      adds  baf2fa3   Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      adds  acbd312   fix add bookmark bug.
      adds  ffc5c4d   Merge commit 'refs/merge-requests/51' of git://gitorious.org/owncloud/owncloud into merge-requests/51
      adds  6159b79   Take setting default value out of loop
      adds  dec8106   Add user friendly calendar color chooser
      adds  e8c6252   Move lostpassword to core dir
      adds  02d7b1a   Added breadcrumb and control bar.
      adds  32ce0d3   Fixed file saving issue.
      adds  6c9ff0e   Fixed ajax urls
      adds  c40a1fc   added import function as filehandler
      adds  77e12a1   fix checkLoggedIn function in import of ical files
      adds  45fda6f   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  58d2844   HTML data is now encoded before being shown.
      adds  9d918b5   Updated control bar styling and save feedback.
      adds  5c9b069   Updated saving feedback to use loading.gif
      adds  09c1179   Fixed breadcrumb issue.
      adds  b60f755   fixed height of infield labels
      adds  de21378   fixed scrollbar issues
      adds  314e847   changed shadow transparency to 50%
      adds  33f24a4   redirect url fixed
      adds  d1518f2   updated calendar settings
      adds  33b6608   fix ical import
      adds  79da90b   renamed unhosted to remoteStorage (needs to be updated with coming protocol version)
      adds  70091ec   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  340f6bb   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  4bcb6f5   remeber cookie bug fixed
      adds  2d9c3d7   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  fa203d1   Added fillHeight() js function for resizing editor
      adds  451b594   fixed scrollbar issues. fixed missing breadcrumb image.
      adds  0179b61   fixed another bug with breadcrumbs
      adds  39d42fc   Save button now removed after closing editor
      adds  93ed844   Control events are now bound on the page load rather than everytime the editor is loaded.
      adds  813e8b2   Added all the remaining extensions to filetypes mapping which ace-editor supports.
      adds  1fba861   move some code to where it belongs and remove duplicated editor app
      adds  c6a73be   remove now unneeded textviewer
      adds  15e5bd1   use texteditor for search results
      adds  86825ee   Cleanup of code. Fixed breadcrumb removal issue
      adds  edd9588   Moved addScript and addStyle calls to app.php
      adds  fada351   All the basic field for add contact added
      adds  2c95c79   Add new contact name to end of cantact list
      adds  8e532b5   removed extra calendar settings. Also, table layout?
      adds  28dcbe3   disabled gallery app by default until it's in a branch
      adds  d5931b8   gallery db query fix
      adds  af6eb52   correct wrong variable name in remoteStorage app
      adds  30343f1   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  d9464de   Updated saving feedback
      adds  36196b6   use browsercache for gallery covers
      adds  a862126   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  7579fc7   updated margins
      adds  5570222   Added the missing quotes on the filename.
      adds  8781781   Merge commit 'refs/merge-requests/54' of git://gitorious.org/owncloud/owncloud into merge-requests/54
      adds  3388381   Fixed the 'Undefined index "user_id"' bug when requesting a publicly shared folder and being logged-out. The OC_App::navigation array contains by default only the help menu.
      adds  543e845   Merge commit 'refs/merge-requests/53' of git://gitorious.org/owncloud/owncloud into merge-requests/53
      adds  0cde2a3   Fixed the file sharing listing bug (filename is empty when it has no extension in a publicly shared folder).
      adds  ae56bb6   Merge commit 'refs/merge-requests/52' of git://gitorious.org/owncloud/owncloud into merge-requests/52
      adds  f92fa69   another query fix
      adds  08c38c8   Updating .gitignore to ignore *.geany project files.
      adds  c853fc7   BUGFIX: removed the hard-coded Continent selection for Calendar Timezones.
      adds  bb26fe9   Merge commit 'refs/merge-requests/55' of git://gitorious.org/owncloud/owncloud into merge-requests/55
      adds  55ab68a   support of RRULE in calendar app
      adds  bf017fb   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  c28f1e0   Implement timezone fix from Stephen Rees-Carter
      adds  4786ed3   Replace _ in timezone setting with a space
      adds  b0847a61  Start using OC_JSON in gallery app
      adds  3cc7212   Add icon for calendar color selector
      adds  e345fbd   conflicts solved
      adds  20554be   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  980a089   Change colorselector to use border for selected color
      adds  0aaa1fb   added Silk icons by Mark James (CC-BY)
      adds  fa72f1c   some icon corrections
      adds  ab5e26d   renamed icons
      adds  4fc8e28   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  6449a45   disable openid on default
      adds  65a491e   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  d0107a0   Merge branch 'master' into ace-editor
      adds  66db813   Merge branch 'ace-editor' of gitorious.org:owncloud/owncloud into ace-editor
      adds  1f562a2   fixes for the mimetype icons
      adds  538abb9   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  adebefa   Fixed editor loading and file saving issue
      adds  7e0da0c   fix amapache url
      adds  bc54f13   Fix name when adding contact
      adds  8ea9c39   Fix saving properties with a new contact
      adds  f95e8c6   Save the right contact property
      adds  46b8703   Display contact name without label and in bold
      adds  a13d42f   Fixes for adding contact property
      adds  0bb3270   Revert "support of RRULE in calendar app" Reverting as per Georg's request (not stable enough yet)
      adds  71caa4a   added code and license links next to version number
      adds  590ff0c   moved bookmarklet to personal. username must be provided when adding a new user.
      adds  39e7db7   added missing files
      adds  f3f5d77   removed description field for calendar
      adds  6b64aa3   removed description. changed target to _blank. removed sorting. updated layout.
      adds  bbd96fd   webkit searchfield bug fixed
      adds  deaeab3   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  42f289d   Updated bug message
      adds  f4fb635   use install.php properly
      adds  4a4e6eb   apps/bookmarks: follow redirects when fetching title
      adds  19d4e6e   apps/bookmarks: remove unused variable
      adds  88aa40e   Show add contact form on opening contacts page
      adds  203f7a3   Move contact delete button to top right corner
      adds  6e62911   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  e2468c4   fix webfinger install script
      adds  f49ecee   reload calendar automatically
      adds  e710bcb   add owncloud autosetup option
      adds  c48fbd3   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  6163351   master is now on the way to ownCloud 3
      adds  9d3c7ba   Fixed a bug in checkWebserverUser
      adds  8da00e2   avoiding notice if ['HTTPS'] is not set
      adds  d7fa2a0   mimetype icon improvements
      adds  f1fd374   webdav workaround for apache+php-cgi
      adds  db2fb38   prevent error involving webdav workaround
      adds  c0b011e   Initialise hasOtherDB var when not true in installation
      adds  2cc5f5e   made work with http authentication kind of sso login
      adds  9a5af50   Merge commit 'refs/merge-requests/59' of git://gitorious.org/owncloud/owncloud
      adds  ef8826a   remove 'description' from OC_Connector_Sabre_CalDAV propertyMap
      adds  c86d182   Improve handling of calendar export $_GET params
      adds  8450785   Merge commit 'refs/merge-requests/57' of git://gitorious.org/owncloud/owncloud
      adds  169dd7d   Prevent category in jquery-ui on cal. to overflow
      adds  125da47   Merge commit 'refs/merge-requests/61' of git://gitorious.org/owncloud/owncloud
      adds  f29dc0c   correct language name
      adds  3fee961   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  9bde002   Fixed issue with opening editor multiple times.
      adds  8d4039b   Add loading message to image lightbox and tweak events
      adds  9cfae56   Fix calendar colors with new calendar
      adds  c383543   Remove unused parameter
      adds  5d09a5e   Add some color in error messages + img for hints
      adds  0e2b957   add pdo backend to oc_db
      adds  5e3ecbb   dont use numRows when it's not needed since it can be expensive
      adds  b863678   merge master into database
      adds  39fa5d1   always use mdb2 for installation
      adds  949494c   mimetype icon improvements
      adds  8b3c4e9   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  9ba384b   merge master into database
      adds  ffb9a04   webdav workaround for apache+php-cgi
      adds  512d226   merge database into master
      adds  4cbae82   Merge branch 'master' into calendar
      adds  a01d10e   Merge branch 'master' into calendar
      adds  ea8461e   scrolling in calendar
      adds  323a98a   Merge branch 'master' of gitorious.org:owncloud/owncloud into calendar
      adds  9ce1566   Merge branch 'calendar' of gitorious.org:owncloud/owncloud
      adds  543537e   Fix installer for postgresql : correct table detection query
      adds  c105268   Fetch prefix from config at installation instead of a hardcoded value
      adds  90c54ad   Fix typo in getting var from config
      adds  d11a8f4   some minor tweaks to oc_db
      adds  820cd0f   provide a logging mechanism
      adds  d9372ac   make log level configurable
      adds  b0127e3   use OC_Log instead of error_log
      adds  1f6be85   Fix bookmarks app to work with postgresql.
      adds  330c513   prevent error in media player ajax api
      adds  77378fa   fix now() function for sqlite3
      adds  595b13f   prevent the remaining ob_clean related errors
      adds  4d1776f   catch some edge cases in media player
      adds  4929315   Fix bookmark listing with mysql: limit is binded as string.
      adds  3c5a6a3   Use notification to inform about errors in file list.
      adds  7358d9e   Fix quota onBlur In Settings, Take from right attribute
      adds  ebd36d5   Remove unnecessary exec for getting timezone and fix spacings
      adds  2ac00b3   Fix file sharing : Don't give a unused param to execute
      adds  59eac3b   Correct little typo/bug in log display and remove ending php tag
      adds  28ab390   mount filesystems on demand
      adds  b975f11   make sharing work with the new mouting mechanism
      adds  29368d1   Add 3 More log writing in files sharing app
      adds  b15d887   Correct use of null for not null columns in media scanner
      adds  9ea3425   Lower also the album name in media scanner...
      adds  da8d32a   Tweak bookmarklet to not change the current page. Correct encoding when add bookmark
      adds  7e34452   Little trick to avoid editor loading twice on double click
      adds  273972b   prevent sql error while initializing apps on sqlite2
      adds  466b41c   Don't use sys_get_temp_dir(), as it reports the wrong path in restricted environments
      adds  8f77179   Merge commit 'refs/merge-requests/64' of git://gitorious.org/owncloud/owncloud
      adds  e9b6a10   remove unneeded definiton of get_temp_dir
      adds  3a937f7   escape filenames for getMimeType
      adds  2906ea3   Add caching for filelist sharing icon status to avoid many http req.
      adds  f0565de   use fancybox instead of lightbox
      adds  43c28b9   hopefully finally fixed the initial breadcrumb arrow
      adds  92ba000   only show checkbox on hovering filetype icon
      adds  c420001   bold current folder in breadcrumbs
      adds  ba3d139   Merged from master and fixed issue with opening multiple editors
      adds  61660c0   Fix function name error in contacts app
      adds  8c7fc03   Correct unknown breadcrumb add '/' permanantly in it and DRY code for last breadcrumb
      adds  4c25643   removed '/' from file path because only Unix people understand the concept of that. Plus, 'Files' itself is the root.
      adds  50bf7a9   Redirect file browser if directory does not exist
      adds  aa087f8   Change javascript new folder from old icon to new
      adds  0d4240e   Fix music navigation entry controls going over the sidebar
      adds  9d46c37   Fix unescessary use of non portable 'replace' sql and add loging when GD not installed
      adds  42306f1   Avoid error when no image is provided for cover or thumbnail
      adds  af1f030   fix log level check
      adds  7761765   change licencing headers for sqlite3 driver
      adds  045c42a   new "external" application. you can integrate external application like roundcube, squirellmail or a wiki into ownCloud.
      adds  3acea2f   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.
      adds  b224991   Fix translations, empty properties
      adds  d896662   Some improvements on the contact application
      adds  835c56c   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  4d60f9d   improved style in contacts
      adds  da4a1e6   Change 'Help translating' to 'Help translate'
      adds  74740fb   Do not set incorrect components for default calendar
      adds  38bb503   fix fopen
      adds  122fa19   improve mimetype detection
      adds  93c18e9   added all logo source SVGs
      adds  c28504d   textfield is now less obtrusive / opaque
      adds  4140a75   corrected position of in-field labels a bit
      adds  6592fbb   improve detection of database backend
      adds  8d20353   corrected link for app dev instructions
      adds  f073041   provide function for updating the database scheme
      adds  410c6bb   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  abf33d3   use existing correct info icons
      adds  715e376   Fix setproperty form
      adds  6eee638   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  d7a7c40   Moved breacrumb styling to core for use outside files app.
      adds  d46288b   'New' button, needs some css work
      adds  0c890a5   upgraded the new new button. Didn't and doesn't work in Firefox though
      adds  c0e9c80   Disable loading non-existing settings script in bookmark app
      adds  6d4d15b   Fix html id's in part.addcardform.php
      adds  7b01858   Enable php display_errors setting
      adds  5ffec92   upgrade to Sabredav 1.5.4
      adds  e533e82   Add sequence name in insertid to be more portable
      adds  c7d1737   attempt to manage some special chars in file list
      adds  13d2c5e   Fix bug with spaces in file names.
      adds  7b3ae2e   use database table prefix from installer, not the old configured value
      adds  e2907eb   no longer rely on PEAR::isError since we can use PDO now
      adds  8eda6f8   make webfinger work properly if owncloud is installed in a subdirectory
      adds  a809fe9   Add a dependencies check apps
      adds  a21908c   Change name and fix a typo
      adds  eaad3ab   Be consistent with licencing
      adds  ce2b39b   Merge commit 'refs/merge-requests/69' of git://gitorious.org/owncloud/owncloud into merge-requests/69
      adds  2c68aab   Merge branch 'master' into newbutton
      adds  bf18568   small styling fix for New button
      adds  9a049de   fix mimeicon for new files
      adds  e55c5c5   make 'New' button work with firefox
      adds  b3bb83c   Do not use mix data/attr to retrieve filename ... data() will try to convert filename to int
      adds  095d0aa   Add WebFinger's .well-known file to .gitignore
      adds  70014c4   Removed if !mod_php5.c around RewriteRule Made things work on Dreamhost shared hosting
      adds  75ff9ab   Fix another problem of the so-called 'fix-special chars' commit.
      adds  8de7c36   Fix broken upload since merge of new button branch
      adds  2fa9e32   Manage More special chars in file listings. ';' is still problematic
      adds  7de591f   Avoid Huge error message when unable to read log file
      adds  cc35cb7   Try to avoid closing the share box too soon on multiple selections
      adds  3940ca3   Display correctly the error message when nothing is retrieved from OCS servers
      adds  97291fd   Add allow_url_fopen directive to admin_dependencies_chk
      adds  452a463   Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file content, as is recommended by SabreDAV to handle large files.
      adds  7a8c762   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  059ab88   Fixed error where saving message appears twice.
      adds  c338847   Fixed problem closing the editor.
      adds  88de9e4   Keyboard shortcuts for saving. Refined code.
      adds  dd7a411   Disable save button while saving. Streamlined code.
      adds  2bd28ac   take free disk space (and user quota) into account for max upload size
      adds  841be90   Improve style in contacts
      adds  b3a73c7   Fix comments/documentation
      adds  4b424e1   contacts: put property key in background, the value is important!
      adds  938c5ef   contacts: every card needs a version!
      adds  ef124c3   Use a function to generate select options
      adds  0d274b0   fix id3 tag resolve. should use utf8 from getID3 directly but not to convert them from ISO8859-1 to utf8 after analyze.
      adds  96b91e5   fix ampache encoding problem. use htmlentities encoding parameter directly.
      adds  28cd41a   users_ldap - added getUsers() method to fetch all existing users from LDAP server
      adds  a70c2b3   apps file_sharing  changed  $RUNTIME_NOAPPS = true; to  $RUNTIME_NOAPPS = false;
      adds  82f30c7   apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax file to enable other user backend
      adds  7454af0   apps files_sharing - fix in share.js to check the "can edit" checkbox - there was a bug in share.js so the checbox was always unchecked
      adds  1c7ba0d   added .buildpath
      adds  0155eff   - bugfix: allow anonymous bind for search, then bind with users credentials. - added explaination how to setup anonymous bind for search to template - make usage of TLS configurable
      adds  cff6a41   fixed copy&paste error: store ldap_tls setting in user_ldap, not user_tls
      adds  bf84aa2   - provide a setting for the ldap user display name instead of hardcoded value 'uid' which is not common for Active Directory - provide a sorted list of ldap users - replaced double quotes by single quotes and spaces by tabs according to coding standards - replaced hardcoded strings in template by translatable ones
      adds  48ae18a   - fixed translateable strings in template - added explaination about ldap filter and display name - bugfix: keys in ldap response are lower case => lower display name filed before searching
      adds  4bebf41   use oc_appconfig instead of oc_config for the external apps
      adds  949bd2c   first small step to an automatic updating system. At the moment we only have a hint that a new version is avaiable and a link to a not yet existing page if updating information. This has to be improved.
      adds  7df9d93   second half of the updating stuff
      adds  ad390d5   Add type selects to editing ADR & TEL contact property types
      adds  a2ecdfc   Contacts: support multiple phone type parameter
      adds  5e037bf   Contacts: remove redundant li in setpropertyform template
      adds  a12cdb5   Replace ownCloud calendar html with fullcalendar implementation
      adds  4075d18   Implement loading of events in calendar
      adds  2e6ec6c   Connect calendar buttons to actions
      adds  4fe48a5   Translation of calendar interface
      adds  0eb6c75   Connect newEvent & editEvent to fullcalendar
      adds  bb5ccc5   Connect popup to fullcalendar
      adds  a8bca28   Implement moving of event
      adds  3d8a1cc   Implement resizing of events
      adds  2269f74   Fix changing calendar data
      adds  beb5d62   Optimize deleting event
      adds  96002c8   Implement listview for fullcalendar
      adds  085001f   Disable calendar scrolling, doesn't work yet
      adds  a1eda42   added transition function from 'old' calendar to fullcalendar (fixed currentview bug)
      adds  eb68201   Better event popup
      adds  92fa6f0   Fix size calculation with css styling of tipsy popup
      adds  d50b014   fix allday bug
      adds  433b57c   fix new allday bug
      adds  cf5686d   Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar
      adds  268e667   update pot file for calendar
      adds  0011c42   Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar
      adds  9761a1d   translatable error messages
      adds  dc9c5f1   Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar
      adds  9832a08   Merge branch 'master' into fullcalendar
      adds  950018b   Fix scrolling calendar
      adds  50649ad   Implement select event creation
      adds  55d9574   Fix fromtime/totime warnings
      adds  d0e9c81   Quickfix hanging tipsy popups
      adds  1e8e2ae   Move unselect call to after the dialog starts
      adds  8dd2f46   Cleanup tipsy popups on more actions
      adds  c65e417   Use parse function in Calendar_Object
      adds  b095859   Use Last-Modified property to check for changed events
      adds  26272c4   automatic timezone detection
      adds  03d9fab   fix caldav url
      adds  e5a3ab8   Merge branch 'master' into fullcalendar
      adds  eea20e5   another fix of caldav url
      adds  a303992   support for repeating events
      adds  89b3a39   fix timezone for repeating events
      adds  3d49800   first implementation of the search function
      adds  6c46923   Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar
      adds  a38778f   fix timeformat setting for fullcalendar
      adds  ee549df   Fix scrolling through months
      adds  bae6c11   Merge branch 'fullcalendar'
      adds  2dd7571   Fix file dropping on root (Files menu entry)
      adds  6c01175   fix ampache htmlentity calls
      adds  93502b3   Music - Fix album and artist expand layout.
      adds  18d8dc4   Added option to lowercase all usernames. This resolves bug with Windows AD servers as LDAP server. Windows is case insensitve on logon requests. If users are stored camel case and logon using all lower it causes issues as OwnCloud is configured to be case sensitive.
      adds  8d09243   Adjusted the check user function to lowercase the return.
      adds  c945989   Total rewite of fix. This now re-looks up the username and returns that for use.
      adds  76bfc3b   set http auth headers for apache+php-cgi work around if variable gets renamed by apache
      adds  fab70cb   removed no longer used function and exec command security++
      adds  cea6561   Update chosen to v0.9.5
      adds  4a57728   Bookmarks: make a soft-requirement of php-curl
      adds  43911d9   Template: output better html for select options
      adds  9701145   Contacts: make type of phone property also multiselect in addproperty
      adds  6ce6cbf   Contacts: better label for saving a property
      adds  53ff85e   Contacts: layout updates
      adds  1d312cf   Correct ldap check in dependencies_chk app
      adds  ced9442   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  bf719d6   Disable save button whilst saving. Refined code.
      adds  2d39129   Contacts: Allow '/' in property name
      adds  e5fdc60   Calendar: Use the default timezone that is set in lib/base.php
      adds  0bbeb13   Calendar: Also check if the enddate is in the requested range for events
      adds  25a6679   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  3184614   Contacts: make name editable again
      adds  a0548a4   Don't trigger file action when renaming, stupid fix for stupid firefox behaviour
      adds  afa93c1   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  b9e6f5e   compliance with http://www.w3.org/community/unhosted/wiki/remoteStorage
      adds  c67ac46   Use a proxy class to interface with Sabre_VObject classes
      adds  247146f   Contacts: refactor rendering of part.details template
      adds  7e990a8   Contacts: refactor common ajax functions to OC_Contacts_App
      adds  36abf22   Contacts: Fix postname var spelling
      adds  1220edd   Contacts: Add direct link to details of a contact
      adds  546b727   Contacts: Add "Preferred" before phone label for preferred numbers
      adds  a389d94   Imageviewer: fix fancybox.png image url in fancybox css
      adds  0342b5f   Fix filename of log icon
      adds  9ba59ae   Sort apps on name and enabled status
      adds  d4546cd   bump version number to force db rebuild
      adds  eeaf539   Gallery: splitout model code
      adds  2e951c0   Gallary: Fix alignment of album thumbnails
      adds  a3cb040   Update OC_VObject
      adds  1746cba   Some small changes
      adds  3f44a28   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  ccd9b56   after editing a user quota, set the value of the quota field to how the server parsed the input, not the user input
      adds  9c6d3a8   also update the data attribute holding the quota
      adds  5e711f3   make filesize parsing case insensitive
      adds  a862fec   make remember login token also dependent on password to protect against some brute force attacks on this token
      adds  6cef214   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  65214be   make the sharing app return the corrrect result for is_writable on the shared folder
      adds  dc64194   fix some display issues for readonly folders
      adds  9e50cec   Fix shared status for files inside a shared folder
      adds  3d1acca   add licence file for sabredav
      adds  4eb36b0   Calendar: refactor common ajax functions to OC_Calendar_App
      adds  ff346ad   Calendar: small for loop fix
      adds  dff9585   Contacts: add missing property_options template var
      adds  fbad1da   Contacts: check if PREF parameter is set before useing it
      adds  d5e9c7d   Gallery: fix calculation of folder thumbnail selection
      adds  e1b9b65   Use correct appid for lostpassword email preference
      adds  9bb0049   Fix whitespace folder name
      adds  1fe55b6   fix upload error reporting
      adds  55e8b02   new way of showing gallery covers
      adds  c32cce4   new way of showing gallery covers, missing files
      adds  0d022de   Merge branch 'master' into gallery
      adds  865be60   adjusting to new db "api", merge with master
      adds  3c42867   merged
      adds  25fa9bf   merged with stash
      adds  6a1a7fc   merged with stash
      adds  1383cb5   removing and renaming albums
      adds  524aaf0   Merge branch 'gallery'
      adds  f7674d0   pdf viewer from Google Code-In program
      adds  1efb4a0   remove debug messages in console
      adds  f009ede   some styling changes for the pdf viewer
      adds  5bff1c8   some coding style fixes for the pdf viewer
      adds  95b9f4e   Fix folder names with + characters in it
      adds  1cddfe8   Keep the urls pretty, decode forward slashes
      adds  5fd595c   Calendar: add loading indicator
      adds  21d613c   Added export.php for contacts app. Works the same way as the one in the calendar app, except there is no UI for it. Fixed indentation in /index.php
      adds  58d1a35   Removed some debug statements. Changed double quotes to single quotes.
      adds  95ae0f2   Added UI for selecting/editing address books. Export, CardDAV link and activation/deactivation of address books done.
      adds  2b48b73   Merge gitorious.org:~tanghus/owncloud/tanghus-owncloud into tanghus_remote_backup
      adds  830efdc   Fixed adding, editing and deleting address books. One minor UI flaw remains.
      adds  b3661ad   Various fixes to multiple address books handling
      adds  7aa8eb3   Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backup
      adds  5cb1054   Resolved conflict
      adds  c7b7758   Updating of contact list when activating/adding/deleting address books now works.
      adds  39430c8   Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backup
      adds  d55e689   Added readme.tanghus
      adds  ec12dec   Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backup
      adds  59ad0a6   Update README
      adds  feeb0c7   Misc. changes after review by bartv.
      adds  f3e8776   Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backup
      adds  3e2e519   Merge branch 'tanghus_remote_backup' of git://gitorious.org/~tanghus/owncloud/tanghus-owncloud
      adds  16e4e6d   Contacts: small merge cleanups
      adds  8afb2e9   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  9b59bf4   Fix encoding again and update the link after renaming files
      adds  349923c   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  2ea2086   gallery fixes
      adds  86b65c2   Keep the urls pretty, decode forward slashes for newly added directories
      adds  a7b048d   Added thumbnails to contact list. The contacts have a default thumbnail when the page is first loaded. Once the page is loaded the thumbnails will be lazy-loaded to the contacts viewable.
      adds  092c41f   Added missing files and tried to revert the wrong commit of app/contacts/js/interfaces.js
      adds  16c8f62   Merge git://gitorious.org/owncloud/owncloud into contact_thumbnails
      adds  5a99310   Merge git://gitorious.org/owncloud/owncloud into contact_thumbnails
      adds  a70fbce   More missing js.
      adds  ed2ba4e   Merge branch 'contact_thumbnails' of git://gitorious.org/~tanghus/owncloud/tanghus-owncloud
      adds  96dc279   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  31663cf   contacts entry duplication fix
      adds  eb4cd86   Include PostgreSQL when checking for available database drivers.
      adds  215cb1e   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  8efec8e   Remove repeated code
      adds  e04951f   Fixed keyboard shortcuts
      adds  4eb7487   Updated ace-editor software
      adds  ad9a81b   Added support for more file types
      adds  5d9b7bf   Added ace license file
      adds  67854a9   Removed old code
      adds  65c37ab   added ace source
      adds  f7f19af   Handles file permissions. Protect against overwriting changes.
      adds  18b8dc1   fixed saving bug
      adds  19186bf   hide save button for read-only files
      adds  3be0564   improved ui and save button action
      adds  6c78cd2   Moved .separator to core css
      adds  27d9cbd   Added 'Go to line' functionality
      adds  39e6770   Updated jquery ui js and css. Improved color scheme.
      adds  5ebf8a8   Removed old jquery-ui css and js
      adds  5a5b216   Fixed error message
      adds  2c4ab35   Shared folder no longer draggable or droppable
      adds  06d2a87   Fix js error
      adds  e7de254   Fix missing ;
      adds  cbb2db8   Fix merge conflicts
      adds  39a7bd9   Added data-read and data-write attributes to file list
      adds  0730077   Used data-read and data-wite when binding drag and drop events
      adds  ebe3ae5   removed data-read and fixed droppable logic
      adds  4793d25   Added license and waiver of conditions for jquery.inview. CSS fix on contact list. Query contacts from multiple address books.
      adds  830a34a   Merge git://gitorious.org/owncloud/owncloud into tanghus_contacts
      adds  97471b5   Thumbnails was overwriting default style so hover and active didn't work. Moved them to the 'a' element instead.
      adds  1b146b8   Removed redundant DB queries.
      adds  5d8314c   Merge git://gitorious.org/owncloud/owncloud into oc_image
      adds  6207c04   Added class OC_Image
      adds  c500c1e   Removed some denug statements and an exception thrown.
      adds  929ce2b   Small fixes
      adds  64a2419   Fix return for empty Shared folder in opendir()
      adds  853d173   Merge git://gitorious.org/owncloud/owncloud into oc_image
      adds  312e799   Added image type specific loading and displaying. Added method 'valid()' to tell if image contains a valid resource. Renamed imageResource() to resource().
      adds  19328fd   Initial commit of common filestorage
      adds  782d201   Move to branch
      adds  51dfb0a   Merge git://gitorious.org/owncloud/owncloud into oc_image
      adds  db67384   Mixed up two lines :-P
      adds  a8789eb   Removed static declaration from loadFrom* methods.
      adds  536bc3d   add jplayer source
      adds  1415cb8   add infieldlabel source
      adds  a9bab16   Replace canRead()/canWrite() with is_readable()/is_writeable() for proper permission checks
      adds  470bab9   Fix typo in move error message
      adds  fb4c3bd   Merge git://gitorious.org/owncloud/owncloud into oc_image
      adds  4374d55   Correct local permissions checks
      adds  29048bf   Merge git://gitorious.org/owncloud/owncloud into oc_image
      adds  c62c55f   Added save() to OC_Image.
      adds  6a7fbf9   Added more error checking and debug on missing image support.
      adds  534b6f3   Fix whitespace username
      adds  a1af757   Fix whitespace username in the installation form
      adds  cc55f00   fix is_readable and is_writable
      adds  2a18463   Merge git://gitorious.org/owncloud/owncloud into oc_image
      adds  b8cffbc   OC_Image::__invoke didn't return anything thus causing contacts/thumbnail.php to spit out lots of error messages.
      adds  4c8f17a   don't try to use mod_rewrite when it isn't enabled
      adds  9e9bc14   don't check if the target path is writable for operations that can create a new file
      adds  868a3b5   Fix sqlite detection for Ubuntu 11.10
      adds  e0a058c   remove error output if symlink already exists. this can happen if a user removed config.php to trigger the setup wizzard
      adds  6dcabdc   Fixed merge conflict in /files/ajax/move.php
      adds  b401228   first implementation of fullcalendar plugin with old buttons working
      adds  d09b3ad   Revert "first implementation of fullcalendar plugin with old buttons working"
      adds  e48377d   added transition function from 'old' calendar to fullcalendar (fixed currentview bug)  and removed listview (it is not implemented in fullcalendar yet)
      adds  c40383b   enable listview button
      adds  7fd52de   fix merge conflicts
      adds  361d4ac   fix merge conflicts
      adds  2103c33   Merge branch 'master' into calendar
      adds  add48b2   optimize timezone detection
      adds  bd68cee   add resettimezone file for testing timezone detection
      adds  ac8177d   Merge branch 'master' into calendar
      adds  b7c754c   Merge branch 'master' into calendar
      adds  33caa64   check for php version is greater than 5.3.0 - we make extensive use of Date Time Libs
      adds  56f12cb   delete unused files
      adds  1ab0ade   Merge branch 'master' into calendar
      adds  f6ed7a1   Merge branch 'master' into calendar
      adds  469e983   fix merge conflicts
      adds  5e6fa60   use OC_JSON::checkLoggedIn() in all ajax files
      adds  8ee5370   use pre-decrement instead of post-decrement
      adds  9eef57f   make repeating events editable
      adds  d582f75   Merge branch 'master' into calendar
      adds  ffa835c   fix the default setting for yearly repeating events
      adds  3bb11db   Merge branch 'master' into calendar
      adds  e6739d2   add function to detect always the timezone
      adds  5ccd269   remove unused js
      adds  30857b2   Merge branch 'master' into calendar
      adds  fe59015   Merge branch 'master' into calendar
      adds  a88cc91   fix end for repeating events
      adds  d3a0c73   fix repeat rule for every weekday
      adds  edc9a15   fix editeventdialog for monthly repeating events with a specific weekday and weeknumber combination
      adds  a01a3d4   fix autodetection for the week of the month
      adds  be9ca44   fix bug in 3rdparty lib
      adds  486694c   fix js for repeating events
      adds  cb445de   fix login check in ajax files
      adds  b6d66c4   Remove the keys in preferences when a user is deleted - Thanks rogerc
      adds  48a8f2a   Content type header was sent when saving image to disk.
      adds  d80b477   Wrong permission checking on file save.
      adds  2f86a62   Added fixOrientation method which rotates the image based on EXIF data.
      adds  db490fb   Merge branch 'master' into calendar
      adds  f18e866   improve search function
      adds  f9db424   add a formfactor session variable which is autodetected but can also manually overwritten via a get variable. currently we have:          * default -> the normal desktop browser interface          * mobile -> interface for smartphones          * tablet -> interface for tablets          * standalone -> the default interface but without header, footer and sidebar. just the application. useful to use just a specific app on the desktop in a standalone window. In the futu [...]
      adds  d485a70   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
      adds  47a275f   Use  parameter
      adds  0d81014   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  064d6b8   update calendar pot file
      adds  67a8ae0   fix search function
      adds  c3cda81   update calendar pot file
      adds  a9aabd1   3rdparty: fix bug in when
      adds  33847dd   enable gallery and admin_export by default at least for the alpha and beta.
      adds  9ed3c31   automatic adding of photo to album, feedback for user while scanning, general cleanup
      adds  e51957b   gallery version bump to force db update
      adds  2de3b4b   rename and delete hooks
      adds  6b95d74   Sort results from music collection getters.
      adds  5b57cd3   Also use track_number to retrieve song track.
      adds  23f52aa   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  21c4515   rename fix, licence header added
      adds  6c09d9e   some fixes in the sqlite3 driver
      adds  91a9688   minor changes to mysql setup
      adds  9a4e374   small fix in sqlite3 driver
      adds  ecf6f2c   automatically upgrade the main database on version number increase (doesnt work with sqlite for now)
      adds  09a5317   fixes in the sqlite manager driver
      adds  c6aa0f9   set the installed version after updating the database
      adds  001d06f   fix errors during database migration
      adds  fea68e0   update apps when their version number increases
      adds  010bfa1   Fix updateApp() and add extra check to updateApps()
      adds  034cf19   allow changing database backends between PDO and MDB2
      adds  6a29599   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  c2392bb   db overwriting, gallery creating fix
      adds  76b193c   don't try to upgrade what isn't installed
      adds  a4e14b4   load reverse driver when updating database
      adds  4d1ed7e   Improve music playlist rendering.
      adds  ae71116   improve detection for mysql databases
      adds  49337e0   dont create a new user when it already exists
      adds  9c62484   dont overwrite the database with the gallery database
      adds  4c91ca2   Merge branch 'master' into calendar
      adds  9e105d9   remove old code in comments
      adds  041e357   When a music file is playing, the page title gets modified.
      adds  13784be   mp3info is giving to much trouble, get rid of it
      adds  ed5fb90   remove mp3info from dependency check
      adds  e5d3666   Merge branch 'master' of gitorious.org:owncloud/owncloud into jqueryui
      adds  37f5a8c   improve pgsql database detection
      adds  de3032f   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  fbb126c   save updated version number of apps after updating
      adds  5e40653   Missing line return
      adds  5f04b41   Just a comment ;-)
      adds  d91a4fc   Changed SQL queries for looking up contacts to only query once and sort at the same time.
      adds  85ab3b3   Modified thumbnail.php to use OC_Image. Cut out 50 loc ;-)
      adds  47548fb   Fixed showing first contact if non is selected.
      adds  604ca61   Some cleanup, better error messages and such.
      adds  978a08a   Fixed Phone types not being saved correctly when adding them.
      adds  5817bd1   Merge branch 'tanghus_contacts'
      adds  3f67918   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  6d37c7d   Added live search
      adds  66020c5   update page title
      adds  2a0ed93   improved ui for go to line button
      adds  a0ff21a   added a file to fix wrong recognised mime-types
      adds  fd4b638   default table prefix to oc_ if not set
      adds  9d9f254   Quick fix for file actions inside Shared folder (or other readonly folder)
      adds  df10d7f   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  125731c   fix uploading to subfolders
      adds  ac63afb   Insert new contacts alphabetically correct in the list. Added some tipsys to the editor.
      adds  aadb81a   OC_DB::insertid was being called too late to get the correct result.
      adds  60653c0   Return standard thumbnail even if contact couldn't be found as it could be because it was just added,
      adds  e316cdd   More fixes on saving TYPE parameters. Use jQuery Dialog for error messages instead of alert()
      adds  d23c936   Merge branch 'tanghus_contacts'
      adds  f67e5d1   update translations
      adds  3c910b8   also use translated string for music navigation entry when showing inline controls
      adds  d92b083   fix old calendar name and color not being preserved when editing a calendar
      adds  5500041   Added missing }
      adds  1a6ad81   CSS cleanup, more error checking, better error messages, general cleanup.
      adds  d93a5a0   Added files for error messages, removed old syle sheet.
      adds  eae3e13   Make sure VERSION is set. Set REV for each edit. Download single VCard.
      adds  237ba65   Localizin strings and adding error checking.
      adds  dddcd66   using new image backend, moving ajax calls to one file, using generated thumnails to speedup covers loading
      adds  24dc1ae   Tweaked some tipsys.
      adds  afa07be   resolving depricated script opening
      adds  118cbf8   user suggested style change
      adds  f4338f6   fix searching music
      adds  1b5d206   fix expending artists and albums in collection view
      adds  25213a7   fix event handler after re-expanding an artist in collection view
      adds  8de4163   fix searching artists and albums
      adds  b71ea28   reimplement auto playing music from location hash (like from search results)
      adds  c6eeb4a   Don't add address if none of the fields are filled out.
      adds  a142908   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  0fb73ec   fix previous change
      adds  cd8f54a   update js of calendar import
      adds  0b45d19   change app icon
      adds  9bcd367   Merge branch 'master' into calendar
      adds  28e15fd   Merge branch 'calendar'
      adds  0d120ef   Add PRODID to vcards created by ownCloud.
      adds  2235653   Added search. Thanks to icewind it was mostly copy/paste :-)
      adds  e608601   Don't chunk_split encoded image string. Don't return json error but null if card can't be parsed. Small check for non-parsable card in index.php.
      adds  1697347   Oops. Missing ')' :-P
      adds  0ba472c   Too quick on the copy/paste trigger...
      adds  37dbf48   Connect to the newly created database when checking if it needs to be filled.
      adds  ffd47ef   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  1b1c488   fix some warning in the pgsql driver
      adds  6e0ea7a   use absolute path for db_structure.xml when updating
      adds  7d53b6f   remove temporary files after updating
      adds  a9878dc   content divs alignment
      adds  06388e1   handling directory renaming and thumbnail move on gallery name chenge
      adds  f9c4975   improve import form for calendar
      adds  868cf46   improve import function
      adds  4d1c414   Merge branch 'calendar'
      adds  e0dc8b8   handle gallery remove when removing dir via webinterface
      adds  34a4784   don´t show warnings for missing language name definitions
      adds  58a781d   Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
      adds  e979aa0   fix editor js
      adds  bfdbcbe   Fix breadcrumb issue when closing editor
      adds  5c179e6   fix another warning in pgsql
      adds  469a80a   fix some sqlite2 upgrade issues
      adds  f4ce399   fix issue with moving music files
      adds  4cc68ea   make pdf viewer work a bit better with the rest of owncloud
      adds  352d73f   some minor changes to the text editor loading
      adds  36a2649   use admin icon for log menu enty untill we have a proper icon
      adds  0615d09   make pdf viewer work with text editor
      adds  b106686   remove ununsed copy-paste leftovers
      adds  5eb6071   make the minimum width of the multiselect configurable
      adds  2d25bb3   add min width to multiselect in user management
      adds  ef69abd   constans for signals handling
      adds  0c76884   add icon for log app
      adds  0ac9e56   small fix for server svg mimetype detection
      adds  56af6ee   fix some of the styling issues on opera
      adds  b143311   highlight the current view
      adds  d347fe0   Merge branch 'calendar'
      adds  3364502   use svg icon for calendar
      adds  87b46de   added bart to the authors in info.xml
      adds  5cd6e0f   remove some of the flickering in opera
      adds  fed7eef   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  43f7b2f   fix newline problem in calendar
      adds  0e428ec   fix newline problem in contacts
      adds  872d301   fix inconsitent behaviour when trying to remove yourself from the admin group
      adds  360778e   use backslash n instead of a real new line
      adds  cf10235   change calendar colors
      adds  ec3955b   change description of the changed colors (calendar)
      adds  9c04858   added vcards to the mimetype fix list and renamed the icon for vcards
      adds  5ecc10b   recursive gallery removing on parent dir remove
      adds  3ec5ffe   Simple translation for gallery
      adds  7cd809b   update translations
      adds  37c0b97   make language name translatable and fallback to language code if we dont have the language name
      adds  63d9c1a   read language name from the right resource
      adds  07cf709   better scanning model for gallery, more feedback to user while scanning
      adds  c81beab   Merge branch 'master' into calendar
      adds  2179437   use timepicker to force users to use HH:MM
      adds  6b50980   Remove reference to unexisting file in music.css.
      adds  a44bbd8   don't use depricated <? use the full <?php
      adds  a883fcc   add user and instance awere localstorage to prevent collisions when using localstorage
      adds  15ea838   prevent multiply owncloud instances on the same domain intefering with each others playlists
      adds  3210fe2   fix creating/moving/renaming/deleting files/dirs with ' in name
      adds  ac188ec   properly check for write permissions to the config file
      adds  b366b0e   quick fix for javascript translations
      adds  da33229   fix some pgsql strict warnings
      adds  907dd4d   some aditional feedback during database upgrade
      adds  ebe1087   fix database upgrading for pgsql
      adds  011732a   small documentation improvement
      adds  757e6cd   typos....
      adds  b0dbca0   fix export link for contacts
      adds  965ea96   update translations
      adds  941f199   dont complain about non existing config files
      adds  1f35c94   Make media app listen for post_delete instead of delete
      adds  de16537   Emit hooks in OC_Share when sharing a file and forward hooks for deletion and writing of source file
      adds  7859c11   Apps need to be enabled in order to search through Shared directory for media scanning
      adds  42b1c75    fix ocbug 24
      adds  91016e3   fix ocbug 34
      adds  6e86b34   Merge branch 'master' into calendar
      adds  1f95231   use button for new calendar
      adds  69ca0ae   move loading icon to the top bar
      adds  10aa296   fix: oc-33
      adds  b44a7dc   enhancement: oc-36
      adds  ce13b3b   fix double new calendar button - bugfix for oc 59
      adds  dc942d6   Added redirecting to static image file and caching for contacts with no photo embedded.
      adds  5bd117d   UI fixes in contact editor and address book dialog. Error checking in ajax methods. Localize menu entry.
      adds  137c630   Optimizations and more aggressive caching.
      adds  ca03a26   - Added fix for empty 'FN' field on import via CardDAV clients. - Make sure that the contact in the list has a display name. - More tweaks on thumbnail caching.
      adds  838766a   OC-23: [Calendar] Double vertical scrollbar in week view
      adds  ccad24a   [Calendar] Use class for active view button
      adds  d12afe0   Sort songs also by path.
      adds  6ccb118   Don't wrap collection cells.
      adds  42ef44e   show proper feedback that collection scanning is done and show the collection afterwards
      adds  1c311c3   add translation wrappers to gallery strings in js
      adds  6866165   make oc_image work when php_exif isn't enabled
      adds  735fcf8   only double quoted string seems to be detected in js
      adds  7ea2923   translation updates
      adds  9dcdf51   fix deleting/renaming albums with a ' in the name
      adds  b5ae924   dont show errors when not renaming an album
      adds  415e968   fix renaming albums
      adds  9790139   make media detection based on extention case insensitive
      adds  437d50c   recognizing img basing on extension
      adds  01ebb74   some gallery css fixes
      adds  5238a78   bump version number
      adds  78c5c2e   fix Undefined variable - bugfix for oc-69
      adds  66f8a0e   validate the calendar name
      adds  b8e0193   fix undefined indices - bugfix for oc-99
      adds  76ce8c6   dont show new user when an error occured
      adds  c218342   dont try to create a user with an already existing username
      adds  e1a499f   disable keyboard shortcuts as temp fix
      adds  456394d   oc-89 handling no photos in collection alert
      adds  cdfb252   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  6fccf12   update translations
      adds  a77f3a0   Fix some issues in ampache resonponse
      adds  5458e52   Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-92 "Character '&' in address data causes wrong data". This was also the case for the 'N' property.
      adds  e629832   Removed debug output
      adds  5172e0a   creating thumbnails on upload, recursive remove
      adds  63ae4b3   db cleanup after gallery remove
      adds  935b828   initialize all storage backends when searching for a file, fixed searching in the Shared folder
      adds  266fbb4   use oc_filesystem::getlocalfile instead of manually trying to get the correct local file when creating album covers
      adds  830cf87   use the correct hooks to remove contact/calendars of remvoed users
      adds  2f4a289   fix non-absolute symbolic links
      adds  500407d   change https detection a bit, hopefully fixing an edge case
      adds  ad4e305   update translations
      adds  05f1fff   fix appstore download.
      adds  21bf8e9   increase version number to 3.  YeeHaw party!!
      adds  57f2bf5   add more language names
      adds  928e9b1   fix version-compare in calendars app.php
      adds  927bf56   add a link to the credits page. fame for all our awesome contributors
      adds  30f1de7   remove debug file
      adds  039bbfd   automatically show advanced options when no sqlite is available
      adds  5574b87   new gallery look and feel
      adds  45038af   provide small wrapper around server side events and provide a fallback for IE
      adds  0ba3159   fix outdated README file
      adds  e0f655f   Sharing app needs to be loaded for public link of file in Shared folder - fixes bug 113
      adds  6a1121a   provide server side close option for EventStream
      adds  fdf3df3   add option to send get data along with an eventsource request
      adds  6c34041   Resize profile picture if bigger than 200px on either x or y. Bolded text on message box.
      adds  db1f77e   Some reminders in the code of what I have to change post OC3.0
      adds  3f14865   - Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-93   Property was added multiple times. - Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-8   "Missing "N" field: Contacts app not compatible with vcard 3.0 format" - Almost sure I've fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-27   "Full name in Contacts app doesn't sync to iOS 5 contacts" because it is caused by oc-8
      adds  1f718d3   Merge branch 'tanghus_contacts'
      adds  4145e3b   pre-select current language, sort available languages
      adds  e229a6a   Added searchprovider for bookmarks, initial l10n support for bookmark plugin moved some code from updateList.php to bookmarks.php, to make it reusable
      adds  6583d30   fix javascript
      adds  5507db9   Initial migration code, and basic export for bookmarks
      adds  0bbc9ad   fix syntax, add logging, debug xml output instead of zip
      adds  ee88ded   more commenting out for debugging, added logging commands
      adds  1133eaa   load bookmarks provider class
      adds  24c79c5   Updated Migrate_provider bookmakr implementation
      adds  960dd75   Added dbexport to export output. Initial import code.
      adds  e4faea8   Fixed upload button display error
      adds  bbd10a3   Bookmark layout updated
      adds  f999fbf   Bookmark layout updated
      adds  f198296   gallery works in safari now
      adds  92b8f32   Calendar: Bugfix: better input validation
      adds  66b96e4   Sanitize in- and output.
      adds  6225b5e   More in-/output sanitation,
      adds  bfa69c3   add a label calendar to the settings page - bugfix for oc-157
      adds  ab31a89   use strip_tags for calendar names
      adds  ee01d1a   removing console error in safari for bookmarks
      adds  8df0650   gallery settings, defining scan root and shor order
      adds  5a106d1   gallery: fix FS hooks
      adds  f1672d7   handling special chars in dirnames
      adds  f6a27df   stripping root from gallery name
      adds  cfc710e   preferences store fix
      adds  493ba20   Updated readme url for install instructions
      adds  90c4666   fix bug in transactions with PDO
      adds  8337eaa   add import function for contacts
      adds  8907397   change comments in import.php
      adds  89616d8   Modification for adding photos.
      adds  cdf1cf8   merge 64a617b2a1016108c946cc533875a40030bbd317 into master
      adds  90a830b   Added files for new contact editor/viewer.
      adds  1e4444f   Updated copyrights. Element menu didn't update.
      adds  2339672   Hide container for emails/phones/adresses if there are none.
      adds  4db661b   Fixed broken "Add new" contact. Possible fix for cards with missing 'FN' property added through DAV. Misc. UI cleanups.
      adds  249e46c   Some fixes for malformed VCards.
      adds  424c64c   Don't import cards that can't be parsed by Sabre, but log it instead. Fix missing 'N' or 'FN' fields on import.
      adds  3af427f   Added files for new contact editor/viewer.
      adds  bc79951   Updated copyrights. Element menu didn't update.
      adds  5962e66   Hide container for emails/phones/adresses if there are none.
      adds  2cebfb5   Fixed broken "Add new" contact. Possible fix for cards with missing 'FN' property added through DAV. Misc. UI cleanups.
      adds  3e9a69b   Merge branch 'tanghus_contacts' of gitorious.org:owncloud/owncloud into tanghus_contacts
      adds  c0c6b53   Added files for new contact editor/viewer.
      adds  9f1370a   Updated copyrights. Element menu didn't update.
      adds  6112cdc   Hide container for emails/phones/adresses if there are none.
      adds  0c5eb54   Fixed broken "Add new" contact. Possible fix for cards with missing 'FN' property added through DAV. Misc. UI cleanups.
      adds  c191ef6   Added files for new contact editor/viewer.
      adds  f4a586a   Fix merge conflicts
      adds  25faa40   More @£#¤ conflicts Merge branch 'temp' into tanghus_contacts
      adds  ff53b0c   Keep js data structure in sync on changes. More checks for missing properties.
      adds  878fc1d   remove outdated remote storage prototype
      adds  ec015a2   remove the need to register storage providers, pass the classname during mounting instead
      adds  ca6c500   remove OC_Filesystem::fileatime
      adds  5cc6635   remove OC_Filesystem::fromUploadedFile
      adds  5a6aba1   provide caching for file metadata
      adds  524e368   tell the user when the files are being scanned
      adds  7543ffa   always load the filecache
      adds  5a8235e   use force parameter
      adds  b2f2a87   use cache for searching files
      adds  024f437   keep encrypted and versioned flag in fscache
      adds  bf40691   some fixes in the sqlite3 driver
      adds  486a31b   minor changes to mysql setup
      adds  aa7c5a9   small fix in sqlite3 driver
      adds  b2f1429   automatically upgrade the main database on version number increase (doesnt work with sqlite for now)
      adds  9686c5b   fixes in the sqlite manager driver
      adds  916c72b   set the installed version after updating the database
      adds  98dc088   fix errors during database migration
      adds  a8e4d29   Merge branch 'database' into filesystem
      adds  153029a   increase version to trigger database upgrade
      adds  b41ca8b   after editing a user quota, set the value of the quota field to how the server parsed the input, not the user input
      adds  bd65c18   also update the data attribute holding the quota
      adds  efecb69   make filesize parsing case insensitive
      adds  9fdd1ba   Merge branch 'master' into filesystem
      adds  7f1bb5f   Merge branch 'master' into database
      adds  a8148fa   update apps when their version number increases
      adds  c67c933   Merge branch 'database' into filesystem
      adds  a9e94a3   use fscache for getting used space
      adds  835d6a9   save quota in human readable format (42 MB), should prevent some of the overflow related problems
      adds  3844fb0   also use fscache when getting used space for webdav
      adds  8f8985c   Merge branch 'database'
      adds  d1edc36   merge master into filesystem
      adds  7250dc4   Fix updateApp() and add extra check to updateApps()
      adds  a22b5fe   Initial commit of common filestorage
      adds  799a7db   Merge branch 'filesystem' of gitorious.org:owncloud/owncloud into filesystem
      adds  ccc43f0   merge master into filesystem
      adds  96e2f15   merge master into filesystem
      adds  d7ed456   forgot to merge something
      adds  a1dfe16   postgresql needs contraint names to be unque across the database, not only the table
      adds  11c848b   initial work on filesystemview
      adds  3552626   Merge branch 'master' into filesystem
      adds  4522d19   merge master into filesystem
      adds  1191b57   Merge branch 'master' into filesystem
      adds  8543e79   add option to send get data along with an eventsource request
      adds  ffecc3e   start of proper feedback during filessytem scan
      adds  803f86e   dont try to use the filesystem when it isnt setup yet
      adds  7ff86cf   provide live feedback while scanning files
      adds  df67c35   some fixes to scanning
      adds  c46f701   use filesystem cache for searching
      adds  f1c5dce   dont try to use something that isn't there
      adds  371b464   proper file sorting
      adds  12681e9   Merge branch 'master' into filesystem
      adds  a69d3c3   only show what folder we are scanning to save bandwith
      adds  0124809   prevent sharing from making aditional http requests while scanning
      adds  d514b1d   Merge branch 'master' into filesystem
      adds  7b9fb84   Merge branch 'master' into filesystem
      adds  05d76dc   allow the usage of the filecache outside of the users home folder
      adds  36bc1a2   Merge branch 'master' into filesystem
      adds  7c00aed   some improvements in file scanning
      adds  0bb48d8   fix bug in transactions with PDO
      adds  25e777e   watch for changes outside owncloud to the files
      adds  30673e4   writable not writeable
      adds  9f3388e   store writable flag for files
      adds  e50dfbc   fix filecache when creating a new folder
      adds  5f77276   Merge branch 'filesystem'
      adds  36d696c   dont load pdfview for ie
      adds  bcebfbf   bugfix in searching files by mimetype
      adds  c4a6b99   use oc_filecache and oc_eventsource for music scanning
      adds  24748ee   add convinience function to get filesystem view for app storage
      adds  7c03b61   OC-41: [Calendar] Date format not translatable
      adds  eb5de4d   Change gallery thumbnail generation to OC_Image
      adds  43d2266   Add caching to gallery thumbnail generation
      adds  158360c   Gallery: use thumbnails of images for the album thumbnail
      adds  7cd1a30   Gallery: Add caching headers to album thumbnail sending
      adds  88b2391   Fix wrong var name in sharedstorage.php
      adds  398fbe7   use fetchRow instead of fetch
      adds  25381ac   fix filecache with MDB2
      adds  25f1263   Merge gitorious.org:owncloud/owncloud into tanghus_contacts
      adds  c4864b4   don't use PDO::inTransaction
      adds  b4d84bd   dont try to remove buffers, can cause trouble with strict warnings
      adds  8684e84   OC_Image: change static vars to object vars
      adds  9379c3e   Gallery: remove unset call, not needed anymore
      adds  85853f9   - Added the ability to change a files mtime via webdavs propset. - Added some minor debug help to fscache
      adds  2f80df1   Merge branch 'master' of gitorious.org:owncloud/owncloud into migration
      adds  20b9678   replace database name and table prefix with default values
      adds  33c5b3a   Added replaceDB method in lib/db.php
      adds  b4924ed   Variable wasn't reset.
      adds  c95e8a1   Added custom combobox widget.
      adds  fd9ce6d   Merge gitorious.org:owncloud/owncloud into tanghus_contacts
      adds  1d6b4f8   Merge branch 'tanghus_contacts'
      adds  340b6bf   add themeing support and support for autoselection of mobile/tablet and standalone css/jss files and templates
      adds  b541817   Derive the user principles from the owncloud users
      adds  26a5c13   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  5408a26   add a README
      adds  6929652   Redirect to installer if not installed
      adds  95e7be4   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  192b890   Add copyright to OC_Connector_Sabre_Principal
      adds  c4ee924   Cleanup OC_Contacts_Addressbook::find usage
      adds  1a74f0a   Improve logging in OC_Contacts_App
      adds  8f3da6e   Small coding style update
      adds  90d189a   Access check fix in contacts/ajax/activation.php
      adds  3eff161   OC_Image: Use valid function instead of checking the resource
      adds  facd4cb   Contacts: Cleanup photo and thumbnail code
      adds  6bd0aad   Contacts: Fix adding N property in getContactVCard
      adds  b77132e   Contacts: Save last-modified time in REV property if not set
      adds  6eb1427   Contacts: Document usage of OC_Contacts_App::getAddressbook
      adds  39f342d   Contacts: Move debug logging of $_POST to after access checks
      adds  623afb6   Contacts: cleanup OC_L10N usage
      adds  f5385e4   Contacts: Add id to vars with id in them
      adds  a0bb607   Add description to texteditor info.xml  -fix oc-234
      adds  0917bde   Contacts: Move response caching to OC_Response
      adds  3579446   use SimpleTest for unit testing
      adds  ee7931f   Contacts: Add missing parameter
      adds  45bb6f5   OC_Response: add redirect function
      adds  125cf79   OC_Response: add setExpiresHeader function
      adds  5c816c0   Contacts: Optimize thumbnail cache handling a bit
      adds  a25bda8   Add application name to title
      adds  40d343e   fix oc-bug 239 - & => &
      adds  3030f13   some additional test cases for file storage backends
      adds  31ea393   dummy data for tests cases
      adds  d6aa5ac   make local filestorage comply with test cases
      adds  d9db6e7   bugfix for oc-236
      adds  d10f4f0   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  d53ed4b   make it possible to override every image and logo with a new version from within a theme. I think we have a very cool theming here. *self-praise*
      adds  60a0358   allow to set a files mtime through a PROPPATCH request on resource 'lastmodified'. Needed for syncing algorithms.
      adds  e402896   Gallery: Remove autoloaded includes from galleryOp.php
      adds  e084386   Gallery: Move login check to beginning of galleryOp.php
      adds  7208abf   OC_Response: fix var name bugs
      adds  363fdc4   OC_Response: Set Expire and Cache-Control headers in enableCaching
      adds  e137020   Gallery: Use OC_Respone::enableCaching for (album)thumbnails
      adds  169ddc5   Gallery: Only get local file when generating photo thumbnail
      adds  0fd5252   OC_Image: Move Content-Type header to show function
      adds  594dcf1   Contacts+OC_Respone: Move enableCaching out of setEtagHeader and setLastModifiedHeader
      adds  29fc82c   Send gallery album thumbnail with OC_Response::sendFile
      adds  525306c   Replace Expires and caching headers by OC_Response functions
      adds  777804f   Gallery: remove unused cover.php
      adds  a37bd93   External: Use OC_Util::checkLoggedIn
      adds  7323b52   some additional test cases for file storage backends
      adds  bfa18fd   dummy data for tests cases
      adds  3c52ac7   make local filestorage comply with test cases
      adds  024405e   Added function for later testing.
      adds  3adaacc   Added OC_Contacts_VCard::moveToAddressBook
      adds  07c422d   Removed superfluous debug.
      adds  4446854   Don't try to load a profile picture for contacts the doesn't have any.
      adds  5350314   Use proper index file.
      adds  dc20900   Modify check for missing UID.
      adds  f7161bb   Added some error checking as mentioned in http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-227
      adds  064f876   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  ae426ad   Added some check for when addinf deleting contacts.
      adds  31dab03   Added some fixes for what to show when address books are (de)selected, all contacts deleted etc. Still need some cleaning up.
      adds  127c0c7   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  aec6a3c   Fix editing shared files and file opening bug. Fixes oc-209 and oc-195
      adds  e6b835b   Update breadcrumb css on close
      adds  c2fb5fe   use cached size for getting the size of a moved file
      adds  dccdeca   remove the 3rdparty files. everything is now in https://gitorious.org/owncloud/3rdparty
      adds  19827b8   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  20553c1   Revert "remove the 3rdparty files. everything is now in https://gitorious.org/owncloud/3rdparty"
      adds  fa7fabf   Minor tweaks
      adds  0e2531b   Added method for loading from file handle.
      adds  86893ea   UI tweaks for name selector combobox.
      adds  bcbebe3   Document OC_Response
      adds  f54c767   Fix parameter of OC_Response::sendFile
      adds  5f3c549   Contacts: Add removed app enabled check
      adds  f47444e   Use separate function to make absolute urls
      adds  e8b69d4   Fixup use of OC_Helper::linkTo function
      adds  dab5531   Bookmarks: Fix image urls in bookmarks.js
      adds  a33b757   Calendar: Add default repeat values when editing a non-repeating event
      adds  539fd72   Calendar: optimize sending calendar events, also enabled caching of result
      adds  6bbd67c   Calendar: only update default view when it really changed
      adds  bd7227b   Spelling fix hint text
      adds  45cff7b   Move storing "last updated at" time to the app config
      adds  1fa0589   Move config.php writable test to update path
      adds  6f1ed85   Temporary fix for sharing files
      adds  71aa36c   ETags must be quoted.
      adds  96612c5   Removed obsolete commented code and made minor speed improvements. Added stub function for loading categories.
      adds  868cf6b   Avoid errors from missing GD library.
      adds  2ee2f87   Strip tags on address on client side.
      adds  71a2241   Fixed call to OC_User. Thanks Burillo on IRC
      adds  87627c7   Fix overwriting of internal sharing for shared folders - bug oc-260
      adds  9d23797   apps/calendar: update ctag after deleteFromDAVData
      adds  490c9db   Added bookmarklet for browser. Inspired by Google Bookmarks
      adds  7ff4e40   Combing LDAP backend with LDAP extended backend
      adds  30d524b   load apps before logout so that logout-hook works
      adds  12bcbcd   Update ctag in deleteFromDAVData.
      adds  456ada0   Contacts: Apply strip_tags on compound values.
      adds  ffdfe82   Contacts: Fix adding/updating address book with empty name.
      adds  d5f7a39   Contact list scroll fix
      adds  6540bda   some icons for filetypes have been added. for licensing information please have look at core/img/filetypes/readme-2.txt
      adds  36b7d81   restore redirect after checkLoggedIn
      adds  21f8d09   Added missing files
      adds  987845c   Move the redirect_url from linkTo function to the checkLoggedIn function
      adds  86d2927   Calendar: Correct calendarcolor format for ical color property
      adds  b6ed61e   pass paramters to file proxies by reference so they can be modified
      adds  abc749f   make documentation reflect reality a bit better
      adds  3d67cd5   encryption proxy wip
      adds  82394f9   add option to dissable fileproxies
      adds  e2b4954   simple file encryption wip
      adds  e9af218   use streams instead of temporary files for cross-storage copy and rename
      adds  fd4b30a   no post hooks for fopen
      adds  e53e799   improve get_temp_dir() implementation
      adds  f1cbb9e   initial integration of encryption
      adds  501678f   always mount the root filesystem, sometimes we need the filesystem when not logged in
      adds  b3a974d   only trigger hooks for the default filesystem view
      adds  6658f51   provide early file system when using webdav
      adds  1cffeef   move implementation of from/toTmpFile from the file storage to the filesystem
      adds  95459d0   non existing files can never be updated
      adds  6a8364c   rework the way file_put_contents is handeled
      adds  c121a1a   implement file_put_contents with stream data using fopen
      adds  325858e   add stream wrapper for in-memory files and dont use global variables for the fakedir stream wrapper
      adds  d9c7e4c   proper mimetypes for encrypted files
      adds  c20319d   fix incorrect information in the filecache when using encryption
      adds  d3e6ea6   Bookmarks: uses the core action icons
      adds  a79f5d4   Remove my FIXME comments when I've fixed it :-P
      adds  e0c9266   JS fix on address book creation.
      adds  c5c843b   Improved upgrading VCARD v. 2.1 => 3.0. Improved import of malformed cards. Remove duplicate code.
      adds  1a9ded9   Merge branch 'master' into enc
      adds  ed0c99e   make sure we always have the encryption key unlocked
      adds  8bfc73c   some multiselect improvements
      adds  2e05bd6   add javascript bindings for OC_AppConfig
      adds  814bc2f   make encryption filetype blacklist configurable
      adds  b3f3b8c   UI problems solved. Bookmarks app updated.
      adds  d991466   Text editor display error fixed.
      adds  e2d6bf4   Bookmarklet Window closes itself after submit.
      adds  fd72f2b   Removed redundant code.
      adds  70f9936   sharing code between the two bookmarklets
      adds  5387820   changed look of bookmarklet
      adds  3988ec2   Updated bookmark form
      adds  996e6cf   No bookmarks message will now show up if all bookmarks are delted
      adds  77493e8   Changed bookmarklet to read later widget
      adds  358fd1c   Changed text
      adds  196d619   Little bookmark improvement
      adds  a62e109   make the location of the 3rdparty folder flexible. It´s automatically search in the owncloud folder and in the parent folder. override with an option in config.php is also possible
      adds  3e75640   check if the tempfile was created successfully
      adds  a02d5d1   log typo fix
      adds  ce4fe9e   Editor fixed.
      adds  e188b96   remove old ajax files
      adds  b7de185   add moved files to clean up ajax folder
      adds  8cd1027   better var name in changeview.php
      adds  cfa284b   update js files for new ajax pathes
      adds  319e93f   change pathes in calendar/templates/* files to make them work with the new folder structure in /calendar/ajax
      adds  f285790   change links in the event form for the new ajax folders
      adds  b1fb325   rename updatecalendar to update
      adds  7c738a1   Sharing dropdown width fixed.
      adds  9df193f   Calendar selection only available if there are more than one.
      adds  ca874a3   remove limit from configvalue for long config values
      adds  e039015   prevent errors when a user backends gives an invalid result
      adds  9f5bce8   add a default user quota
      adds  4230e21   new config widget for user quota
      adds  0d3181b   add configure option for default quota
      adds  9dcf29f   fix bug in group mangement
      adds  11cb45b   slight change to select style
      adds  66f4f06   if a deleted file is uploaded, finish the delete first
      adds  7988541   cleanup pdfviewer app name
      adds  3cf81ca   gallery thumbnail creation fix
      adds  862f824   some multiselect improvements
      adds  8b93a9a   add javascript bindings for OC_AppConfig
      adds  ea8f71a   Merge branch 'master' into encryption
      adds  6c6b570   avoid notice in error log from user_webfinger app
      adds  9850820   BearerAuth and multiple tokens support in remoteStorage app
      adds  3f87c2c   correct header Content-Type: application/xrd+xml
      adds  dda79a90  don't limit ourselfs to 32bit integers
      adds  4f627c4   some more error reporting during filesystem scan
      adds  8fe5251   unicode chars in gallery name fix
      adds  a1d03de   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  820f2f2   security hardening in remoteStorage app
      adds  2865019   bump up version and update license
      adds  4273542   bump up version and update license
      adds  a7d7597   fix type error in dir creation for categories
      adds  797e921   improve log browsing
      adds  a5e8925   more robust png fallback
      adds  ff91118   additional error codes for file upload
      adds  fe08327   intval() of a number seems unnecessary
      adds  0b19af5   application/ogg is music to
      adds  c8c3b8a   chunked implementation for readfile
      adds  0af31a5   missed one is_writeable
      adds  6c501f9   hopefully a fix for webroot detection
      adds  92c7b27   add OC_Geo class
      adds  89865cb   stop using 3rdparty services for timezone detection
      adds  62cd89d   improved password hashing based one phpass
      adds  3d0d479   improved humanFileSize for js
      adds  d4d09b0   merge master into encryption
      adds  ff0a542   always set encrypted flag when overwriting a file we should encrypt
      adds  8575354   add more valid fopen modes
      adds  01fcc08   dont set the encryption flag for existing non-encrypted files
      adds  8148480   dont enable encryption on default
      adds  ab96fa6   first part of the abstraction work of the apps folder. more to come
      adds  a501d4b   change back to 32bit. autoincrement doesn´t work with sqlite otherwise
      adds  04c9cc6   give users the possibility to choose between monday and sunday as first day of the week
      adds  8c09330   add missing parameter to addEventListener function - bugfix for oc-225
      adds  089c24e   fix baseUri of the Caldav server
      adds  aae0d99   fix baseUri of the Carddav server
      adds  2a351f4   Fixed off by one bug. List length is 1 larger than the index of the last element.
      adds  5eca0e4   remove accidendally added file
      adds  e2721fc   make OC_FileStorage abstract
      adds  4eb9a69   fix test case for filestorage
      adds  cef230c   extend filestorage common and provide test implementation
      adds  d8d4420   some cleanup in filestorage
      adds  63a088c   more tests for filestorage
      adds  5943af1   spaces -> tabs Thanks to Jakob for reminding me
      adds  630cee0   bookmarklets should not look like buttons
      adds  d190ebe   Initial work on Google Docs storage backend
      adds  76d7ce4   Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      adds  77b51f0   add temporary file managment
      adds  273d7fb   fix copy/paste error in common filestorage
      adds  7ec1c07   fix testcase runner
      adds  a76ff56   fix temporary file creation
      adds  3e0bb3e   use temporary file managment
      adds  de37baf   use in-memory files for the datase scheme during installation
      adds  d1c3aa3   add test case for getLocalFile
      adds  de64269   make LDAP filter for user list configurable
      adds  5e9d268   never try to load an non existing template,css,img. do propper checking, error reporting and motivate the developerto fix it ;-)
      adds  a829ce6   make sure the streamwrappers are registered early
      adds  0a9b0ee   change the detection of the webroot. it is simpler now and also works for app directories outside the owncloud folder. works for me and hopefully for everybody else too
      adds  d29a02a   undo the change of the webroot detection. seams to be buggy
      adds  ea15c17   typo in function call
      adds  2754cac   dialogs library for apps
      adds  02f15e9   More work on Google Docs storage backend
      adds  3c72a7c   make ldap settings a little bit less ugly
      adds  f040ce0   consider changed/new setting variables for user_ldap
      adds  baffa03   Fix opendir for folders aka Google Docs collections
      adds  b23b5aa   remove debug output
      adds  e76e4e7   add touch() to all storage backands, and make  parameter optional
      adds  f193e47   add test cases for stat and touch
      adds  eb8ffd9   LDAP fix: set user quota, if attribute is provided
      adds  b192f86   LDPA: fix setting variables and add missing ones to the array
      adds  fa6ad6b   LDAP: set also quota, when there is no explicit default value
      adds  0b46073   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  6ecbaf0   load streamwrappers earlier
      adds  642ccd2   Bookmarks: fix loading and displaying of the bookmarks
      adds  fe3bcb5   Calendar: fix bug in creating DTEND from DTSTART
      adds  f914cd0   Implement showing Birthdays of contacts in the calendar
      adds  ec2f498   Calendar: Don't request edit form for readonly events
      adds  5dcd9e2   Small cleanups
      adds  5d8d7ef   remoteStorage app version 0.5
      adds  e10402c   remoteStorage app version 0.5
      adds  1471d8f   remoteStorage app version 0.5
      adds  3d31903   Simplify stripping the last part off WEBROOT and SERVERROOT for 3rdparty and app dir
      adds  8c7b13d   Files: Fix wrong attribute name in OC_Search_Provider_File
      adds  d1dcd78   Search: Change provider registration to class name, for lazy loading of search providers
      adds  3b9ce95   allow apps to ship test cases
      adds  b621431   don't try to seach apps in hidden folders
      adds  4daedda   only test enabled apps
      adds  e8afe4f   add search implementation to filestorage common
      adds  48fe85d   add streamwrapper that provides a callback on stream close
      adds  503e5ca   Add /dav.php, a single location bundling all *DAV-operations.
      adds  90e2962   Remove the link between the principals table and the sabre principals connector.
      adds  1865659   Fix missing bracket
      adds  3e84f17   The tables "principals" and "principalgroups" are obsolete
      adds  45ef2ec   Fix merge conflict
      adds  9c79de4   removed duplicate function
      adds  8188a9f   change <create> value in db export
      adds  86fed4c   Update database.xml locations. Fix dbexport.xml.
      adds  6906988   Update bookmarks migration provider.
      adds  188a304   Replace db on import. Update user_migration export function.
      adds  34f05ba   Udpdate bookmarks migration provider. App version included in export.
      adds  691103a   Use json for migration data
      adds  c3dfcc5   First basic implementation of migration.db.
      adds  3ca76d2   Add OC_Migrate::copyRows() method
      adds  d712d7f   Lots of fixes, improve copyRows() method and update settings page.
      adds  fa5a564   Fix copyRows() and sqlite connection
      adds  a2d7e9c   Merge returns from insertData()
      adds  9c032ec   Fix return value of export
      adds  1cdb439   Fix copyRows() return value. Generate app info and oc info on return
      adds  d108bdc   Improved import function. Added  param to  connectDB() to load the db from the import
      adds  4d5646a   Find migrate.php even for disabled apps. Improve ui for user and admin migrations
      adds  111af7f   json encode the output
      adds  7e3b35a   fix structure of user export zip
      adds  0f3eebb   added cleanUp() method to OC_Migrate
      adds  cd2f75f   Use data dir from config.php
      adds  a919a13   Finish import function for bookmarks
      adds  fa8b66c   Add getApps() method to return apps supporting migration
      adds  5a50144   typo :/
      adds  a310a81   move zip creation inside OC_Migrate
      adds  c9be325   Fix zip creation. Add  param to cleanUp() method. Add defaults to createExportFile() method.
      adds  50233d0   Improve admin_export ui and move system export cde to OC_Migrate
      adds  c442a06   Fix export for admin and users. Added 3 admin export types
      adds  5332c31   Migration info is an object. Other fixes
      adds  222bb23   Added prototype of user import
      adds  27bf34f   Move user import to the admin
      adds  5234e66   Add exportinfo to user exports.
      adds  247b25e   Fix structure of export zip
      adds  bc085c3   Create new user, create new data dir, copy files, import app data
      adds  77f6872   Shorten export zip names
      adds  145d6f3   Add OC_Migration_Content class to help app devs. Restructure OC_Migrate.
      adds  514c9ad   Added unified import method.
      adds  0fa5e19   Try to use old uid when importing
      adds  07d7138   Register admin pane
      adds  892343c   Fix instance import
      adds  1794ad3   fix file_get_content on empty files for filestorage common
      adds  c609b30   fix the filestorage test a bit
      adds  042878a   add archive library and a storage provider on top of the archive library
      adds  23b64cd   remove the archive after a testcase is done
      adds  4c45483   make calendar compatible with php 5.2 - works for me with PHP 5.2.12
      adds  2e36565   better handeling of files that can behave like folder (e.g. archives)
      adds  0f54084   also delete childs of folders from the cache
      adds  bb97cbb   fix commong filestorage for files without extention
      adds  72947e4   small improvement for is_dir
      adds  a5df3f8   allow transparent opening of zip files from the web interface
      adds  af214d9   change gallary scanning to support gallaries inside archives
      adds  f068586   revert an accidental change
      adds  c411826   moving gallery op to one file, migrate gallery dialogs to oc dialogs
      adds  0a78849   multilevel gallery
      adds  fb88bdb   Ability to save an arbitrary number of external sites
      adds  9f01533   fix for webdav when having additional storage backends mounted
      adds  a454317   make gallary work with archives
      adds  41817db   no rounded borders for album decoration
      adds  1d88ab5   dont open the album when clicking the remove/rename button
      adds  d8d2939   dont use numRows and fix some of the gallary hooks
      adds  cf5d63f   some js cleanup for gallary
      adds  018f0c4   add option to add file from url
      adds  9ccf46d   Contacts: convert class attribute selectors to class selectors
      adds  46aa011   Contacts: Add Organisation as Name property choice
      adds  97ab706   Contacts: No random token for contactphoto
      adds  ab76057   Allow overflow of rightcontent area
      adds  9599548   Contacts: change card parameter type of VCard::edit and VCard::add
      adds  d8cfe77   Contacts: small fixes and cleanups
      adds  700a120   fix write hook for gallery
      adds  8495e1a   Add missing file.
      adds  bc5d9f5   Parses malformed N fields a bit more tolerantly. Thanks to nibbler for the patch :-)
      adds  496c158   ETags must be quoted.
      adds  98b2d2d   Removed obsolete commented code and made minor speed improvements. Added stub function for loading categories.
      adds  6e35d50   Avoid errors from missing GD library.
      adds  a3e5815   Strip tags on address on client side.
      adds  0203f55   Added first draft of OC_VCategories.
      adds  adec09b   Merge gitorious.org:owncloud/owncloud into vcategories
      adds  8a1b671   Switch from using separate db table to use OC_Preferences. There is a limitation in that the the configvalue field in the preferences table is a varchar(255).
      adds  c62673d   Added public static OC_VCategories object to OC_Contacts_App. Parse cards for new categories in add and edit methods.
      adds  430ccef   Added OC_VCategories::rescan()
      adds  8ed4262   Merge gitorious.org:owncloud/owncloud into vcategories
      adds  7a49c8e   Merge gitorious.org:owncloud/owncloud into vcategories
      adds  77ab89a   Review changes of OC_VCategory
      adds  c691c9d   Merge branch 'vcategories' of gitorious.org:owncloud/owncloud into vcategories
      adds  7c7031d   Forgot to assign param.
      adds  be948a9   Check for empty value in ctor and being conservative about configvalue name ;-)
      adds  9794e7e   Fix merge conflict.
      adds  faf6055   Translate and fix copy/paste error.
      adds  75323b8   Contacts: UI updates and ajax methods for categories.
      adds  57c4d39   Fix conflict.
      adds  91d85e9   Use OC.dialogs.
      adds  ae7aab2   Merge gitorious.org:owncloud/owncloud into vcategories
      adds  9908adb   Merge branch 'master' into vcategories
      adds  3403206   Contacts: Add UI for categories
      adds  a33a62b   Merge branch 'vcategories' of gitorious.org:owncloud/owncloud into vcategories
      adds  8228a55   Temporarily disabled multi_autoselect.
      adds  2cbd281   Merge branch 'vcategories'
      adds  98bf8cf   Added missing template.
      adds  2582fe1   Yet a missing file :-P
      adds  84d6c53   filecache search comparition fix
      adds  ca9b4e4   filescan by mimetype scan
      adds  b4ffaa9   spaces to tabs replacement
      adds  3f50789   update file extensions in editor
      adds  1aaf008   fix character encoding bug oc-278
      adds  dc3dd27   Text editor will now wrap text based on window size
      adds  92221e9   spaces to tabs
      adds  f6075cc   gallery migration to events system
      adds  4b8ff4d   media scanner fix
      adds  d595987   disabling file handlers in gallery for now
      adds  618f92b   fix thumbnail generation
      adds  a85a10b   oc_db isn't pdo
      adds  03eb519   Added category editor for apps using OC_VObjects.
      adds  d36d317   Contacts: Modifications for using categories.
      adds  2b8125f   Small fix to jquery.multiple_autocomplete.
      adds  c55d2af   More modifications for using jquery.multiple_autocomplete.
      adds  3efa5f1   Rename...
      adds  60fe9dd   Remember categories when they have changed.
      adds  551b444   Force load profile pic after edit hack.
      adds  dd0daa6   Cleanup in Contacts.
      adds  6b01d7b   Fixed NOTE property UI.
      adds  9e83f02   Added sync path for iOS/OS X.
      adds  4a91c6d   Make PHOTO deletable.
      adds  193e93e   creating intermediate galleries
      adds  0fadbee   fix adding photo to incorrect gallery
      adds  cfc4194   make Files settings work
      adds  a77edf8   check if selected files for zip archive are not too large
      adds  3267d91   it may take time for zip file download, so give a message
      adds  8e22823   bredcrumb fix
      adds  122f7e4   Dont truncate the time format
      adds  7ba8dbb   Don't truncate users email
      adds  de09883   creating and retrive thumbnails for intermediate galleries
      adds  0312095   add a proper email address for lostpassword service - bugfix for oc-178
      adds  1942115   register text/x-vcard as a fileaction for vcard import
      adds  b13ab2b   enable admin to turn off ZIP downloads
      adds  fa104fe   fix mimetype detection
      adds  3d8a09b   Split the init function in lib/base.php a bit
      adds  632b3cb   Cleanup the template code for redundant code
      adds  89c39b4   add microsoft office mimetypes to the fixlist - bugfix for oc-357
      adds  19bbb61   fix spelling fail in texteditor's style.css
      adds  7c81505   Config file is more appropriate here
      adds  d91bc9b   use placeholder in template file
      adds  5b03de9   fix comments in crypt lib
      adds  0a93d4e   loosen tests for mtime and ctime a bit
      adds  82b5493   ftp storage backend
      adds  a191b75   make it possible to connect to other ocs appstores and other ocs knowledgebase servers. also make it possible to switch the app store and the knowledgebase off completely.
      adds  7cad6cc   don´t show ugly error message
      adds  45b320d   use unnamed as title for a bookmark if no title was entered and curl fails
      adds  b63b377   Bookmarks: make link text click clickable too - bugfix for oc-131
      adds  ac8362e   check if the title of an event is null - bugfix for oc-139
      adds  0e11cc9   fix previous made bug and fix oc bug - oc-139
      adds  109d806   make sure we can load OC_Config when we need it
      adds  e0cbefc   webdav storage backend
      adds  cbdcb68   gallery sharing, experimental version
      adds  afcf965   fixup: sharing gallery for loggedin users fail
      adds  be60b45   fix albums thumbnails preview for opera
      adds  826cb2c   fix sharing address construction in opera and firefox
      adds  26fcb35   Implement fopen() for Google Docs storage backend
      adds  a3125f1   bookmarks tag placement & list width fix
      adds  c23090b   spaces to tabs in bookmarks
      adds  d139e3c   Move Google Docs storage backend to files_remote app
      adds  34c08b3   Add test for Google Docs storage backend, tester needs to token and token secret to config
      adds  ec40f69   add error 403 site
      adds  102cf15   Fixed error in OC_Contacts_VCard::addFromDAVData as pointed out by Guillaume ZITTA
      adds  6ff89dc   Removed obsolete code.
      adds  31e20d2   added some authors to the Authors file
      adds  ee31bc7   Contacts: Fix saveproperty for categories
      adds  0da988a   Check for empty value. Added missing classes on action icons.
      adds  60a939d   Small change and muting debug.
      adds  0c19e44   some more memory cleanup in OC_Image
      adds  0ba9332   some more memory cleanup in OC_Image
      adds  3f881f1   memory cleanup in gallery
      adds  73c6db5   crop and resize in a single step when creating thumbnail
      adds  eb3ec05   fix gallery scan when an image cant be loaded
      adds  128d446   fix timestamps when viewing logs
      adds  266699d   fix square images not getting proper thumbnails
      adds  bcef775   Overwrite Download-ZIP if it already exists. We do not want to show alien content.
      adds  24bc639   Do not use always the same name for download-zip to avoid collisions.
      adds  c92fc9b   return path of tmp file like filestorage/common does. Fixes broken folder-/multifile-download.
      adds  0a07e5f   Added some documentation.
      adds  ff038f8   Contacts: Update contact list thumbnail when deleting PHOTO.
      adds  fa16549   Improvements in adding/deleting properties.
      adds  cb2dd97   Trigger autocomplete wo button.
      adds  c8acd4a   Merge branch 'master' into migration
      adds  b201e51   Stop error on export
      adds  553f453   look for migrate.php in appinfo folder
      adds  31d268f   check for sqlite
      adds  ef33219   import method returns each apps' import status
      adds  bd4fd76   Fix bookmarks migration provider
      adds  73eca66   Fix comments
      adds  d20eea9   Use ajax to download file, OC_Dialogs for errors
      adds  0d16f17   add scrollbar to the music list - bugfix for oc-301
      adds  e5c0095   remove check for variable which was set one line above - bugfix for oc-324
      adds  08b4f99   add backslash r to the newline var
      adds  f428973   allow running a single test or group of tests
      adds  d8e9db2   add tempory folder utility to OC_Helper
      adds  e57de98   add extract all option to OC_Archive
      adds  c26e003   add tar backend for OC_Archive
      adds  1b6fe4f   stricter tests for archive backends and make sure we make the tests
      adds  72882be   enble browsing tar files in the web interface
      adds  d6a9af3   add support for installing apps from tgz
      adds  60ba550   add support for installing apps from a subfolder in the zip/tgz file
      adds  5fef9df   Make users only able to share with users in groups they belong to
      adds  b559952   Cleanup stylesheet.
      adds  11f7eeb   Improve actions on delete.
      adds  4b3282b   Contacts: Removed obsolete code.
      adds  e2fd0bb   IE 8: fix appeareance of checkboxes on login and files pages
      adds  af75ecf   make checkboxes on files page work with IE8 ()
      adds  45a3d84   checkobx opacity on files page for IE8
      adds  f74d11c   fix gallery sharing when root is not /
      adds  7bc9fa7   optimizations for updateApps
      adds  a07c6b1   optimizations for loadApps
      adds  523fdda   add the option to only load apps of a specific type
      adds  7552390   add path_hash to the filesystem cache
      adds  011132f   renaming remote storage support to External storage support to clear up naming conflict
      adds  dde5660   renamed Gallery to Pictures, still needs to be changed in the code to also reflect in the path
      adds  2849555   clarifying remoteStorage description
      adds  65eee1f   clean pre-path_hash fscache entries
      adds  6abb2cb   fix sharing nested galleries
      adds  6b704a7   select field added to oc.dialogs.form, gallery ported to use it
      adds  3a4521a   Add support for logging to syslog
      adds  a743818   Move more from base init to separate functions
      adds  3300d6e   checkUpgrade has to be after template initialization
      adds  20fc23c   Move logfile determination to init function
      adds  71b70bb   Fix HTML, misspelled span close tag
      adds  ad495a9   fix potential problem when using multiply eventsource's
      adds  b72d7f1   make sure output buffering is dissabled when using eventsource
      adds  9d2f8aa   send more progress updates when scanning large folders
      adds  ebc7a6a   dont send to much when scanning large folders
      adds  2f68b08   fix eventsource for ie
      adds  4e32729   adding callback when ok click on alert dialog
      adds  f7d8a8c   Merge branch 'master' into migration
      adds  aba3182   Fix loading image after export failure
      adds  3e84d85   remove debug
      adds  ce89ff1   Remove db tmp file after export creation
      adds  d01b78a   prevent an possible xss exploit
      adds  daf742c   Fix owncloud log
      adds  a248cc7   Merge branch 'master' into migration
      adds  ffbd72b   Fix user app data export
      adds  eba6a65   try to use transactions to replace db
      adds  2fe0716   Show nice errors
      adds  23d39f7   Display errors on import
      adds  00449cd   rename admin_export -> admin_migrate
      adds  d2886f2   Hide instance import as it eats data
      adds  bcda46e   webfinger installation creates symlink in document root
      adds  34a0128   whitespace indentation fix
      adds  5161758   create static host-meta instead of symlink and .htaccess
      adds  f9f91a0   webfinger reimplementation started
      adds  33c1fa6   webfinger protocol compatible + minor changes
      adds  3e150ff   webfinger protocol compatible + minor changes
      adds  2cb741a   Merge branch 'master' of gitorious.org:~cbix/owncloud/cbix-owncloud
      adds  6bb48b2   Check file handle exists before trying to read file
      adds  6545e48   Show the different editions to the user. Used in the status call, on the personal settings page and in the updater to update to the next available version from the same edition.
      adds  1b8a644   update outdated README
      adds  b758725   Try to configure php to enable big file uploads. This doesn´t work always depending on the webserver and php configuration. Let´s try to overwrite some defaults anyways
      adds  39e8981   oc_db is not pdo
      adds  cce59df   the core apps don't have types
      adds  ff4b0c4   Move writable check into local filestorage so shared files can be renamed
      adds  d0cb99e   use OC_Dialogs instead of alert()
      adds  dc499c5   add * to filename when changes have been made
      adds  adc9d90   confirm close when there are unsaved changes
      adds  f21d6d4   dialogs filepicker first draft
      adds  9f9b448   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  ff5dbc5   multiselect handle for filepicker
      adds  bd9fa65   merged from upstream
      adds  896bff5   Contacts: rescan categories on load if there are none.
      adds  b3f107d   Contacts: First work on cleaner design.
      adds  fc555b4   Contacts: Added autocomplete using geonames.org.
      adds  dd4e577   Contacts: l11n for geo autocomplete. Not sure if it works though.
      adds  cd05dfb   adding icons to filepicker
      adds  95c2ac5   Dont typecast variables as integers
      adds  acdce2b   Check blacklist before saving to filesystem
      adds  60e3b56   webdav needs to load authentication apps
      adds  85f9869   Make the token really random
      adds  7ed8f39   as preperation for the sgf viewer app i added a file icon for .sgf files (saved go games), and an according mimetype.
      adds  8a2c5dd   Merge commit 'refs/merge-requests/102' of git://gitorious.org/owncloud/owncloud into merge-requests/102
      adds  5b4a303   loading screen for filepicker
      adds  fe3d3be   filepicker loading style fixup
      adds  96c9912   mimetype filter for filepicker
      adds  2246601   Provide undo when closing editor with unsaved changes
      adds  a098c7c   Give editor focus after saving
      adds  42e110b   Update url
      adds  660951d   Add some filetypes
      adds  b71cf1a   Fix bug oc-413: PHP fatal error in contacts page when no contacts in ownCloud.
      adds  d1ae651   Contacts: Misc. cleanup tweaks.
      adds  9edf45a   Merge branch 'master' into migration
      adds  c086988   Return JSON for import and export methods of OC_Migrate
      adds  5e314e8   Emit hooks for user creation
      adds  e5ebbac   Fix sqlite version detection
      adds  ecc5965   Decode json response for admin exports
      adds  8e188cd   Copy over all file app data for imported user
      adds  5309155   Re-added file I had accidentally removed earlier :-P
      adds  9c247ce   Removed padding.
      adds  4fda6af   Contacts: Fix for not being able to add contact to empty/non-existant address book.
      adds  b0894b3   Add Craigs granite library to 3rdparty and files_versioning. Still not working and lots ot stuff to do.
      adds  6cf3f10   fix includes
      adds  47f9454   don´t enable by default. still broken
      adds  0c56f82   fix: drag'n'drop actions with files containing special chars, fixes oc-420
      adds  0771904   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  17af1ba   Silence error for missing appinfo info file
      adds  fd72556   Contacts: Make part.no_contacts.php translatable
      adds  3f6e971   Contacts: Don't lowercase categories value when saving
      adds  2dfa02a   Contacts: fix function names to coding standard
      adds  9f547a1   VCategories: fix function names to coding standard
      adds  637db92   increase version to show that we are not the same as stable
      adds  8cea656   upgrade getid3
      adds  0466437   tests for oc_filesystem
      adds  7b53956   Add method OC_Helper::serverHost()
      adds  156bdae   Use OC_Helper::serverHost() in OC_Helper::linkToAbsolute()
      adds  d9aa31f   Use OC_Helper::serverHost() in openid settings
      adds  7e7de25   UTF8 locale by default
      adds  bd262ea   Fixed OC-261 by modifying js files in apps/media/
      adds  2f3c0a6   wrong defaultValue definition in OC.AppConfig.getValue
      adds  b86f206   Fix a session fixation vulnerability
      adds  1ade373   always display config values
      adds  48f99fe   off by default. great tool for developers but confusing for users.
      adds  56bc2c4   add a title attribute to the logout button
      adds  815649d   Implement default categories in OC_VCategories
      adds  bc81179   Fix categories delete fallback when there is no app specific ajax categories delete function
      adds  fa85310   Contacts: Move use of OC_Contacts_App::$categories to inside of OC_Contacts_App
      adds  86edc0d   Contacts: add space before parameter
      adds  5fa90cd   Contacts: Also initialize org var in updateValuesFromAdd
      adds  b2011bd   Remove unused function getCategoryOptions from OC_Calendar_Object
      adds  69d5843   OC_VCategories: sort categories in natural order using usort
      adds  9165b5c   Use the same category input and management as the contacts app
      adds  78189e2   Contacts: update category list when the categories change
      adds  43ba234   Contacts: Change "category" to "group" in UI
      adds  e9c1f8b   Contacts: No need to sort the categories anymore
      adds  1d8fdf5   allow multiply group backends
      adds  1bd2789   make upload size settings work probably. do not replace whole .htaccess, only replace what is needed. Consistent, human readable input on admin settings page.
      adds  b95f561   file settings: let people set no more than upper boundary for file uploads, but they should can really go up to the limit
      adds  1165b35   Update language string
      adds  31df4c0   adding tipsy tooltips for file actions
      adds  add9673   merging tanghus category CSS
      adds  eea0d2e   fixing delete tooltip
      adds  8686667   some idexes for the media player tables
      adds  6066ea3   only run tests for files_external when asked for explicitly
      adds  b654121   Contacts: Better error reporting.
      adds  6aee6da   VCategories css is now in styles.css
      adds  b8466d3   Fix rescan "File not Found" error handling in oc-vcategories.js
      adds  f9b7ed3   Calendar: Implement rescan of Categories
      adds  28e0d64   Calendar: Fix saving of Categories in an event
      adds  7cf7d5c   Calendar: Also set repeat options when editing a non repeating event
      adds  471e735   Calendar: Document active parameter in allCalendars
      adds  4c52007   Calendar: Update category list when updating/adding event
      adds  b9f9228   Contacts: Save the category list update when updating/adding contact
      adds  0aaaefb   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  b9bdad5   make sure temporary files are being removed, fixes oc-450
      adds  74f0beb   don't fail on missing extension
      adds  9ef34cd   typo
      adds  d8e54ac   test cases for user backends
      adds  8ed4606   LDAP: don't keep possibly outdated passwords
      adds  3babb8c   improve flexibility of search providers a bit
      adds  137dce8   remove outdated code
      adds  7504ceb   Sharing: Define missing template vars
      adds  524bd2e   Sharing: Don't get share icon for undefined filename
      adds  5c55b9c   Sharing: Add a filename after public share link
      adds  d3bf013   prevent users with the same name but different casing from being created
      adds  d8864d4   show error when installing an app has failed
      adds  386663d   swap enable and dissable error messages
      adds  9b1c881   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  c069aa6   Fix annoying error in log
      adds  44c3411   Remove go to line
      adds  bfdbdd9   remove outdated file
      adds  926b2b7   keep version numbers in their own files for faster reading
      adds  721311c   some minor optimizations
      adds  b1bcc60   reuse OC_L10N objects
      adds  a0a5668   increase opacity of search field and logout icon
      adds  85cb171   improved updater wording
      adds  f16cfba   improved installation instructions
      adds  5608867   use the correct array indexes...
      adds  dec1397   cache app types in the db
      adds  61a4341   starting to create the ldap group backend (with some inspiration from Yoann Gini) and preparing an general LDAP class
      adds  e160ace   test for ldap group backend
      adds  19243b3   give back expected result types as long as logic is not there yet
      adds  8113a43   typo
      adds  29bb5d2   few pieces of documentation
      adds  30498fd   Use offset function to position block elements
      adds  4976dac   Fix default database type string
      adds  402c6da   Typo fix (breif->brief)
      adds  3b71e46   Contact: Don't use non core class in appinfo/app.php
      adds  fbb314e   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  4410f15   don't rely on the old version in info.xml anymore
      adds  ba5e60e   firefighting Robin-breakage
      adds  f241615   fix getAppVersion error
      adds  c5b8a3e   fix installing shipped apps
      adds  a6a8e2c   add public api to get the file id from the cache
      adds  b669c84   add span around fileactions
      adds  5868199   fixed settings hover, now whole row sensitive and fading not jerky
      adds  d32799e   show text for file actions
      adds  7ddd043   renamed extention to extension, also now only showing lowercase
      adds  38cb716   increasing the file row height a bit
      adds  897261d   display file actions perfectly
      adds  1f91224   fixing opacity and fading, also for IE
      adds  54a9fd2   group LDAP: implemented inGroup()
      adds  0912f40   typo
      adds  b480071   group LDAP: implemented getUserGroups()
      adds  8a6fa65   group LDAP: implemented getUsersInGroup()
      adds  2a03db6   don't forget changes in lib_ldap for last commit
      adds  0a46c7a   group LDAP: usersInGroup not getUsersInGroup
      adds  819af69   group LDAP: simple basic tests
      adds  71cdfdc   only run tests of enabled apps
      adds  9ee931e   only run archive tests if the test data is available
      adds  cf3bb08   enable archive support on default
      adds  b3ae220   clean the collection view after rescanning
      adds  b3bd4bc   sanity check on language selection
      adds  cdf9f8c   Force Files app to top of app menu
      adds  9ee3eb1   remove unused css
      adds  738601f   Remove google web font
      adds  f36d31f   pdfjs updated from github
      adds  75a4e46   do no offer 'undo delete' on opera
      adds  80f4c4f   Bookmarks: handle input with & and ?, fixes oc-201
      adds  679ddc0   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  fef3434   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  dae34ed   fix filecache rename hook
      adds  c0bdad5   dont allow draging files to the current directory
      adds  9ac65c5   dont try to view psd files
      adds  712e25b   Update ace
      adds  9b1d624   Remove useless, unmaintained dav.php
      adds  0b426b5   Display correct URL in caldav and carddav paths
      adds  a0d917f   fixing oc-375 - a number is appended tp the filename
      adds  b0e68d0   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  ea99e11   Add well-known redirects to htaccess
      adds  68b1ae1   OC_Group_Backend.php misses function groupexists
      adds  74ba09f   Fix password is being saved even if not changed
      adds  8ecddb5   create a new filename when the uploaded file already exist
      adds  2dfab65   fixing file action positioning
      adds  e5cda3a   tooltip for delete shows up to the left
      adds  1281809   improving file actions also for multiselect
      adds  b61f643   return user specific paths from oc_filecache::getpath
      adds  fa97c59   fix group backend
      adds  464c751   fix creating unique filenames
      adds  70d0103   updated logos and icons
      adds  5720bd2   merge log into admin
      adds  e59c87e   reload log after changing log level
      adds  961c239   improving leftcontent display, increasing item height
      adds  3c182bd   adding sticker logo jpg
      adds  cfd0140   fix 2 potential xss problems
      adds  6af808e   fix delete button not always disapearing
      adds  c3187e9   dont show action text for folders bold
      adds  02f4e78   a string be a string
      adds  e1948c6   use the right attribute for member retrieval
      adds  899c763   minor code beautification
      adds  320fde9   OC_Group does expect object, not string
      adds  ed54de1   group LDAP: implement groupExists function, needed for Sharing
      adds  9cd5221   group ldap: check configuration
      adds  86192c2   checked, works for me
      adds  66018b8   LDAP: don't forget to unbind
      adds  d8761d7   upload arrow has full opacity, button is highlighted for new users and empty folders
      adds  4dabd0f   test data for archives
      adds  d24abc3   check if PHP mod JSON is installed
      adds  57b8ff8   check if PHP mod GD is installed
      adds  26e9a0d   bugfixes for encryption library and test cases
      adds  b39c3d4   make use of the fact that stream_read will always read 8192 bytes for encryption stream
      adds  d1ad4dc   add test cases for cryptstream
      adds  bdb3962   add function to get mimetype from string
      adds  aceda02   check if removed folders are really gone
      adds  9a707e1   add SWIFT (openstack object storage) storage backend
      adds  5cefd34   emulate touch with custom mtime for swift backend
      adds  9abb702   showing the file extensions more visible by default. I still think it's shitty design, but I get worse nightmares over thinking that showing file extensions would become a configuration option.
      adds  d896c19   cal import should group events by uid, export should have correct newlines, fix for oc-384
      adds  3706bbe   Merge commit 'refs/merge-requests/105' of git://gitorious.org/owncloud/owncloud into merge-requests/105
      adds  3aeea0c   Merge branch 'merge-requests/105'
      adds  2fbc92b   new OC_Mail class to handle all mail sending. The benefit is that is way mor flexible than the standard mail command. can be configured to use a remote smtp relay for example. also port the lostpassword code
      adds  c3cb000   add phpmailer to 3rdparty
      adds  0f5864d   support searching the knowledge base
      adds  d1fe3c2   add a button to open the online documentation
      adds  ef80ad1   add a link to the desktop and mobile clients download.
      adds  6bfe228   improve the app installer. show a label if an app is an internal app or a third party app from the app store. show a preview image of the app if available
      adds  a86d89f   Add a static code checker for evil patterns in apps. Disabled by default for now. We will check for private api calls here later once the public api is in place
      adds  217151e   add textfield style declaration
      adds  fc70c70   add tabs for repeating and attendees in the event form
      adds  538618d   Merge branch 'master' into calendar
      adds  4c1fb4c   fix style of the tabs
      adds  c72c4dd   add alarm as a tab
      adds  f91702d   Merge branch 'master' into calendar
      adds  149bbeb   make tab names translatable
      adds  64a617b   fix all day with one day to much - bugfix for oc-126
      adds  32bff22   change db structure of calendar for sharing calendars
      adds  3a5d3df   increase version number to force db upgrade
      adds  7b82d15   Merge branch 'master' into calendar
      adds  153467d   add share as a tab
      adds  2b8ec1c   Calendar: fix html of import dialog
      adds  39d3128   add active to the db structure of shared calendars
      adds  9e5172f   Merge branch 'master' into calendar
      adds  f870f9e   validate parameters in changeview.php
      adds  91b705c   remove debug file
      adds  b810380   add sharing management for calendars
      adds  f81ac81   fix merge conflicts
      adds  5e08d1b   Merge branch 'calendar' of gitorious.org:owncloud/owncloud into calendar
      adds  55be59e   Merge branch 'master' into calendar
      adds  9fd07ee   Merge branch 'master' into calendar
      adds  a8b7ae5   Merge branch 'master' into calendar_sharing
      adds  1a0c273   initial project import from KDevelop
      adds  66ac6c2   fix sharing calendar manager
      adds  db23ec5   show shared calendars
      adds  1bd3b65   Revert "initial project import from KDevelop"
      adds  7303815   check userrights in events.php
      adds  c9db88a   Merge branch 'master' into calendar_sharing
      adds  ceb0016   remove old ajax files
      adds  8dff0fb   add moved files to clean up ajax folder
      adds  1cf7fc2   better var name in changeview.php
      adds  3efa69b   update js files for new ajax pathes
      adds  548a2e6   add readonly calendar to the eventsources
      adds  619c62e   change parameter names for shared calendars
      adds  ec7ed3c   add rw and r to events.php
      adds  a069d83   fix unexspected T-String in calendars index.php
      adds  0ae2e25   change pathes in calendar/templates/* files to make them work with the new folder structure in /calendar/ajax
      adds  70a369e   change links in the event form for the new ajax folders
      adds  01827e9   Merge branch 'master' into calendar_sharing
      adds  a3b8d54   Merge branch 'master' into calendar_sharing
      adds  011bc1e   fix unsharing of groups
      adds  d8734ce   fix sql command
      adds  e227a65   Merge remote-tracking branch 'origin/calendar_sharing' into calendar_sharing
      adds  236d2aa   rename updatecalendar to update
      adds  3d8d6d7   add 'permissions' as a sql condition in allSharedwithuser
      adds  d20b839   clean up sql commands in OC_Calendar_Share
      adds  48f4217   add is_editing_allowed function to OC_Calendar_Share
      adds  0ae088a   add getowner function to OC_Calendar_Object
      adds  cff0ac2   better permission check in resize.php
      adds  9460c9e   remove old import.php
      adds  bfb6728   fix merge conflicts
      adds  f2dcab5   fix merge conflicts
      adds  c40668e   Merge branch 'master' into calendar_sharing
      adds  27218f8   Merge branch 'master' into calendar_sharing
      adds  de49652   Merge branch 'master' into calendar_sharing
      adds  eaa1074   Merge branch 'master' into calendar_sharing
      adds  ddb7197   Merge branch 'master' into calendar_sharing
      adds  61166c1   Merge branch 'master' into calendar_sharing
      adds  37963fe   Merge branch 'master' into calendar_sharing
      adds  19c101a   fix merge conflicts
      adds  b7a5ae3   fix sql command in calendar's share lib
      adds  96dd008   Merge branch 'master' into calendar_sharing
      adds  71b32f7   add read only 'form' for shared events
      adds  179bf15   fix group sql generator in calendar's share lib
      adds  8b9d439   Calendar: fix address for import file
      adds  10ef01b   fix displayed username of person who shares
      adds  f479105   optimize choosecalendar dialog for shared calendars
      adds  a867bca   Merge branch 'master' into calendar_sharing
      adds  c384e3b   fix width of dropdown to select monthdays - bugfix oc-354
      adds  ff75d65   Merge branch 'master' into calendar_sharing
      adds  ede0a67   Merge branch 'master' into calendar_sharing
      adds  d15959d   Merge branch 'master' into calendar_sharing
      adds  e3203f8   Merge branch 'master' into calendar_sharing
      adds  a88305b   remove share tab from read only event dialog
      adds  1f8cf2d   fix name of constants
      adds  4b3f074   add new parameters to export file
      adds  cf26f8a   add public sharing for calendars and events
      adds  10fc51d   add public sharing fir calendars and events - add function in Share class
      adds  70237f7   rewrite OC_Calendar_APP class
      adds  ca2c700   remove unused code in OC_Calendar_App class
      adds  0fd8b1a   fix events.php for rewritten OC_Caledar_App class
      adds  72a43b3   revert 0fd8b1a04430fc36bd62a0828530dc2bc3910e81
      adds  e18c0d5   add output functions and access function to app.php of calendar
      adds  eef9a1e   add access check to ajax files
      adds  e940152   fix bugs in share lib of calendar
      adds  4d884c3   clean up events.php of calendar
      adds  97d216c   add dropdown to eventform
      adds  5a4237a   make dropdown menu work with single event sharing
      adds  960553f   fix path and class name
      adds  9294a95   fix view of single shared events
      adds  eaa649c   fix bug in share lib of calendar
      adds  64d3301   make shared events editable and add (empty) classes for alarm and attendees
      adds  ac2d141   Merge branch 'master' into calendar_sharing
      adds  0f16935   fix bugs and optimize OC_Calendar_Object Class
      adds  a7908ba   fix bugs in share class
      adds  df2e788   fix calendarid in eventform and validation of calendarid
      adds  854eaff   hide share tab in shared events
      adds  02dc343   fix address of public shared calendars
      adds  afcb0ae   fix merge conflicts
      adds  1e0364b   check permission check in share function
      adds  ea3499a   fix class name
      adds  5d4c546   fix public sharing of calendars
      adds  c65adc1   add chosen script to calendar
      adds  e256ac8   fix unsharing of events
      adds  e292b1f   fix merge conflicts
      adds  8ddea7e   Merge branch 'master' into calendar_sharing
      adds  dc18e65   fix merge conflicts
      adds  7402543   resotre old templates/part.choosecalendar.rowfields.php - i hate merge conflicts
      adds  8959e0a   implement shared calendar activation on js-side
      adds  de71842   implement shared calendar activation on server side
      adds  cf492a9   Merge branch 'master' into calendar_sharing
      adds  e29ae46   fix merge conflicts
      adds  74e5402   fix a php notice
      adds  fd54791   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  1a49497   structure the information a bit more so that is easier readable
      adds  ff3b199   use less space
      adds  80950f2   make field completely visible
      adds  260c48c   cleanup the admin page layout mess a bit. Still a lot to improve in the future :-)
      adds  c614453   document the log settings
      adds  69f3b5e   make the button a bit more consistent to the other ownCloud interface
      adds  a34631f   Contacts: Add check for empty FN field.
      adds  16fc4df   Contacts: Fixed contact photo drag'n'drop upload - again...
      adds  56e064b   Don't trigger unnecessary change events.
      adds  9e3242d   Contacts: Changed layout as discussed with JanC. Still WiP.
      adds  651de1e   Contacts: Fix error on photo crop.
      adds  80ddf37   Missing double quote.
      adds  f85aaf1   Contacts: Added bg color and shadow to controls. I suck at CSS...
      adds  24aff28   Link to icon was absolute.
      adds  f08cfce   Personal settings: Emphasized labels etc, mono-spaced generated paths and moved text formatting to style sheet.
      adds  1bba445   hide alarm and attendees tab
      adds  8a6cb23   Contacts: Clear cache for contact photo and thumbnail when it has been changed.
      adds  e8f062d   Contacts: - Added overlay toolbar to contact photo with 'Delete current', 'Edit current', 'Load from OC_Filesystem' and 'Upload' options. - Made action icons translucent instead of hiding them.
      adds  43ee5cf   remove old fullcalendar files
      adds  c77fa42   add new files of fullcalendar 1.5.3
      adds  44fa443   move files of fullcalendar 1.5.3
      adds  c5b31b0   add the option to disable file encryption while still being able to decrypt existing files
      adds  d17eba1   fix image viewer
      adds  8f2e9ca   Contacts: Tipsyfied photo toolbar.
      adds  82ba215   Wrong app check.
      adds  fffbf26   don't forget to declare class properties
      adds  6ee7dc5   only retrieve requested attributes
      adds  912c87e   LDAP: optimize LDAP requests for users and groups. Settings are still to do, though.
      adds  3ba9a9e   adding proper copyright and license notice to the style files
      adds  1b29fc3   fixing multiselect overflow, issue 341
      adds  f5c9fe9   first step to an public api of ownCloud for the apps. In the future they shouldn´t call internall classes, functions or session variables because this will change and break in upcoming versions. Apps should only call this public interface that we will kepp stable over different releases. The namespace is OCP for ownCloud public. This is just the first step. more coming soon
      adds  4ea927a   wrote a new versioning app over the weekend. Basic functionality to far but it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing.
      adds  69a2173   non working app. moved to the apps-playground repository
      adds  0cd9570   Applied patches by Nicolas progweb at free.fr - https://mail.kde.org/pipermail/owncloud/2012-April/002900.html
      adds  dfc94cb   Contacts: In app import. Cleanup still needed.
      adds  6848b06   OC_App::getStorage() failed if app dir didn't exist.
      adds  b8da5c5   Contacts: Tried to format NOTE field a bit. Needs to be improved more though.
      adds  22f4aca   Contacts: In app import (for Chrome and Firefox only)
      adds  988f98f   Contacts: Check that UIDs really are unique on import. Better solution would be to suggest to merge contacts, but that will have to wait to OC5 ;-)
      adds  b824425   Added loading indicator.
      adds  a3d0a74   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  9b134b0   move granite also to apps-playground because it´s not stable yet and is no longer used
      adds  fa502e1   allow manually scanning of specific directories
      adds  60b924c   initial mount configuration work
      adds  9015c46   emit the correct hooks for file_put_contents and some readfile improvements
      adds  cc2bfd3   minor filecache improvements
      adds  5c3ea14   fix mimetypes of encrypted files
      adds  5b70e2f   some performance improvements to the openstack swift backend
      adds  03f81fd   fix js fail in media player
      adds  95fe159   make lib/vobject.php work with sabredav 1.6
      adds  eae32e0   Merge branch 'master' into sabredav_1.6
      adds  e082d47   Merge branch 'master' into sabredav_1.6
      adds  1d1dfcb   replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTime
      adds  cc15852   replace Sabre_DAV_Exception_FileNotFound with Sabre_DAV_Exception_NotFound
      adds  0d2f168   add empty methods updatePrincipal and searchPrincipals and change method getPrincipalByPath to work with sabredav 1.6
      adds  097ce76   Merge branch 'master' into sabredav_1.6
      adds  33b06c4   Merge branch 'master' into sabredav_1.6
      adds  9848bc3   Merge branch 'master' into sabredav_1.6
      adds  8f8d486   Merge branch 'master' into sabredav_1.6
      adds  8e8c4a8   Merge branch 'master' into sabredav_1.6
      adds  ac0c5ba   Merge branch 'master' into sabredav_1.6
      adds  536a3ec   Merge branch 'master' into sabredav_1.6
      adds  9028635   Merge branch 'master' into sabredav_1.6
      adds  ef1e359   Merge branch 'master' into sabredav_1.6
      adds  613e150   Merge branch 'master' into sabredav_1.6
      adds  77a9e34   Merge branch 'master' into sabredav_1.6
      adds  77cefde   Merge branch 'master' into sabredav_1.6
      adds  0918fc7   fix merge conflicts
      adds  a0a80e7   remove old sabredav files
      adds  e2f6439   update to SabreDav 1.6.2
      adds  e888f4d   Merge branch 'master' into sabredav_1.6
      adds  d76552a   Merge branch 'sabredav_1.6'
      adds  4795295   Contacts: Fixed some file paths.
      adds  81f549b   made code a little more readable
      adds  8ae1430   added script and loaded it for adding history button
      adds  02a65f3   added history buttons
      adds  a3dff24   fixed path to history script
      adds  b369adb   Allow admin to disable resharing of files
      adds  7d9587b   Forgot to remove error log messages...
      adds  c00762b   added dropdown js menu for file versions, improved readability of history.php
      adds  e1cd690   LDPA: group settings into basic and advanced to look less crowded. Still needs some love. Looks different to the other admin settings, though.
      adds  a82d709   don't forget new JS file
      adds  0933b5e   use uniquemember instead of deprecated memberuid to identify LDAP group members. Attention: not every method is adjusted yet, so it breaks some things.
      adds  cbba469   LDAP rewrite, use unique LDAP user and group identifiers on LDAP side as well as fancy (unqiue as far as users a know from LDAP) names on the ownCloud side. It's done via mapping of owncloud names and LDAP identifiers.
      adds  6895c54   Fix javascript checkbox toggle for resharing
      adds  9d91e53   fix problem with filescanning
      adds  45c9f19   Initial version of drag&drop file upload support
      adds  b949619   coding guidelines
      adds  9377b75   Support for legacy browsers
      adds  38072e1   Fixed upload of undeleted file and size information
      adds  b1a3311   Added global progressbar for all uploads
      adds  4e89a0f   Added uploading to folder and cancellable downloads
      adds  a384fcb   Merge git://gitorious.org/owncloud/owncloud
      adds  8e27b72   Fixed cancelling upload of same file to folder and subfolder
      adds  965a8ba   Fixed cancelling of uploads and wrong merge conflict resolution
      adds  de135e3   resolve merge conflicts
      adds  32de47d   Update sharing when users are removed, added to groups, and removed from groups
      adds  249e0c1   bring fileactions to the right position again
      adds  c20abfe   Fix a counting mistake
      adds  5dbf362   Contacts: Added import with with file picker.
      adds  4bb1a2c   Contacts: Some js cleanup.
      adds  02c1127   changed function name to avoid clash with sharing dropdown
      adds  b19fae3   linked more button to history page
      adds  6312067   improved styling, called css file in history.php
      adds  c693ee2   added available version names to files dropdown menu via new ajax script
      adds  18a024e   started implementing ajax file rollback
      adds  754844f   Add ability to send private links from sharing via email
      adds  1277962   a lot of users have problems with big files. So add an explicit button to the documentation
      adds  6bdefef   csrf protection
      adds  d96e962   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  74b5e22   some more csrf fixes
      adds  ee0cb68   some csrf fixes. needs testing
      adds  1384fdf   Contacts: Updated first run page.
      adds  18c11ec   jquery.combobox: Added 'editable' option and cleaned up a bit.
      adds  768041b   Contacts: Added convinience method for notifications.
      adds  80c850d   added revert attempt outcome messages, removed contextual ajax revert button for now as it's not functional, improved readaibility of scripts
      adds  69ee0ef   remove the require_once lib base from all (or nearly all) files
      adds  3e0e6e3   open app thru index.php
      adds  eb29c57   Merge branch 'master' into movable_apps
      adds  dfc9267   make menu work with movable apps
      adds  45de7ad   move files to app folder
      adds  b44bc9f   remove require once lib base in some more files
      adds  3fb91a7   restore require once command for non app files
      adds  8501988   add loading of files
      adds  909282c   remove parameters in file var before call require once
      adds  2e85313   optimize code
      adds  99a473b   support file calls with parameter
      adds  c3d78cf   remove require once lib base in files scan.php
      adds  12ef2f5   modify OC.filepath for movable apps
      adds  711aa22   Merge branch 'master' into movable_apps
      adds  4c2cf35   fix merge conflicts
      adds  1b084cc   Merge branch 'master' into movable_apps
      adds  08fe6bd   fix path in /apps/files/js/timezone.php
      adds  c0df153   fix style.css of the files app
      adds  3b9d283   fix path in apps/files/templats/index.php
      adds  aaedb23   fix bug in lib/helper.php and fix file upload
      adds  9226cb7   rename var file to getfile to prevent fails in files app
      adds  6d92ebc   use native functions of php to parse the string into the  Var
      adds  42a5707   Merge branch 'master' into movable_apps
      adds  d1110c6   fix file path in apps/media/ajax/api.php
      adds  19109af   fix bug in lib base
      adds  10eea3f   fix pathes of shared calendars
      adds  95c220a   remove debug code in lib base
      adds  9092692   make calendar work with movable apps
      adds  fd47fbe   fix contacts app a bit
      adds  29b9e27   fix linkto function in OC_Helper
      adds  0b06eff   another fix for linkto function
      adds  684007b   fix pathes in contacts
      adds  9b29bc9   remove debug message
      adds  fb84d0a   fix php fail
      adds  a85d498   fix position of Semicolon
      adds  d6346b5   fix OC.filePath in main js
      adds  f17eea5   fix merge conflicts
      adds  9ee2bb9   fix js fail in media player
      adds  60c0827   Merge branch 'master' into movable_apps
      adds  476043e   add a proper 404
      adds  323b19a   some fixes in contacts javascript files
      adds  1a913ac   bookmarks app seems to work now :)
      adds  b75f680   gallery app seems to work now :)
      adds  3f64eb2   some fixes fore movable apps
      adds  ebcaa46   fix loading of css files that are core related
      adds  2c92a79   fixes for contacts app
      adds  ebd82ee   fixes for media app
      adds  0249a72   fix downloading of files in files app
      adds  40f95ff   fix security check for the path of the requested file
      adds  2b10371   fix merge conflicts
      adds  6039dd0   remove merge conflicts fail
      adds  78b2da5   move files to the correct place
      adds  6930af4   Merge branch 'master' into movable_apps_2
      adds  5fda0e4   make *DAV work with movable apps
      adds  5483c1b   hide fails
      adds  f7fb4a5   ampache should work now
      adds  1b935a2   add old webdav file
      adds  993d655   Merge branch 'master' into movable_apps_2
      adds  0aaf6d1   Merge branch 'master' into movable_apps_2
      adds  a1b309a   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  657d023   fix login
      adds  06e9ac8   fix parsing of app parameter and fix external app
      adds  3aedbc5   remove debug message
      adds  72c0d69   fix duplicated entries on upload
      adds  7eb7492   some fixes for sharing
      adds  2e77df9   add apps/inc.php to .gitignore
      adds  bef701c   add version file to files app
      adds  afeb9d9   moving the file actions properly
      adds  c6f034a   Support "songs" ampache API action for proper rhythmbox support
      adds  f0f1adb   bugfix for oc-346
      adds  09a5c59   only install shipped apps on setup that should be enabled by default
      adds  e3adbcb   remove non existing files from the cache when rescanning a folder
      adds  84bd83b   fix file deletion
      adds  4d3ef9a   improve rescanning folders
      adds  b5db852   add files to blacklist. Should be always on
      adds  0d01292   add a info.xml to files
      adds  b862c49   enable by default. at least during oC4 testing
      adds  c7e7767   don´t hardcode files app. we have no a standard info.xml in files
      adds  1633442   jquery.combobox: Added 'showButton' option
      adds  023479b   Contacts: removed unused method and ajax file.
      adds  f6fefe9   Contacts: Ensure TYPE parameters on email aren't deleted on edit. They are still not shown in the UI. Remove an obsolute file and did some cleanup.
      adds  0bccd9c   Contacts: Forgot to add the import template.
      adds  a8b6fdd   Contacts: Small css tweaks.
      adds  9c520c7   Various file path fixes.
      adds  07f2e31   removing executable bit from various files
      adds  f0701f7   tiny typo
      adds  051cb7d   show the username in the title. good idea.
      adds  e1268cd   we require php 5.3 now. so please notify the user if an old version is in use
      adds  04c6582   load the files app in a way that doesn´t break oC3 configurations
      adds  b20b30b   Implement a basic versioning configuration. Only a on/off switch for now. I changed my mind about the more complex configuration options. We go with good default for now and don´t expose all the technical options to the users. They can still override in the config file if it´s really really needed and they know what they are doing
      adds  f425b80   one todo less
      adds  6c908a4   fix path in calendars geo.js
      adds  8a3d41c   fix a PHP Notice
      adds  5193ddd   fixing syntax error
      adds  e409e7c   forgot a file
      adds  0195d5b   some more work on the public API
      adds  e8ec999   port to use the new public api
      adds  11314c8   add/remove handlers
      adds  54854b2   LDAP: decent behaviour and log message when there is no connection to the LDAP server
      adds  51b6aab   LDAP: remove Notices on settings
      adds  8a69116   OC_User: don't say password changed when it is not true
      adds  3f9ac64   port some of the log call to the new public api more to come
      adds  d3ce2ca   OC_User: handle success properly
      adds  7ded9cf   Checks if config folder is writable on begin of the installation.
      adds  d0554be   finish porting of the LOG calls or the apps to the public api
      adds  5bf6923   ported isLoggedIn
      adds  7b54883   create remote directory
      adds  dc7cdda   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  70cea18   ported getUser
      adds  254b8b9   porting of OC_User to public API complete. What better thing to do during a long train ride than refactoring ;-)
      adds  1a2bbd2   ported addSyript and other small stuff
      adds  20f3875   Change default from address to sharing-noreply at server for emailing private links
      adds  ab58471   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  e2fb094   some more porting
      adds  31e32e3   ported checkLoggedIn and checkAdmin
      adds  e48f511   port linkto and serverHost
      adds  93b63cf   ported the rest of the OC_Helper calls
      adds  98e0db1   correction of bug oc-393 in using owncloud V2, V3, V4 with android browser : JSON.parse(null) results in 'Uncaught illegal access' and not 'null' (see google for details)
      adds  c94f39b   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  2fe646d   ported the oc_app calls
      adds  8ed8d9c   fixing namespace
      adds  c9eaffd   send downloadfile piece by piece. saves RAM and is better suited for large files.
      adds  d716002   files is not internal any more
      adds  6750998   files is not internal any more, part II
      adds  72256ab   Contacts: Trying to improve PHOTO handling a bit.
      adds  f183086   Contacts: Removed styling and (most) js from template. Started making app more keyboard/screenreader friendly. General cleanup in code and markup.
      adds  8c7f854   move all the files stuff into a files class
      adds  8e99475   first part of the config stuff
      adds  ff66600   port appconfig
      adds  82a61e2   port oc_preferences
      adds  c536e93   add appswebroot to the guest template
      adds  da03d05   create folder 'remote' for the remote services like caldav, carddav and webdav
      adds  33c343e   add require_once('../lib/base.php'); to webdav.php
      adds  10bbbc8   new checkAppEnabled call
      adds  eec7c38   fix install
      adds  4fe90f6   port checkAppEnabled
      adds  6d37b85   Refactoring and upload support for Google Drive backend
      adds  31d623f   Fix log viewing bug
      adds  ec98ecf   Catch old app paths, change them to new form
      adds  f7e4101   Contacts: check for malformed VCards in calendar hook
      adds  47081a2   Gallery: Update version for database update
      adds  4ba5276   don't try to register file actions when we're not in the files app
      adds  0b51c53   run none of the extranal storage tests on default
      adds  e5ef3e1   move archive library to core so we can properly depend on it
      adds  80dff77   Fix private links
      adds  3517406   port oc_response
      adds  6cc9f60   Contacts: Don't resize profile picture if it's not too big.
      adds  15be032   Contacts: Improve loading contact.
      adds  375ba98   Contacts: Move gif used by jquery.Jcrop and make style sheet use %webroot% path.
      adds  43caa3b   ported oc_json
      adds  8feb7dd   fix filepicker in webkit
      adds  f85d076   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  97a8af7   ported oc_db
      adds  5611e6c   fix incorrect dialog computing in ff
      adds  55194e0   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  cbee0d3   Contacts: Fix paths and improve markup and css in address book overview.
      adds  5be9084   Contacts: Fixed paths in import.
      adds  a89231a   Contacts: Clean up tipsies.
      adds  8076b1e   Contacts: Remove some logging.
      adds  b6ea57c   Bookmarks: Move delete code to Bookmarks class, also change to use id
      adds  b62a8ba   Better regex for old apps rewrite rule
      adds  62da0ba   Handle event exceptions in calendar app. Execeptions to recurring events are not shown anymore.
      adds  077ea94   Merge commit 'refs/merge-requests/89' of git://gitorious.org/owncloud/owncloud
      adds  9e03ea4   ensure the files app is always loaded
      adds  76a60a2   ups, we don't have a CSS file therefore
      adds  a22a79c   fix filecache for postgresql
      adds  3d6909f   add mount config to gitignore
      adds  89c8316   Merge branch 'master' of git://gitorious.org/owncloud/owncloud
      adds  07ff1e7   Calendar: Fix repeating events
      adds  a4a3d62   Check for callback in OC.dialogs.alert.
      adds  bde5b4a   Contacts: Don't load event handlers more than once, or you're asking for trouble :-P
      adds  e61e40c   Contacts: Hack around malformed BDAY.
      adds  8d17540   VCategories: Check if any categories are selected before json call. Add Close button. Remove log calls.
      adds  27da295   Made the global settings icon accessable via keyboard. Bug http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-561
      adds  eab4a05   implement missing getusers call
      adds  2296521   Changed $APPROOT to $APPSROOT as in https://gitorious.org/owncloud/owncloud/merge_requests/116
      adds  7a06e14   LDAP: central function for user and group list retrieval (will replace retrieveList from group part)
      adds  6f982d2   LDAP: make oc_user_ldap::getUsers make use of central OC_LDAP
      adds  7aad40c   LDAP: make oc_user_ldap::userExists make use of central OC_LDAP
      adds  3499783   remove debug info
      adds  594221a   LDAP: make oc_user_ldap::checkPassword make use of central OC_LDAP
      adds  adb32ad   LDAP: checkPassword ain't static
      adds  def5975   LDAP: cleanup
      adds  333e898   LDAP: copyright stuff
      adds  6c670cb   LDAP: more cleanup
      adds  231eec7   LDAP: also those functions were not meant to be static
      adds  716c5a3   LDAP: use the correct attribute for the display name
      adds  907fa9d   LDAP: check first, if requested attribute exists
      adds  248eae2   Contacts: Improve NOTE UI. Cleanup markup.
      adds  01da64c   Contacts: Changed the Add property button to not fixed and use plain button.
      adds  1fef13b   Calendar: Use array_merge to join event arrays
      adds  d9592dd   Tried to make settings/apps more keyboard/screenreader friendly.
      adds  76b8d06   Add missing file.
      adds  2c264f8   Contacts: Better checks for GD library.
      adds  4a89eb7   Escape strings for DB and User creation at setup. Fix oc-124
      adds  9bcc5c1   porting the hooks and starting with the templates
      adds  f9aadff   Contacts: Set min-width on note to make it render correctly.
      adds  eda42ce   Contacts: Don't try to render invalid properties.
      adds  2580d85   Dialogs: Clean indentation. Add some missing brackets.
      adds  74a0df3   Contacts: Make editable fields more discoverable. Align group field vertically #pixelpushing
      adds  4a7591d   Custom icons for contacts app
      adds  d875191   only emit the filesystem hooks once when creating a new file
      adds  70cb053   improve cryptstream fro writing non-chunksized data
      adds  c0e67fa   fix opening encrypted files from the browser
      adds  d46bea8   fixing file headers with copy right
      adds  7886369   First version of tasks app
      adds  8826aa8   Add basic fields to tasks app
      adds  0dd5fd5   Mark form field with error message
      adds  16ee083   Merge branch 'master' into tasks
      adds  c30aa4d   Start using OC_JSON in tasks app
      adds  9c5306d   Merge branch 'master' into tasks
      adds  5e4f28e   Tasks: Fix php warnings with empty tasks list
      adds  487c23e   Merge branch 'master' into tasks
      adds  76c3779   WIP
      adds  4af22bf   Merge branch 'master' into tasks
      adds  499ec15   Add icon for tasks app
      adds  7f754c0   Change code from using OC_Tasks_VTodo to OC_Tasks_App
      adds  92db4f8   Update edittaskform for new calendar API
      adds  18bac94   Change loading of tasks to ajax call
      adds  f3ebd29   Fix updating task for new calendar API
      adds  c768751   Display more information in the task list
      adds  8f9c852   Add filtering on category, priority and location
      adds  d1b2c10   Tasks: Update task list when adding or updating tasks
      adds  f8b62d4   Tasks: Ordering of the task list
      adds  7d18800   Merge branch 'master' into tasks
      adds  029e1ac   Tasks: Update to use new categories interface
      adds  19d8106   Tasks: Code cleanup
      adds  947d2e5   Tasks: Mark task as complete when checking the checkbox
      adds  8afeb0f   Tasks: Implement task lists overview
      adds  6ba30cb   Tasks: Clicking task summary opens input for edit
      adds  921fc59   Tasks: Add "more" block containing description
      adds  c75bbb5   Tasks: Add due property handling
      adds  70ba428   Tasks: Make gettasks more robust against malformed VTODO data
      adds  1384be4   Tasks: Task summary is always text, at it as suchs
      adds  3d68732   Tasks: Due date without time support added
      adds  acea156   Tasks: Save description field
      adds  728e6a6   Tasks: Simple categories input
      adds  b704ff1   Tasks: Simple add task action
      adds  c627657   Tasks: Fix the display of the list of tasks
      adds  6e7f5ec   Tasks: Add input to edit the task location
      adds  71f9b19   Tasks: Make it possible to close the details area
      adds  1e47156   Merge branch 'master' into tasks
      adds  4394677   Tasks: Update to new public API
      adds  0006b43   Tasks: Update for movable apps
      adds  eae21f3   Tasks: Fix ajax calls in javascript
      adds  19d2b94   Tasks: More updates to public API
      adds  a004759   Tasks: Really correct icon
      adds  d0b7b01   Tasks: Some styling
      adds  2092caf   Tasks: Fix add task action
      adds  2facf50   Merge branch 'tasks' for Tasks app
      adds  101406e   fix writing in remote folder
      adds  24a8451   Tasks: Fix addtask for <5.4 php version
      adds  4b4c3c3   remove debug messages
      adds  aa4f01f   fix pathes for cal andcarddav
      adds  6330fda   fix path of webdav
      adds  6c2fc0c   fix writing of webdav.php
      adds  d764585   Remove blind effect for email private link in drop down
      adds  ef9511c   Refactor sharing UI; bug fixes, code clean-up, and more efficient with less ajax calls
      adds  f991948   Fix loading by apptype in webdav
      adds  d854e4a   Calendar: fix return of insert id
      adds  565e02d   Add back removed groups to the select form correctly
      adds  b462795   added a nice API to get the installes Apps with names, urls and icon from the outside. This is useful for some nice upcoming desktop and mobile integration
      adds  2953f4d   Contacts: Removed redundant styles.
      adds  93ae945   Contacts: Fix for leftcontent positioning in Android browser.
      adds  6c554d0   Calendar: Fix calendar export link
      adds  20f1c1e   Forgot to fix one file...
      adds  e459309   Fixed escaping of filename when determining MIME type
      adds  f2ec68d   Revert "Contacts: Fix for leftcontent positioning in Android browser."
      adds  400ade0   Revert Android positioning 'fix'.
      adds  c1019a6   Contacts: Resized Add button. Now how do I add a gradient? ;-)
      adds  bede32b   Contacts: Fix for Android browser again, again.
      adds  fd16784   fix bug where users could use wildcards in username to login e.g. user Peter could probably login using username Pet% fixed same problem in the migration script
      adds  35177e0   Merge commit 'refs/merge-requests/109' of git://gitorious.org/owncloud/owncloud into merge-requests/109
      adds  9dbc6b5   Correct wrong DB quotes for calendar share functions
      adds  5bf69ca   Contacts: Re-added some styling that got lost in a revert.
      adds  2488cdb   Calendar: Fixed image paths.
      adds  2edf59c   first part of documentation update. lot´s more to come
      adds  5d55c70   some more documentation cleanups. much more is needed. And greeting from the Atlanta airport. ;-)
      adds  1945cd6   ported the oc_template class
      adds  d2b0de6   fix an XSS bug
      adds  40b823b   some more docu fixes
      adds  fe8b10a   Add php-xml as dependency for core fix oc-364
      adds  333345d   Add php-pdo to soft depend check
      adds  e0db22c   Provide feedback when user creation fails
      adds  41179a1   Fix feedback for sharing errors
      adds  aa0c3dd   Fix updateFolder() in OC_FileCache
      adds  471cad7   Remove manual file cache insertions of shared files, update mtime of shared folder
      adds  65b9850   Code cleanup.
      adds  cde60db   Fix typo.
      adds  5155f58   prevent xss in webfinger
      adds  c4e4795   require base lib and deal with malformed user addresses in webfinger.php
      adds  3a184e2   whitespace correction in webfinger.php
      adds  8534373   better invalid webfinger URI handling
      adds  d032345   fix validation of getfile parameter - i hate this bloody merge conflicts
      adds  c996600   push changes
      adds  f69f764   Working remote.php with webdav and caldav
      adds  5a26404   fix remote.php
      adds  7d2a68f   make carddav work with remote.php
      adds  46fe2e3   fix merge conflicts
      adds  9bdd00c   update htaccess file and remove remote folder
      adds  ef10603   fix pathes in calendar and contacts
      adds  e33b12a   fix path of webdav
      adds  b125caa   fix path of caldav in calendar management
      adds  6bdbcc1   fix path of carddav in addressbook management
      adds  1138df0   fix webdav, bloody merge conflicts
      adds  5904d5c   Merge branch 'remote.php'
      adds  936c8ba   improve remote.php and create public.php
      adds  ef073a1   make calendar compatible with public.php
      adds  f28d71b   fix gallery sharing
      adds  b9033d3   Only load sharing statuses if in files app
      adds  71423ec   Fix bug oc-402, check if token is set for a private link
      adds  e0a5f97   Fix bug oc-542, encode urls for private links
      adds  df6b154   Fix bug on browsers like rekonq which stopped execution of javascript
      adds  0ff5ab6   applying coding guideline
      adds  e9c7ecf   applying coding guideline
      adds  da4688d   Reorder code to avoid race condition in user creation
      adds  52d113b   Prevent extra '/' from being added to url if app is not defined
      adds  bf8b3b0   Forgot to set token variable
      adds  5a1ea62   LDAP: Fall back to Base DN if user/group base settings are blanked
      adds  5b7cefb   make ampache work with remote.php
      adds  9b5e0be   fix path for ampache in settings
      adds  4dbc209   Create a function for linking to remote.php
      adds  10d291d   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  43978ab   increase to 4 beta
      adds  5962a0d   Enhance user creation (avoid create+delete row), clear create user form after action
      adds  9921ca1   Add protection for non-authorized char in installation form
      adds  010b97f   Avoid touch operation when unshare public link
      adds  0ce1cbd   fix calendar vulnerability
      adds  cdf5d4e   fix for previous commit
      adds  251a6d1   LDAP: write to log in case bind fails.
      adds  5dee914   LDAP: sqlite compatibility
      adds  d01db3a   LDAP: make sure, configuration is read when a public method needs it
      adds  c067cfc   , not .
      adds  9dee2a6   LDAP: settings for group filter, fixes oc-587
      adds  f6df71b   Set Content-Disposition to attachment for shared private links
      adds  52717d2   remove comments
      adds  fa4a522   Try to correct query string url for search in bookmark
      adds  da1da81   Calendar: Resize content after creating calendar layout
      adds  4f88fad   Add remote for media/tomahawk.php
      adds  41d0308   Change label for saving bookmark button
      adds  9c47346   Protect admin from evil log messages
      adds  7dcf38c   Better checking of ajax paramters and better logging
      adds  051442b   Sanitize redirect urls
      adds  c149023   LDAP group: support for memberUid, fix for oc-594
      adds  fae1ce4   Correct file move by dropping on folder
      adds  eb7e2d7   Sharing: even if a user has more groups in common, he should appear only once in the dropdown list
      adds  000d7ba   fix bug in calendar
      adds  588b51d   update translations
      adds  63cc1cc   Sanitize group in togglegroups
      adds  7d090a4   attempt at reusing access tokens
      adds  2cf5bb6   new requires now necessary
      adds  9d443e0   new requires in WebDAV.php
      adds  4de182c   bearer token should be the whole thing, not the http basic pass
      adds  890c57b   fix requires in apps/remoteStorage/ajax/revoke.php
      adds  99db3c0   fix bug in events.php
      adds  bc60b8d   fix bug in public api
      adds  a589a70   revert 000d7ba97535f470f30be44e02140401b24b43e2
      adds  14b240a   Still trying to fix some sharing use cases
      adds  03f66c6   also scan new folders when checking for updates
      adds  3e57e76   fix creating the shared folder when the user home folder is not in the root mount
      adds  2e826fa   Go back to updating mtime of shared folder to invoke a file cache rescan
      adds  d4636f4   Fix renaming of shared files if target already exists, bug fix for oc-81
      adds  98cd98e   Skip over users that have already been shared with when sharing with a group
      adds  de6aa0f   Use a clean uri param constructor to get files
      adds  93c0e8b   Fix unsharing files also deleting private link, bug fix for oc-251
      adds  bba434c   fixed typo in lib/public/util.php:106 (varname  to )
      adds  798e6aa   Merge commit 'refs/merge-requests/100' of git://gitorious.org/owncloud/owncloud into merge-requests/100
      adds  2062eba   Gallery: Show thumbnails after document is ready
      adds  94803dc   Gallery: No short tags
      adds  a9d7c67   The log message is not always shown in html
      adds  7a50283   LDAP: don't fall over case insensitive LDAP attribute name
      adds  b055ebc   added documentation to OCP namespace
      adds  46b1f35   highlight the files new and upload button all the time
      adds  8fc5658   reduced text shadow brightness
      adds  2ae37b3   fixing background for clicked new button
      adds  e3f452c   larger clickable area for new button
      adds  d9fbdae   Prevent XSS exploit by checking if path-info is set, thanks to Lukas Reschke
      adds  ddd991a   Minor css fix.
      adds  2c6740b   Some UI and code restructering according to usability tests: https://mail.kde.org/pipermail/owncloud/2012-May/003194.html
      adds  3c6c8ec   Make email private link submit on enter as well
      adds  de95bf6   Prevent any null bytes related exploits, thanks to Lukas Reschke
      adds  a69c53c   remove empty line in .htaccess
      adds  20f8137   upload button goes MJ
      adds  bf93b9e   Make select_all checkbox more central
      adds  7bc6e86   Contacts: Fix some regressions from last commit.
      adds  ffe5ef2   Correct calendar loading when calendar are from hooks. fix oc-619
      adds  d1e5a56   fixing upload icon color
      adds  4094f6f   Correct undef variable mistake from prev commit
      adds  709b0a1   Check if app is enabled before exporting its data
      adds  78c1170   Added some margin.
      adds  aa51639   Contacts: Fix check for version.
      adds  e5840e1   Contacts: Hack to add structured name from formatted name.
      adds  60103d9   Only mount shared storage after a user has logged in, fixes shared folder not appearing for some WebDAV clients and sync client
      adds  daff3aa   Prevent overwriting of private link status
      adds  0c86f8a   Fix image previews for search results
      adds  a3f250b   Fix text files for search results
      adds  20d9a8b   Fix accidental creation of duplicate files because of extra / in search results
      adds  59a2616   Fix music file action i.e. click to play, make OC.filePath act like OC_Helper::linkTo() for index.php links
      adds  0c7f0aa   attempt to align the webfinger app with new public.php routing
      adds  02cee2c   trying to fix /.well-known/host-meta
      adds  2e309aa   announce OAuth2 implicit grant end-point the new way
      adds  61d5359   clean up auth dialog
      adds  03fad97   fixed some include path issues imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php
      adds  8f2217c   make default app choosable
      adds  e98305f   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  00e1d17   fixed settings text not being clickable
      adds  a95c1b8   fix auth dialog includes
      adds  b133f22   move host-meta to JRD because I can't work out how to deal with ampersands in XRD
      adds  4c02a82   move lrdd to jrd
      adds  3fd2e0d   correct host-meta mime type
      adds  7efa717   LDAP: wrong assumptions for case (in)sensitivity, implement far better solution
      adds  2327883   some changes for login
      adds  9469c99   fix warning 'unknown var appsDir'
      adds  2dff357   add new htaccess things into setup script too
      adds  4462b26   oops, typo in lib/setup.php
      adds  f0362db   register public.php?service=host-meta
      adds  347ce2a   match setup script to .htaccess from repo
      adds  9c2f105   update PEAR to 1.9.4
      adds  c99d7dd   the ',last' breaks all other rewrite rules and is also not there in the committed .htaccess, so removing it. anybody know why it was there?
      adds  d98d72a   improved url generation - made use of OC.linkTo()  for linking to versions history page
      adds  08e0b6c   Contacts: Also strip parameters.
      adds  646a4bd   Contacts: Clone event handlers as well.
      adds  8e5240d   Contacts: Make the structured name dialog modal to avoid confusion.
      adds  3c2af95   LDAP: offer only ownCloud-enabled users for sharing
      adds  d2bd78c   update MDB2 and XML_Parser
      adds  736739b   load remote and public paths from info.xml during upgrade instead of setting them every time
      adds  b40f967   allow clearing hooks and fileproxies
      adds  0622fa7   add temporary filestorage backend for testing purposed
      adds  cf39404   don't do the initial scanning of the users home folder trough the update system
      adds  d12021e   fix sqlite3 driver against updated MDB2
      adds  847832a   also set remote/public paths on installing apps
      adds  919681f   Make processed css files cachable
      adds  5b7c69f   Change sqlite escaping of identifier to double quote. Fixing some issues
      adds  20499e3   Remove duplicate line
      adds  d07512c   fix gallery previous not showing
      adds  9eb91a1   update to jquery 1.7.2
      adds  faebee5   Turn async off when fetching users to make sure the users get removed from the select form
      adds  b4e7c05   Encoded slashes (%2F) don't look pretty in our private link urls
      adds  ab9927d   oc-627, calling base function instead of loading too much useless functions
      adds  a36a8fa   Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it back again ;-)
      adds  19b55d3   Edited combobox to adhere to coding standards and added a dblclick handler.
      adds  51cb1c9   fixing file headers with copyright
      adds  546ae30   non-minified version added
      adds  af77ce9   This is RC now
      adds  996020d   Revert "Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it back again ;-)"
      adds  56bd3f1   Revert "Edited combobox to adhere to coding standards and added a dblclick handler."
      adds  9e6221b   VCategories: Suppress error messages stemming from import from file app.
      adds  f6dc158   fix php notice and displaying of events
      adds  85cc34f   fix another php notice
      adds  f45411f   fix another php notice
      adds  5ac10a9   hide share tab for new events, because you can't share an event that haven't got an id yet
      adds  3926e2d   VCategories: Made a small check for categories that seems to resolv the problems in Calender. Also reverts the changes from 9e6221b229410599c28045d1956bb6e84d33cadc.
      adds  ee0294b   update translations
      adds  ddf0903   add post user delete hook for calendar sharing
      adds  77e2387   more MDB2 updates
      adds  1a2ab2e   prevent user creation with empty password
      adds  68fd5a5   some mdb2 pgsql fixes
      adds  78ecfc8   Fix breadcrumb path
      adds  30d31fe   Remove google webfont include
      adds  8d475de   additional logging when db upgrade fails
      adds  6b6477a   fix getting the db scheme from existing database
      adds  a332c39   Check if path_info is empty as well, fixes bug oc-632. Thanks to die3lustigen2.
      adds  82d3fe2   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  3327aab   fix remote.php for servers which doesn't support PATH_INFO
      adds  3ce6eca   fix fail in previous commit
      adds  21dfe9d   Fixed keyboard shortcut for saving files. Thanks adlr in #ace!
      adds  198b73d   Sanitize search queries, thanks to Lukas Reschke
      adds  2e2eccc   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  ddb8d14   Revert "Remove google webfont include"
      adds  b80b865   Third time lucky fixing google font include
      adds  8a42d15   Variable not declared in media app, fixes bug oc-633. Thanks to die3lustigen2.
      adds  90518e8   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  1629c77   Validate bookmark inputs, fixes bug oc-636
      adds  9295f49   Contacts: Add error checking and reporting to import from files app.
      adds  4e1e978   Contacts: Forgot one file for the import fix.
      adds  0fb90fa   set public handeler in info,xml for sharing
      adds  e7c106d   selective app loading for remote/public
      adds  6d37f9b   Remove scroll to bookmarks_menu, no longer existent and the bookmark controls are always visible at the top anyways
      adds  1fc74ea   Add ctmp extension to blacklist to make sync test files not versioned.
      adds  40f91d9   Contacts: The proper DOM wasn't loaded after import and thumbnails weren't being updated.
      adds  3514ec5   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  1f2b37c   Contacts: Photo upload handlers wern't being loaded for new contacts. Name conflict with two FileUploads :-P
      adds  2e34673   LDAP: no whitespaces after the , in the DNs, resolves conflicts with some servers
      adds  82cfb3e   LDAP: don't store agent password in plain text
      adds  0c8740c   LDAP: and don't forget the else part
      adds  bda2dbe   Prevent Clickjacking by adding additional headers:                 header('X-Frame-Options: Sameorigin');                 header('X-XSS-Protection: 1; mode=block');                 header('X-Content-Type-Options: nosniff');
      adds  55eb318   check user permissions in calendar's unshare.php
      adds  9c8eb10   check user permissions in calendar's changepermission.php
      adds  3f86fd5   remove redirects in htaccess to improve compatibility with desktop client
      adds  84827ff   some fixes for calendar's export.php
      adds  18c8896   better user permission check for files in ajax/calendar/
      adds  4c6d11e   move auth.css and remoteStorage-big.png to assets folders From where they can be included
      adds  de850df   Contacts: Fix layout in contacts list that I had broken in an earlier fix :-P
      adds  9b3d866   Contacts: Had forgotten to call local function.
      adds  e74f4b4   Remove logging.
      adds  e03c5f3   Call is_writable explicitly on folders for readonly check
      adds  6779f28   cache app types during install or update
      adds  8b1bc32   remove simpletests internet test cases due to xss issues
      adds  954d4e5   No need to keep the 'source files' in here, because the latest 'git master' release can be pulled from http://mozilla.github.com/pdf.js/build/pdf.js
      adds  d4271ed   Use original source when resharing a file, fixes bug oc-210
      adds  97e8ff6   Switch enable button only when app is really installed or uninstalled
      adds  583dce5   removing executable bit - again
      adds  5cf42b8   Replace all %2F with a / in private link
      adds  cda9dcc   Fix private link emailing and clean up file name displayed in email
      adds  a3b06e9   Check if a private link points to a folder or file and change text accordingly
      adds  568b6a7   Make only writable files draggable
      adds  35effbc   LDAP: convert all DNs to lowercase so to make comparisons and everything work
      adds  01b366d   avoid corrupt ZIP files on lighttpd, should fix oc-467
      adds  7b92c27   Check if a file is encrypted before sharing (encrypted files cannot be shared)
      adds  6673375   No multiple file sharing in this next release, sharing UI isn't ready for it :(
      adds  b619821   Create a new OC_Share object instead of manually inserting rows when adding a user to a group share, prevents a couple of potential bugs
      adds  0f66870   Contacts: Corrected i18n call.
      adds  c040746   Fix incorrect toaddress being passed for emailing private links
      adds  fbc2892   try to remove deprecated files from /files on update
      adds  eceed49   fix paths in apps/remoteStorage/ajax/revokeToken.php
      adds  ab18a0b   ldap: unique index names for the database, fixes non-creating of indexes for the second table and potential issues in the app
      adds  5d72681   Better place to check caching headers
      adds  b39f01f   Comment spelling fix
      adds  9e83c3f   add caldav and carddav files in their old place for backward compatibility - add rewriterule for caldav and carddav
      adds  d216678   Contacts: removed check for empty FN field because Chrome/Chromium barfed.
      adds  ac8bfc2   update translations
      adds  2c99924   make sure the group exists in the backend before adding a user to it
      adds  5fe7200   update documentation of oc_user::checkpassword
      adds  aac9629   add support for custom ports for mysql/pgsql by adding :portnumber to the database host
      adds  58adeaa   only check our own input fields when determining to show the login button
      adds  c1ba4de   when scanning a folder that is a mountpoint, use the root of the mount for checking if a folder is writable instead of the folder
      adds  4ccfd27   fix versioning for movable apps
      adds  bfdb374   allow reverting file from history dropdown
      adds  2f1e601   Contacts: Disable in-app import if encryption is enabled, and make an attempt of supporting IE uploads too. Can't test it though...
      adds  cf181e8   Try to setup a user's filesystem if the user hasn't logged in before and is shared a file
      adds  b9cd0ec   Contacts: wrong name was set on initial load.
      adds  38c5638   LDAP: Fix case sensitivity issues with display name attribute
      adds  57cf0ae   LDAP: remove unnecessary debug output
      adds  7a7c301   LDAP: follow user- and groupname char limitations for LDAP display names
      adds  3e454d3   oops! was hardcoding my test domain inadvertently
      adds  f998ed3   removing dead code
      adds  2cc0515   no use for double quotes here
      adds  6f98173   Fix some non-utf8-friendly htmlentities (resulting in wrong display of utf8-encoded directory names for example)
      adds  cbfbbe6   Merge commit 'refs/merge-requests/115' of git://gitorious.org/owncloud/owncloud into merge-requests/115
      adds  57d41bb   Merge branch 'merge-requests/115'
      adds  6146b6a   fix paths to images and set height for calendar management dialog
      adds  b35c6b5   allow loading of css files even if a user isn't logged in
      adds  fbe0d0d   Fix private links inside folders
      adds  0aac70a   Revert google webfont removal. Sadly this causes havoc with the editor!
      adds  74d4992   Close history dropdown on success. Avoids confusion.
      adds  5b42325   History dropdown clean-up
      adds  48505c5   improve tar archive backend
      adds  b7aee58   Hooks aren't working across different users' filesystems, so update the mtime of the Shared folder for all shared item events
      adds  73a7205   fix call of all versions page
      adds  2e9115e   increase to RC2
      adds  db77dc9   only try to install apps that are compatible with oC4
      adds  253f101   LDAP: check wether applying naming rule would end up in conflicts on update, if so don't do it
      adds  ea33b4a   LDAP: don't make us of global constants (completing, was removed with latest additions to update.php)
      adds  9b5e8a2   fix redirect to desired page after login
      adds  1a874b4   make redirect safe by restricting it to current host
      adds  a6ff909   this code looks wrong to me but i'm putting it back while we find out what the right code should look like
      adds  2d3c709   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  9e73524   mark the apps as part of the shipped package and increase the requirement to ownCloud 4
      adds  16224e5   "fopen("  interferes with our own classes. remove it for now and let´s fix this later
      adds  fc536c3   add htmlentities() call into login form
      adds  0c7efc2   LDAP: update meta info
      adds  e606213   make upload work with IE again
      adds  7922338   Contacts: Added MS opacity mumbo-jumbo that I can't test myself to file form fields.
      adds  bae954a   LDAP: only check once for name conflicts on update. Set a value on install as well
      adds  c1bb813   LDAP: we're 0.2 now
      adds  0df376d   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  fdbe0c9   don´t claim that already downloaded 3rd party apps are internal apps
      adds  122d1ef   Don't show the select form in the history dropdown if a file has no other versions
      adds  fcb4d2a   Remove the history dropdown before creating a new one
      adds  ea7456a   Forgot to actually call remove on the history dropdown
      adds  e03b5ff   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  90cbc32   Fix redirect after login, prevent open redirects
      adds  df64b9b   strict standards fixes for sqlite3
      adds  b096fd9   log upgrades
      adds  a2cc772   dont run update scripts for apps that arent enabled
      adds  89f5701   Fix versioning of shared files
      adds  f750da1   Fix revert link on history page of file versions
      adds  35bd601   Fix check for when to store a new version of a file
      adds  08f7d4c   document the public classes a bit more
      adds  7e49a33   getStorage belongs to files not to apps.
      adds  07fa8da   fix for calendar
      adds  d4072c8   some fixes for contacts, gallery and openid
      adds  5a48ade   Make sure sharing and versions dropdowns come down in the same location for all files
      adds  8a0dc77   4
      adds  d7c09d8   add a warning
      adds  3b4c47c   files app is always enabled
      adds  3775c0d   dont throw errors when apps dont have types configured
      adds  54a3717   Contacts: Backport XSS fix.
      adds  647888e   add a ldap encryption warning
      adds  20e9903   Correct small style problem with task app fix #oc-689
      adds  f97f1b4   use UTC instead of Berlin as default
      adds  d8ca4f7   Fix private link sharing via email, fix for bug oc-750
      adds  2774ff1   Add HEAD request management for files ajax/download.php
      adds  1645f77   fix share for users with a point within their name
      adds  54c421f   check during ownCloud upgrade if all the installed apps are compatible with the new ownCloud version. Disable them if not
      adds  3db5fb8   allow longer paths for gallery
      adds  5b7ef90   add urlencode for caldav link
      adds  8bd6d86   Please don't tell me I did that :-P
      adds  53da328   Contacts: Double check XSS.
      adds  cf11340   Contacts: Fix XSS.
      adds  2f8412d   Set table prefix if not set in postgresql install
      adds  d1f0261   Correct typo in last_insert_id for calendar and pg fix #oc-731
      adds  1c1ed52   fix status of timezone detection
      adds  6515c5c   Contacts: NOTE wasn't saved properly.
      adds  1d983c2   Restrict requested app to apps directory
      adds  c1f7d32   mark as 4.0.1 pre
      adds  4dc7ed1   don´t hardcode /tmp
      adds  9384991   LDAP: support for 'member' as group-member-association
      adds  449b9b9   LDAP: fix wrong value for input type
      adds  f4577bf   fix for pgsql database migration
      adds  7ec3e37   LDAP: make queries compatible also with PostgreSQL
      adds  5d425a9   use our own serverHost call so that ownCloud works with reverse proxy servers
      adds  0059535   fix potential XSS
      adds  739c548   Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4
      adds  d56966f   someone broke this completely. Hope it works again. Please check your apache error log and turn php notices on if you work on ajax call
      adds  c3ccdba   more fixes
      adds  3a6341c   fix oc-780
      adds  670022c   fix the breadcrumb
      adds  0d2d613   added a serverProtocol function that correctly returns the used protocol even if the ssl connection is terminated at a reverse_proxy or at a load balancer
      adds  8ed13e6   don´t do warnings. Not sure if this start_session call is really needed here.
      adds  e44f9ab   correctly detect https
      adds  1b34bda   fix oc-874
      adds  0468f53   switch magic quotes off. they are evil and deprecated
      adds  86279bc   LDAP group backend: If a group filter is not configured, do not do anything. Fixes oc-867
      adds  aa88ec8   sort users and groups. fixes oc-779
      adds  aa9824d   fix proper error reporting
      adds  34464b1   LDAP group backend: Set configured true when it is... fixe oc-887
      adds  2c97f47   Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4
      adds  60b8e17   prevent a division by zero problem
      adds  3ef9445   add check if apps folder is writable. needed to install 3rd party apps
      adds  52b3305   add a pdo check
      adds  4db5481   Improve efficiency of retrieving log file entries
      adds  0145c65   Verify user exists when checking if logged in, fix for bug oc-863
      adds  300f689   4.0.1
      adds  74ac2ac   Contacts: When editing photo on a newly created contact the name in the contact list was cleared.
      adds  b48228a   LDAP: link to documentation on settings page
      adds  64fe067   add deprecated warning
      adds  8554525   Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
      adds  d657263   Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
      adds  8983c6d   commited a bit too much before
      adds  c8f670d   Don't allow user to delete, rename and re-share the "Shared" directory
      adds  7fbe306   no move (rename) operation for "Shared" directory
      adds  ca64a40   don't allow user to delete Shared dir via webdav and sync client (bug #774)
      adds  d5566d0   prevent xss attacks by manipulating text file names
      adds  4bc88ef   prevent xss attacks by manipulating image file names
      adds  b117a1e   update file paths in filecache when the parent is renamed
      adds  773f3cf   make it possible to load apps seperately. needed to fix oc-910 without breaking oc-863
      adds  454f81f   load authentication apps before checking wether user exists. fixes oc-910
      adds  daa4d2c   Validate email on save
      adds  ae2bcf9   Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
      adds  e817504   xss vulnerability fixed
      adds  44260a5   xss vulnerability fixed
      adds  d3bb01b   more reliable host detection for reverse proxy scenarios
      adds  5c9325b   CLI is no availabe in stable4
      adds  769d94a   linkTo instead of hard links in Files and Files_Archive. Hope that makes sense.
      adds  4bc7387   fi login for hosts running n port 80
      adds  3a5076d   show pictures in folder with special characters, e.g. '+'
      adds  063c9ac   prevent creating files with a / the name
      adds  f1b10fc   update translations
      adds  826a439   Supress any warnings if log file does not exist
      adds  517bd28   Corrected typos.
      adds  48ccfa4   LDPA: don't drop legal whitespaces when sanitizing DN. Fixes oc-914
      adds  bb07c20   fixed var name, $filename should be $foldername
      adds  3d48bf1   Contacts: Import upload button was obscured on Android browser.
      adds  de6d550   Calendar: Added more explicit sync links and fixed indentation.
      adds  9266f4d   Migration: Fixed wrong download URL: http://forum.owncloud.org/viewtopic.php?f=4&t=2511
      adds  691f00e   ldap: check index carefully, can be 0
      adds  f3f3c79   ldap: correct query condition and determining of success
      adds  d28e0f4   Remove old internal mail call for password reset, fixes bug oc-934
      adds  4beabe2   ldap: enable the destructor
      adds  0f68276   LDAP: cache the results, reduce LDAP searches
      adds  4a15cf2   fixed broken lines in user table
      adds  8c7fa15   Sharing, fix: connect to hooks from the correct classes
      adds  a7a861b   backport the password salting fix. a salt is generated during setup and used to salt the user password hases in the database backend
      adds  0722ff6   fix for bug #872: Folders not holding any images are ignored, even if they hold subfolders with images
      adds  0dc371f   typo in var
      adds  cf1430d   Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4
      adds  eb192ff   code cleanup from previous commit
      adds  5eb5d23   Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-)
      adds  23533a7   Don't fix bugs not present in this branch ;-)
      adds  59d16c5   Contacts: Use POST instead of GET.
      adds  cf1c363   fix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but empty aka /?app
      adds  6e1ca36   fix infinite redirect during setup for windows hosts
      adds  83caaa6   Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
      adds  0f45421   Code cleanup.
      adds  8f616ec   fix potential xss in multiselect
      adds  815eb25   Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and oc-743.
      adds  009fbd8   fix creation of monthly repeated events
      adds  ff4b175   increase height of event dialog
      adds  f955f6a   fix XSS in Calendar
      adds  642e7ce   fix another XSS
      adds  061938c   finally fix the updater. next is an automatic updater. but this is a bit more tricky.
      adds  689c8f5   paging not yet implemented. increasing pagesize to 100 as a temporary quickfix
      adds  be6848a   let´s put the files_odfviewer application into the stable4 branch for convinience. We release it as part of ownCloud 4.0.x anyways.
      adds  746994c   Fixed merge conflict.
      adds  9b2b5e0   git status
      adds  2b80102   new db scheme
      adds  7aff5ea   navigate on galleries
      adds  63c02fd   use fancybox to display image preview
      adds  c67de11   aviod incorrect image size returning in gallery listing
      adds  71b4cdd   removing test image
      adds  276aefb   hack for file download
      adds  c932f93   replace spaces with tabs, use const and linkTo instead of static path
      adds  9c1cc15   adding title when fancybox is displayed
      adds  6682c60   pictures: update script and removal some all stuff
      adds  f0f9269   adding missing file
      adds  fe64e62   remove old code
      adds  1853a83   adding navigation bar to gallery
      adds  f6c0709   hide share button until sharing wont be fixed
      adds  e073cd7   tabs for spaces, fix array key name
      adds  7ee722e   removing app access check, fix title for links in tiles
      adds  e7d1af4   handle encrypted images files in oc_image
      adds  f1250a3   add function in filesystem to strip webroot
      adds  2dca092   gallery: removing search provider for now
      adds  de6b683   fix first time image loading error
      adds  31d48d4   adding missing file
      adds  3970be3   fix variable name and undefined index notice
      adds  6a44d02   XSS--
      adds  cfea281   4.0.2
      adds  cdac0ea   Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
      adds  c898a8a   Contacts: 11th hour fix for invalid VCARD from CardDAV.
      adds  a21fd72   Categories: Turned the debugging down a bit.
      adds  f2216dc   Gallery: Fix database creation on update, also only from version less then 0.5
      adds  7f5e8e3   ldap: check array for emptiness, not nullness
      adds  8f09299   Sanitizing user input
      adds  cc653a8   Sanitize user input
      adds  f8337c9   Using POST instead of GET.
      adds  d294373   Sanitzing user input
      adds  6da717b   Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4
      adds  c110308   Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
      adds  74eece2   Contacts: Fix NOTE also on add, not just save.
      adds  266c523   LDAP: offer config option for Group Display Name attribute
      adds  c75a796   Contacts: Fix encoding errors, import errors, developer headache, paint cute kittens and pink clouds ;-)
      adds  e0a5e3e   Fix js for missing address fields.
      adds  210b715   Fix copy/paste error.
      adds  2473348   Add .vimrc to .gitignore.
      adds  107c2de   applied patch provided by bug #966 to fix broken user specific quota settings
      adds  4501407   committed patch (bug #967) to add missing translations for file actions
      adds  b70226b   Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
      adds  cee9d40   Contacts: Final (for now) fix to encoding probs on import.
      adds  ef6b6ac   block slashes only for new files and new folders but not for file upload from url (bug #964)
      adds  635a2f8   Label the delete operation "unshare" for files in the "Shared" folder to reduce confusion about the operation.
      adds  d54fc6d   increase possible size of uri in database - fix oc-140
      adds  48116cf   increase version of calendar app to force db upgrade
      adds  7868b25   Fix incorrect creation of filesystem for user at group in data folder during shares
      adds  48ee265   urlencode link fort password reset (bug #970)
      adds  f589df7   Redirect HTTP Auth requests to REQUEST_URI. Partial fix for http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-874
      adds  9e7c288   Allow same host redirects (/somepath).
      adds  3e339f3   Remove check for encryption.
      adds  625cd82   Backport CSRF prevention.
      adds  e543ec6   show username of the body who shares in the summary
      adds  4ff1130   fix a ui bug for calendar sharing
      adds  92a1101   another ui fix
      adds  f9af0ef   fix another ui bug of calendar
      adds  b0420ee   suppress warning if /dev/urandom is not readable (bug #997)
      adds  4a47fa2   xss vulnerability fixed for fancybox image viewer
      adds  544f97f   debugging output removed
      adds  cd759ae   fixed xss vulnerability in un-packed version of jquery.fancybox and repack it
      adds  3e14360   Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
      adds  5b1a14f   Contacts: Implement CSRF prevention.
      adds  df4737f   prevent xss attacks also if some javascript ends up in the alt-tag
      adds  60bd256   fixed bug #996: first picture in folder is repeated in the last position behaving like a directory
      adds  b6ee4c4   Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
      adds  3b58c7a   Remove debug statements.
      adds  b025ff8   reverting 8c7fa15aaf98e31646e4306e7819d1d2b725a7e1, differs between OC3 and 4
      adds  f9c3494   applied merge request #128: fixed some sorting and display issues with gallery app. This also fix bug #872 for the new gallery
      adds  5c6a717   Files: Double encode download links. Fix for oc-1016.
      adds  0074062   fixed xss vulnerability
      adds  c1744d2   Move user import to personal settings. Fix user migration between servers.
      adds  ec3033a   Check for '\' as well when searching for parent folders, because Windows returns '\' for dirname()
      adds  cbe5449   remove a closing php tag in calendar
      adds  fc632b5   fix merge conflicts
      adds  707660b   files_imageviewer: Double encode paths. Fixes oc-1016.
      adds  33ab917   PDF Viewer: Double encode link.
      adds  8d67ca0   user_migrate: remove old code
      adds  d804841   Removed erroneous value attributes. Partial fix for oc-1029.
      adds  9d0cfac   escape log messages to avoid possible js execution
      adds  ca41f2e   don't add the "Shared"-directory size to users quota
      adds  814cab9   ignore "Shared"-directory when calculating free space
      adds  92bb59c   fixed broken function call
      adds  b31962f   Hide image with no source (avoid placeholder img)
      adds  249190c   Fix mime-type detection
      adds  db7542b   Reverting 249190c89bc1c2effd8aaad1052d9a0ccf0bfe37. Fixed in master
      adds  244920a   LDAP: only map users within the User Base Tree
      adds  1b142a1   quota calculation fixed
      adds  637f839   fixes oc-668
      adds  98bc916   Make check for writable apps dir configurable
      adds  4d627d6   Add help texts to config options in config.sample.php
      adds  e728635   Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File
      adds  598a090   Add cache for getStorage and getInternalPath functions.
      adds  bb649dd   Smarter code for OC_FileProxy
      adds  cff1b6e   Don't use substr to get first char of string
      adds  0d43d64   Tasks: Use POST for ajax calls that change data
      adds  c260db0   Tasks: Fix resizing of the content part
      adds  2d4e1b4   Load app before running update script
      adds  0524f6f   Fix webdav property name compare
      adds  311c2bc   Calendar: Write-close session to enable parallel events.php requests
      adds  c4d1363   don't show other users file if the filesystem is not index already
      adds  0289f44   forgotten $, incorrect  subtract
      adds  d9607df   backport of sanitizeHTML() function
      adds  902c649   use new sanitize HTML function backported
      adds  0e61b54   use new sanitizeHTML() function
      adds  8e427d8   use sanitizeHTML() function
      adds  e71dffc   no need to escape the title
      adds  a7f0811   bookmarks: make read later-button draggable again, fixes oc-944
      adds  5cc75ad   Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4
      adds  d0dbc8b   make bookmarks bookmarklet work again, kudos to Victor Dubiniuk
      adds  e3f1507   use absolute path for file proxies
      adds  0f2600e   add binary test case for encryption
      adds  9ba467d   fix encryption for binary files
      adds  e43d02f   fix encrypted flags not being saved correctly
      adds  6524f6a   Only call OC_FileCache::get('/Shared') if it exists in the file cache, prevents premature addition of the Shared folder to the file cache
      adds  43674b1   fix mimetype for cdr files - bugfix for oc 559
      adds  37ed3b5   make edit event form work with DateTime Property UTC
      adds  3b4d2a9   check if user is allowed to edit bookmarks
      adds  5212fa3   check if the data directory is accessible via http. Show a big security warning if yes
      adds  288c5e7   fix a PHP Notice
      adds  096f559   fix calendar
      adds  7b4cb44   truncate decrypted files based on size
      adds  da9107f   fix saved file size for uploaded files
      adds  bd8b921   only use 1 fsview when initializing encryption
      adds  46ad51c   dont change the encryption key during the test case
      adds  8aa7ed3   Only check for apps owncloud version requirment when there is a new owncloud version
      adds  a7e427a   Remember result of OC_User::isLoggedIn, can be very expensive to check
      adds  bae592d   Prefer requested app before redirecting to default page
      adds  dda56c5   Tasks: Fix position of the summary input
      adds  d75b5cf   Tasks: Use list label for ordering by list
      adds  9045557   Tasks: Add delete action
      adds  d72b856   Only search for VEVENTs.
      adds  56ed8ba   Select which address book to add a contact to. Fixes oc-1071.
      adds  ca6339c   4.0.3
      adds  e5d458c   Correct File cache error with postgresql
      adds  65c14e2   date don't change correctly in the view list (bug #973) fixed
      adds  0d9534e   LDAP: cheaper userExists() implementation
      adds  e5171da   remove unnecessary closing PHP tag
      adds  b6c862b   use sanitizeHTML() function
      adds  e943f6c   log messages are looking nicer if they are not escaped. (xss prevention happens on another place)
      adds  60f558c   Fix initialization of OC_Filesystem setup from DAV
      adds  b591c83   Text Editor: fix editor positioning
      adds  a8868fa   work with non existing apps directory. thanks toAntonio for the hint
      adds  1c0e72c   Text editor: Waste less space for line numbers
      adds  f1e4c84   fix duplicates showing up in the filecache
      adds  44e36ecf  fix 'files' entries showing up in Files before the users files are scanned properly
      adds  a12557c   another fix for oc-1044
      adds  ac358ed   4.0.3a Two important fixes after 4.0.3
      adds  5b90820   Correct seq name in media songs fix oc-589
      adds  6da926f   Resolve scanning issue case comparison of songs
      adds  0083dbb   Only delete existing thumbnails (bug #1100)
      adds  85ac75b   xss vulnerability fixed
      adds  594e19b   LDAP: always sanitize DN and DN-containing attributes
      adds  ddf321d   Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
      adds  42a5cd2   Missing requesttoken.
      adds  ad5aa5a   Try to conserve some memory. Should fix oc-1106 for stable4.
      adds  2ad9384   Idiot proof dialog ;-)
      adds  b1f3364   Maybe fix out of memory..?
      adds  a72edde   LDAP: compare base trees case insensitively
      adds  595ff46   typo in js statement fixed
      adds  265d7e5   bugfix for #1098 (assigning a group to a user, the group appears incrementally many times the more you assign it)
      adds  ae00f40   add OC_Calendar_Object::createUID()
      adds  d163fe0   4.0.4
      adds  7af76e3   enable highlighting of address in OSM.
      adds  c0e8648   no reason to strip tags at this point
      adds  895d570   Don't overwrite fake directory stream for Shared storage
      adds  45e964c   Return login errors for PostgreSQL setup
      adds  9c083d3   Fix setting custom quota size for users, bug fix for oc-1128
      adds  fa7d4c2   Disable mimesniffing
      adds  134d5d9   Don't display error messages
      adds  5121c26   Revert "bugfix for #1098 (assigning a group to a user, the group appears incrementally many times the more you assign it)"
      adds  949cab7   Add new group to other user's group select forms
      adds  dd7d34a   Prevent adding a duplicate to a multiselect
      adds  ffadbfc   Prevent duplicate group showing in multiselect that added the group
      adds  bf93dd4   Don't reload the page after sending private link to email address
      adds  8b5cae3   fix a small PHP fail
      adds  4235ce0   Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4
      adds  5223724   Wrong file - Sorry!
      adds  e29681e   Applying the fix
      adds  47bad20   Restoring stable4...
      adds  0465129   Remove the forced download§
      adds  f72a11f   Moved action buttons down to the add field menu. Fixes oc-1155.
      adds  5fb9b3e   Disable expires header on thumbnail and photo.
      adds  b11b6af   Hopefully fix for drag'n'drop import in oc-813.
      adds  0045e64   Fix time formatting for minutes, prepend 0 if minutes is less than 10
      adds  746eef0   Format error response correctly.
      adds  47f96e2   Missing semi-colon.
      adds  554cb2d   Add missing requesttoken.
      adds  25b95a9   Improve checking for active addressbooks and creating default addressbook.
      adds  d730d3e   Set the loading class on the property being changed, not on its container.
      adds  747b7fb   Set the loading class on the property being changed, not on its container. Now on all the places relevant ;-)
      adds  197086a   Make it possible to import files using CR as eol.
      adds  539e4a1   smb filestorage backend
      adds  8fcce55   share code between smb and ftp filestorage backends
      adds  a1fefea   split share and root config for smb backend, also sanitize config a bit more
      adds  8a902d8   improve filecache support for smb
      adds  aeed130   improve caching smb results a bit
      adds  7f57591   suppress error when using is_dir on non directory in smb backend
      adds  b8a6ffe   fix statcache for filenames containing non-alphanumeric characters in smb streamwrapper
      adds  71f9a6c   dont throw errors when opening a dir using fopen over the smb streamwrapper
      adds  b470869   when checking for updates in the filecache, explicitly state that we are querying a folder
      adds  9af74a9   use readfile() instead iof fopen() for file download over webdav. fopen() didn't work for large files on some servers while readfile() seems to work for all files on all configurations.
      adds  d203fa2   Sanitizing file names
      adds  bc3462f   Improvements and bug fix for log reading, fixes bug oc-982
      adds  7149161   Move line counter so we only count lines towards the offset that are equal or above the log level
      adds  ebcf5bc   Sanitize toaddress for emailing private links
      adds  e887fd7   Catch exceptions from PHPMailer
      adds  ac5abc5   Handling exceptions
      adds  632fc6e   Fix log write() parameters in wrong order
      adds  7b2ec41   Revert santizing toaddress, because PHPMailer now throws exceptions
      adds  80ed541   if the '/Shared' was the modified directory, than scan it.
      adds  50eef9a   update script to fix fscache
      adds  225726c   latin1 => utf8. I thought I did this a month ago?
      adds  d643002   Corrected javascript definition.
      adds  d4e2cb6   fix encoding fail in calendar app - bugfix for oc-1194
      adds  47d50fc   Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
      adds  eb2a15d   Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276.
      adds  f4a8c23   Added hook for postCreateUser. Probably fix for oc-1265.
      adds  9326f4f   Added hooks for postCreateUser to add default address book and calendar. Fixes oc-1265.
      adds  0bd7d14   Sharing: offer an option to allow sharing with everyone, i.e. do not check group memberships
      adds  3895e3a   remember username and provide autocomplete feature
      adds  10bf36a   4.0.5
      adds  e52ab59   Revert "use readfile() instead iof fopen() for file download over webdav."
      adds  f91783e   Fix errors when no addressbook.
      adds  38271de   Added CSRF checks
      adds  93579d8   CSRF checks
      adds  73734c9   - remove namespace from file property name (webdav) - update script to fix broken properties in the database
      adds  9b0870b   add some calendar sharing hooks in stable4 - bugfix for oc-1325
      adds  3c9919e   LDAP: check if php-ldap is installed. If not, give an error output. FIX: blank Users page when the module is not installed.
      adds  85a410d   Remove unused files
      adds  9605e19   Check for admin user
      adds  9593602   Updated packages
      adds  12dfe58   Updated style
      adds  8cff0d9   convert through caldav transmitted rgba calendarcolor to rgb
      adds  4e62e12   mark OCP\App::register as deprecated
      adds  d8aca0c   apply fix suggested in oc-1132 - bugfix for oc-1132
      adds  01f2511   Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
      adds  8902754   Check if user is already logged in for DAV auth, instead of logging in and creating new sessions for every request
      adds  099b163   Delete old session files, suggested by Torben Nehmer, see bug oc-736
      adds  f328f53   Fix filesystem hash, no longer using basicOperation()
      adds  164fc1c   Fix used space calculation if shared folder does not exist, fixes bug oc-1331
      adds  41a74e3   Check if size isset, try to fix used space calculation again, fixs bug oc-1331
      adds  ea18d70   Run pre and post proxies for file_put_contents() streams
      adds  93c75f4   Forgot data parameter for file_put_contents() streams pre proxies
      adds  6b83470   Fix incorrect copy/paste for file_put_contents()
      adds  f378415   Only call mkdir() if the root folder does not exist for FTP external storage
      adds  7d17c59   Fix group detection for sharing in case username contains '@', fix for oc-1270
      adds  d07b844   Set the user id when authenticating user for Ampache, fixes bug oc-219
      adds  3e183b2   Set filter to empty if not set by Ampache client
      adds  519eb39   Remove delete tipsy if file is deleted, fixes bug oc-958
      adds  dab708b   Correction for 'Fix group detection for sharing in case username contains '@', fix for oc-1270'
      adds  b9bd54b   Add additional error handling for emailing private links
      adds  b523366   LDAP: don't die on unexpected collisions, handle empty display-name attributes properly
      adds  aa60771   4.0.6
      adds  c03daca   add oci8 to MDB2
      adds  3c5670b   comment extra timestamp quotation for oci8. Oracle can handle CURRENT_TIMESTAMP pretty well
      adds  ede464f   escape all identifiers with backticks
      adds  727f435   remove superflous index (already indexed with primary key derived from <autoincrement> by MDB2), oracle will bark on this
      adds  3aff7a2   use CURRENT_TIMESTAMP in default column definitions (sqlite, mysql, postgres and oracle DO understand it), change clob columns to text (clob will give sorting and uniqueness problems and in general is not what we want)
      adds  795e788   add oracle to install & setup
      adds  e13f381   add limit support to OC_DB & OCP/DB
      adds  ab97686   fix sql
      adds  c7be0db   use dbname for non privileged user
      adds  417bebd   dix php strict warnings in mdb2 oci8
      adds  14c5d08   reorder code for readability
      adds  a3b4cb2   Show Login-Button when user+pw are autocompleted, fixes oc-1068
      adds  2af7473   LDAP: sanitize base, user and group trees. fixes oc-1302
      adds  646bc1f   Contacts: Fix no active Addressbooks
      adds  5e9f92e   Calendar: remove double html encoding
      adds  2832311   fix label for versioning in admin settings
      adds  0ac8434   fix for bug 879 - add parent directory to file cache if it does not exist yet. For example this can happen if the sync client is used before the user created the root directory (e.g. through web login).
      adds  cb736b4   Fix for broken Mail App in OSX Mountain Lion. https://mail.kde.org/pipermail/owncloud/2012-August/004649.html
      adds  4f7e4c2   Sanitize user input
      adds  3644517   Missed an "echo"
      adds  76e0ca7   Added XSRF check
      adds  360c22f   Validate cookie to prevent auth bypasses.
      adds  ffb55d5   Don't return file handle if the mode supports writing and the file is not writable
      adds  78e8cbd   Check if webfinger is enabled
      adds  1dfa6f3   Fix OC_Connector_Sabre_Locks for SQLite
      adds  9917c61   Disable listing of all users
      adds  5cb2d58   Also check some other files
      adds  12df81f   Check blacklist when renaming files
      adds  1d53019   Disable user enumeration
      adds  f86f4c8   4.0.7 and remove some ^M while at it
      adds  4d3c45a   backport 1bccc80996e270f928c207cdd3090f4284abaea5
      adds  4e5291c   Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this prevents XSS in old browsers. Thanks to Nico Golde.
      adds  9188d2a   Add a missing exit();
      adds  eadb894   Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534
      adds  63d6884   Sanitizing the user input to prevent a reflected XSS. Thanks to Nico Golde (ngolde.de)
      adds  0c0ae92   escape all identifiers with backticks
      adds  d049d9b   initial commit for OC_Exception
      adds  e45e48f   Merge branch 'master' into oc_error
      adds  7e53d82   Merge branch 'master' into oc_error
      adds  926e777   filter notice and deprecated errors and write a proper error handler function
      adds  e5e7d4a   fix merge conflicts
      adds  c8cb870   Merge branch 'master' into oc_error
      adds  6b9072d   fix merge conflicts
      adds  a5f0ac8   Merge branch 'master' into oc_error
      adds  3d713e7   Merge branch 'master' into oc_error
      adds  c0db603   this is 5 pre alpha now
      adds  63a1b06   add first version of drop import
      adds  62a8674   Merge branch 'master' into calendar_dropimport
      adds  0892abd   some little js fixes for drop import
      adds  6e9ed37   Merge branch 'master' into calendar_dropimport
      adds  38b9365   Merge branch 'master' into calendar_dropimport
      adds  ad66bb9   Merge branch 'calendar_dropimport'
      adds  2f8f750   add warning
      adds  f00b57f   files app is always enabled
      adds  cb23bae   dont throw errors when apps dont have types configured
      adds  ede89ee   oc-657: icons for M$ office file types
      adds  a896da0   Contacts: XSS fix. Still some more to check.
      adds  8cd7410   encryption is not yet compatible with ldap
      adds  d2e2a2b   prevent apps from printing output from app.php
      adds  27f7dae   removed closing php tag
      adds  60fdc13   enable running unit tests from cli
      adds  97d682d   Correct small style problem with task app fix #oc-689
      adds  2431835   changed the default from Berlin to UTC. Greetings form Berlin by the way ;-)
      adds  970124a   Fix private link sharing via email, fix for bug oc-750
      adds  bee724c   Initial work on UI for mounting external storage
      adds  2f40f11   smb filestorage backend
      adds  f00a50c   Add pending line in file list before trying to upload. Correct indentation
      adds  a1539da   share code between smb and ftp filestorage backends
      adds  2c9311c   Add error message when uploading folder or null files. ref oc-739
      adds  5fa1480   Add translation for error message
      adds  9c2a6fb   Add HEAD request management for files ajax/download.php
      adds  79bf933   Merge branch 'master' into oc_error
      adds  dfd5a97   only enable compatible apps
      adds  85dbfc8   Correct small typo to Crypt_Blowfish 3drparty fix oc-810
      adds  a1c9191   fix share for users with a point within their name
      adds  d2369b6   LDAP: support for 'member' as group-member-association
      adds  a945fa1   update copyright
      adds  982cde0   check during ownCloud upgrade if all the installed apps are compatible with the new ownCloud version. Disable them if not
      adds  1432877   allow longer paths for gallery
      adds  94c633b   Merge branch 'master' into oc_error
      adds  b14f2d0   update When
      adds  c79a529   remove not needed includes
      adds  5e7b318   add urlencode for caldav link
      adds  df5bdc8   Contacts: Double check XSS, and fix a rookie error ;-)
      adds  1eebbae   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  817f9ff   Contacts: Fix XSS.
      adds  22cd0f1   Correct typo in last_insert_id for calendar and pg fix #oc-731
      adds  75afc09   fix status of timezone detection
      adds  e0b17a0   Merge branch 'master' into oc_error
      adds  2937267   add lib collection and lib scanner to media's appinfo/app.php
      adds  dff16e7   Contacts: Improve loading and cleanup of dialogs.
      adds  51aa84e   Contacts: NOTE wasn't saved properly.
      adds  c9df18e   Forgot a break.
      adds  d334f33   Initial support for Amazon S3 storage backend
      adds  fbe5875   Restrict requested app to apps directory
      adds  49689db   Merge branch 'master' into oc_error
      adds  dbcd26b   Contacts: Rewrote import script.
      adds  22a04d8   don´t hardcode /tmp
      adds  8b4e16e   LDAP: fix wrong value for input type
      adds  d98a0a1   fix for pgsql database migration
      adds  54001ec   Merge branch 'master' into oc_error
      adds  4434016   Whitespace fixes
      adds  0934a97   Remove unused L10N variable
      adds  2ae58ee   Calendar: small cleanup of import progress writing
      adds  a33f580   Remove OC_App::register function
      adds  3b36a9b   LDAP: make queries compatible also with PostgreSQL
      adds  e93bb51   Applied fix from kalassico for "Chiper text must be a string" bug (http://forum.owncloud.org/viewtopic.php?f=3&t=2586&p=5094)
      adds  43fcae0   clarified comment
      adds  fc400e0   fixed typos in var names
      adds  8744b09   added extensive class comment based on icewind's January list email
      adds  6b3df8a   Improved class comment block
      adds  ef60dcc   fixed typo
      adds  ec0c0f3   Added & improved documentation
      adds  3db28d7   linkTo instead of hard links in Files and Files_Archive. Hope that makes sense.
      adds  f0bd571   fix potential XSS
      adds  d4ea853   use our own serverHost call so that ownCloud works with reverse proxy servers
      adds  57a5629   more fixes i don´t understand why this worked before.
      adds  5f4132d   more fixes
      adds  a72e6cc   fix oc-780
      adds  baae4c7   fix the breadcrumb
      adds  24d1478   added a serverProtocol function that correctly returns the used protocol even if the ssl connection is terminated at a reverse_proxy or at a load balancer
      adds  83c6714   don´t start a session here. I don´t think it´s needed. Let´s see if it breaks something
      adds  a2b41a1   correctly detect https
      adds  9329599   fix oc-769
      adds  75d56f2   try to switch magic quotes off. it´s evil and deprecated
      adds  a4f177d   LDAP group backend: If a group filter is not configured, do not do anything. Fixes oc-867
      adds  ad6562d   sort users and groups.  fixes oc-779
      adds  dcb0639   fix propper error reporting
      adds  e58efd7   LDAP group backend: Set configured true when it is... fixe oc-887
      adds  1395e41   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  e6b0eb3   prevend a division by zero problem
      adds  7203f69   Extended class comment
      adds  4b4d131   Minor change to comment
      adds  410b556   Added class comment block
      adds  07e1e3a   check if apps folder is writable
      adds  2ccf3da   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  4aa96de   add a check for pdo
      adds  3d7143c   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  66f1957   Improve efficiency of retrieving log file entries
      adds  cc84bd2   Fix typo in log message
      adds  993ebc4   Verify user exists when checking if logged in, fix for bug oc-863
      adds  e90cbca   http user backend
      adds  f3c1d1e   link to apps.owncloud.com thanks to guillaume for the patch
      adds  b827569   Merge branch 'master' into oc_error
      adds  1e6802e   add deprecated warning
      adds  2d80c14   Don't allow user to delete, rename and re-share the "Shared" directory
      adds  4eba41a   no move (rename) operation for "Shared" directory
      adds  8755fd8   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  59bbf0a   LDAP: link to documentation on settings page
      adds  855f404   Contacts: Temporary files weren't deleted if crop window was closed without saving.
      adds  2842088   Contacts: When editing photo on a newly created contact the name in the contact list was cleared.
      adds  782d827   commited a bit too much before
      adds  3b9bf83   Contacts: Make tmp file cleaup a bit safer.
      adds  1d6ca08   prevent xss attacks by manipulating text file names
      adds  f291a84   prevent xss attacks by manipulating image file names
      adds  c6a1d94   don't allow user to delete Shared dir via webdav and sync client (bug #774)
      adds  59086fe   update file paths in filecache when the parent is renamed
      adds  6d70f42   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  dcc5b5c   xss vulnerability fixed
      adds  55e8812   Validate email on save
      adds  adc200c   Hide app page link for internal apps, fixes bug oc-913
      adds  cf85a1e   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  b0d83d6   make it possible to load apps seperately. needed to fix oc-910 without breaking oc-863
      adds  dfc9002   load authentication apps before checking wether user exists. fixes oc-910
      adds  091b343   Calendar & Contacts: Store import progress in OC_Cache
      adds  786325a   Fix newline in code
      adds  ac2e0cd   Implement default functions in OC_User backend
      adds  e77ba02   Implement default functions in OC_Group backend
      adds  b022ccb   Whitespace fixes
      adds  c223058   Remove unused OC static variable CONFIG_DATADIRECTORY_ROOT
      adds  9a66b86   Gallery: Use App storage instead of contructing our own path
      adds  97233b7   Remove DOCUMENTROOT static var, and make SUBURI var private
      adds  2ad6b50   fixed 'delete' label so it doesn't break translations
      adds  a00c5ac   fixed some include path issues imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php
      adds  c0df400   added recognition of which version is 'current' - which is currently live and in use on history page
      adds  0a46ae4   added recognition of which version is 'current' - which is currently live and in use on history page
      adds  2afd516   Merge branch 'unstable' of gitorious.org:owncloud/owncloud into unstable
      adds  fefa441   added phpdoc comment
      adds  9acd106   made initial testing version of expireAll for version control \ngave some old vars new camelcase names
      adds  6d20fe4   Template: Make getFormFactorExtension function public
      adds  2faae81   Template: Fix var name
      adds  f71fec8   Combine and minimize core and default app css files
      adds  ce1e442   Combine and minimize core and default app js files
      adds  c645a7d   Fix empty jsfiles and cssfiles in layout template
      adds  22dd155   Merge branch 'unstable' of gitorious.org:owncloud/owncloud into unstable
      adds  9b3847f   Initial support for Amazon S3 storage backend
      adds  3fee3a4   Merge branch 'unstable' of gitorious.org:owncloud/owncloud into unstable
      adds  4a59736   Merge branch 'unstable'
      adds  64f6534   Tasks: styling fixes
      adds  7e01725   Load apps before minimizing the core css and js
      adds  7e93157   comment out non working code
      adds  d194132   Contacts: Cache standard photo less aggressively
      adds  564b035   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  d71c4db   xss vulnerability fixed
      adds  061abb8   write a warning to the log file if .htaccess is not writable instead of failing silently
      adds  e3031ae   more reliable host detection for reverse proxy servers
      adds  80fc013   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  7621559   make groups not static, fixes oc-919
      adds  e747fd7   fix login for hosts running on port 80
      adds  6c4231b   Per user quota didn't show in FF (and possibly IE) http://forum.owncloud.org/viewtopic.php?f=4&t=2716&p=5373#p5324.
      adds  ae91557   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  edecc5b   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  0d1a07d   show pictures in folder with special characters, e.g. '+'
      adds  57326ea   Move setting remote_core.* to after setup of OC, also check if it is not set yet
      adds  9d93697   Make check for writable apps dir configurable
      adds  eed0450   Fix remap dir for CSS minimizer
      adds  dcf1eed   add unique instance id
      adds  10eef49   return null when a cache variable is not set
      adds  e11bf46   add OC_Cache::clear
      adds  301a14d   add XCache backend and testcases for OC_Cache
      adds  9dbb07b   Added data() method to OC_Image to return raw image data.
      adds  098beae   Added hasKey() method to OC_Cache.
      adds  cb94199   Contacts: Use OC_Cache for contact photo handling instead of temp dir.
      adds  f6298cb   add hasKey for XCache backend
      adds  86ddf38   add TTL tests for OC_Cache
      adds  20aee83   Use UID for cache key.
      adds  9984c2a   Spelling fixes in XCache files
      adds  ab788ea   OC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache clean
      adds  86961b6   Skip test for XCache when the module is not there
      adds  fc56a66   Add OC_Cache implementation for APC
      adds  3ce6344   Supress any warnings if log file does not exist
      adds  e6c4e53   prevent creating files with a / the name
      adds  549889d   update l10n script to better read js files
      adds  a3c1f70   dont show config option for file upload size if we cant write the new value
      adds  f7d221f   update translations
      adds  80de23d   Contacts: Removed temp dir cleanup after using OC_Cache.
      adds  624f8ae   Also use OC_Cache here.
      adds  68670bc   Cleanup.
      adds  fce614b   Less aggressive caching on thumbnails too.
      adds  fa0c45b   Merge branch 'master' into oc_error
      adds  6abe8f9   fixed wrong function call
      adds  ca0108a   Corrected typos.
      adds  190fca1   LDPA: don't drop legal whitespaces when sanitizing DN. Fixes oc-914
      adds  2ddb72b   fix wrong documentation
      adds  ed950e3   Correct mime type.
      adds  5c17338   Contacts: Make js a tad DRYer. Added URL property.
      adds  6ca2b49   avoid too-early database access and thus make owncloud installable again
      adds  c960e42   fixed var name, $filename should be $foldername
      adds  6d21115   git status
      adds  34a21a6   new db scheme
      adds  76e7e36   navigate on galleries
      adds  671fe49   use fancybox to display image preview
      adds  aa0fc3c   aviod incorrect image size returning in gallery listing
      adds  7c88081   removing test image
      adds  a90089c   hack for file download
      adds  8dba47d   Add layer to select fast or slow cache for storing values
      adds  5417d80   replace spaces with tabs, use const and linkTo instead of static path
      adds  8fd6cdf   adding title when fancybox is displayed
      adds  9c84149   A bit of pixel-pushing.
      adds  3804f68   Contacts: Import upload button was obscured on Android browser.
      adds  e1f4978   Calendar: Added more explicit sync links and fixed indentation.
      adds  312536d   Migration: Fixed wrong download URL: http://forum.owncloud.org/viewtopic.php?f=4&t=2511
      adds  470cb17   ldap: check index carefully, can be 0
      adds  6894882   ldap: correct query condition and determining of success
      adds  44880ab   ldap: remove unused private functions
      adds  3c3a2b9   Remove old internal mail call for password reset, fixes bug oc-934
      adds  d2a8746   Edited combobox to adhere to coding standards and added a dblclick handler.
      adds  14e1be5   pictures: update script and removal some all stuff
      adds  c696f44   Make it easier to subclass OC_L10N.
      adds  6626598   ldap: enable the destructor
      adds  c2f557f   LDAP: cache the results, reduce LDAP searches
      adds  1f409ec   Protect the help page
      adds  33c802d   Break text to fit in dialog.
      adds  d4f6f3e   Contacts: Attempt to make file upload work in ICS Chrome.
      adds  4260dce   Better handling of core.css and core.js
      adds  e867edd   Add help texts to config options in config.sample.php
      adds  0575d14   Use the default parameter of OC_Config::getValue to set defaults
      adds  4afcae8   Gallery: Fix database creation on update, also only from version less then 0.5
      adds  4768510   split share and root config for smb backend, also sanitize config a bit more
      adds  f43fd17   fix merge conflicts
      adds  f568b7c   add spacing lines to our awesome new sample config file. readability++
      adds  f91ad08   fixed broken lines in user table
      adds  6a24e82   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  4d3b757   Sharing, fix: connect to hooks from the correct classes
      adds  6119f05   generate a random salt during installation and store it in the config.php. use it to salt the password hashing.
      adds  f706151   typo in var
      adds  4b3ae60   Working UI for external storage mount configuration
      adds  8fcdccd   Add Amazon Web Services SDK to 3rdparty for Amazon S3 external storage
      adds  0a49bae   Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-)
      adds  7c5c257   Comment layout and spelling fixes
      adds  d9d6876   Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File
      adds  6af980c   Add cache for getStorage and getInternalPath functions.
      adds  b9a1524   Smarter code for OC_FileProxy
      adds  ac36512   Don't use substr to get first char of string
      adds  9e434de   tabs for spaces, removing thumbnail on file removal
      adds  71b0471   adding missing file
      adds  6b0a2ae   remove old code
      adds  8bc2290   adding navigation bar to gallery
      adds  0c7431e   hide share button until sharing wont be fixed
      adds  201a40a   tabs for spaces, fix array key name
      adds  bdd12df   fix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but empty aka /?app
      adds  76de924   fix infinite redirect during setup for windows hosts
      adds  014895a   Check for missing path_info, also use OC_Response for 404 error
      adds  4aee5a7   Tasks: Use POST for ajax calls that change data
      adds  28ab92e   make use of post instead of get
      adds  88341e5   Code cleanup.
      adds  081e187   Contacts: Use POST instead of GET.
      adds  344299a   add two csrf check calls. Review and lot´s of porting needed.
      adds  cfe219f   fix potential xss in multiselect
      adds  001293a   removing app access check, fix title for links in tiles
      adds  cfb9c76   fix creation of monthly repeated events
      adds  531132d   fix a bug in when
      adds  2862740   increase height of event dialog
      adds  1209971   handle encrypted images files in oc_image
      adds  4350130   add function in filesystem to strip webroot
      adds  ec55eae   dont load apps when displaying the login page
      adds  6e9fea3   Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and oc-743.
      adds  9c644fe   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  ba1dec6   load all apps when loging in, needed for apps listening to login hooks
      adds  b161366   Bump version to trigger db update.
      adds  c9214af   fix XSS in Calendar
      adds  e7f6f7e   fix another XSS
      adds  601bac7   use absolute path for file proxies
      adds  d065b2d   prevent opening non-music files through the media ajax api
      adds  897bfa8   finally fix the updater. next is an automatic updater. but this is a bit more tricky.
      adds  b46903f   sanitize  when logged in as another user
      adds  ab41b57   Add Dropbox storage backend
      adds  322fd51   avoid clickjacking
      adds  995f9c7   sanitize scope and host
      adds  3947aa3   apps paging is not yet implemented. increase pagesize to 100 as a quickfix
      adds  0838b4c   gallery: removing search provider for now
      adds  f90c873   Contacts: Used non-existent var.
      adds  76f20eb   fix first time image loading error
      adds  c11f6cc   fix variable name and undefined index notice
      adds  82abbed   Merge branch 'master' into oc_error
      adds  bf4626d   prevent XSS
      adds  40f8419   Contacts: 11th hour fix for invalid VCARD from CardDAV.
      adds  dd8303b   Stop AWS SDK from looking for configuration files, forgot to include lib/cachecore
      adds  3c57fb9   Mount personal mount points into filesystem
      adds  380aab4   Sanitzing user input
      adds  9f27672   Using POST instead of GET.
      adds  27d1c1b   Sanitize user input
      adds  f8d2e21   Sanitize user input
      adds  3f9b967   Sanitizing user input
      adds  e79e18d   Copy/paste error.
      adds  1cb1980   Categories: Turned the debugging down a bit.
      adds  cd16c5e   implement a simple request token session garbage collector
      adds  0df67ae   ldap: check array for emptiness, not nullness
      adds  6d9947b   Contacts: Fix NOTE also on add, not just save.
      adds  2ee809f   Allow same host redirects (/somepath).
      adds  4f6978c   Redirect HTTP Auth requests to REQUEST_URI. Partial fix for http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-874
      adds  739589f   make sure that contact data are always utf8 encoded to avoid encoding problems
      adds  fcc9a5c   LDAP: offer config option for Group Display Name attribute
      adds  18d19b0   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  1d493a7   replace "=0D=0A" (\r\n) with a simple "\n" in vards during import
      adds  eddad8b   Calendar: remove unused markup from #controls
      adds  0eee140   Gallery: remove extra include of lib/base.php
      adds  759ddcb   Tasks: Fix resizing of the content part
      adds  8af5382   Contacts: Fix encoding errors, import errors, developer headache, paint cute kittens and pink clouds ;-)
      adds  c75f9f9   Encoding conversion moved to OC_Contacts_VCard::decodeProperty in commit 95cc9730aa49963a69e46154b0cba19232219d2e
      adds  4b86cbc   Quick fix for index errors when not importing from files.
      adds  ac11647   Fix js for missing address fields.
      adds  d623deb   Add .vimrc to .gitignore.
      adds  3be5e2a   utf8 in der DB config
      adds  5e37a10   PDF.JS updated, compatibility.js added for browser support, should fix: oc-395
      adds  1b6dd66   applied patch provided by bug #966 to fix broken user specific quota settings
      adds  b38ce8a   committed patch (bug #967) to add missing translations for file actions
      adds  c44591e   Contacts: Final (for now) fix to encoding probs on import.
      adds  f6e7c63   block slashes only for new files and new folders but not for file upload from url (bug #964)
      adds  8626f04   Label the delete operation "unshare" for files in the "Shared" folder to reduce confusion about the operation.
      adds  5f80be7   Add support for mounting Dropbox in external storage UI
      adds  dc0adba   increase possible size of uri in database - fix oc-140
      adds  deb2f87   increase version of calendar app to force db upgrade
      adds  790ae70   Create directory for mount point if it doesn't already exist
      adds  521294d   fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987
      adds  db13536   check for view before trying to invoke method on object
      adds  6f55a52   Fix incorrect creation of filesystem for user at group in data folder during shares
      adds  9f82edc   Merge branch 'master' into oc_error
      adds  b9d5f51   urlencode link fort password reset (bug #970)
      adds  9e9c40e   fix time call
      adds  8946472   Added JSON methods for CSRF prevention. Make request token accessible from template and add js var.
      adds  bc1e8cb   Contacts: implemented CSRF prevention.
      adds  d33d599   Remove debug statements.
      adds  613a122   Remove check for encryption.
      adds  bd01e93   Add support for mounting Google Drive in external storage UI
      adds  6817a6b   First try of implementing assignHTML
      adds  ec4c373   Settings...
      adds  c009bc4   Revert
      adds  b63795c   Handling arrays
      adds  18e44ba   Some updates...
      adds  6d68b76   Check for string
      adds  2b22c53   Make some apps compatible
      adds  6defbc7   Removed some unessecary sanitizations
      adds  d2a34f4   Fixes a issue with the log
      adds  ad36fc8   Fix double sanitization
      adds  68f819e   Removed double sanitization
      adds  f9bf343   Removed unecessary sanitization
      adds  b5889d6   Merge commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/owncloud into merge-requests/127
      adds  4da6b3a   Calendar: Make button of #datecontrol_date
      adds  7a8e7f1   Calendar: Clicking #datecontrol_date gives datepicker to jump to date
      adds  61b044e   Files Texteditor: Use our own "Droid Sans Mono" font-face and fonts
      adds  c98b56d   CSSMin: Remove debug code
      adds  12b34d2   Whitespace fix
      adds  6bd80d6   show username of the body who shares in the summary
      adds  b1139e9   fix a ui bug for calendar sharing
      adds  2e44ffa   another ui fix
      adds  e154806   fix another ui bug of calendar
      adds  6c7e102   suppress warning if /dev/urandom is not readable (bug #997)
      adds  e7b93b1   xss vulnerability fixed for fancybox image viewer
      adds  b0ecef0   debugging output removed
      adds  211a546   fixed xss vulnerability in un-packed version of jquery.fancybox and repack it
      adds  756eb35   Use the right csrf token.
      adds  a34db3f   Don't add slash if it's there already.
      adds  8fd9cbc   White-space fix.
      adds  87855f2   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  d28a4f0   prevent xss attacks also if some javascript ends up in the alt-tag
      adds  6468e0a   fixed bug #996: first picture in folder is repeated in the last position behaving like a directory
      adds  f0b87bc   Make requesttoken global.
      adds  47c03a0   Contacts: Fixes for CSRF.
      adds  6e15b23   Check for '\' as well when searching for parent folders, because Windows returns '\' for dirname()
      adds  12bfc55   reverting 8c7fa15aaf98e31646e4306e7819d1d2b725a7e1, differs between OC3 and 4
      adds  4cc9bf0   fix javascript error
      adds  ec69377   first load compatibility.js
      adds  f7e686d   Revert "Fix a counting mistake"
      adds  f3b30e4   Forgot $ sign for variable
      adds  27ab6da   If Hr. Lerdorf had made up his mind on parameter order, life would have been a lot easier...
      adds  96a3e28   Cleanup code.
      adds  31db583   Make events show again.
      adds  1e76a53   No need to find calendar twice.
      adds  0f6b1be   Agree on argument type.
      adds  6d43e65   Revert "Agree on argument type."
      adds  ad32c20   Agree on argument type (cleaned this time).
      adds  ad8c4ab   Only create new calendar when there are none. Fix oc-1007.
      adds  3c75ac5   Update calendar after delete.
      adds  f6aa366   Make sure there is a calendar after delete.
      adds  92083aa   Fix upload for Google Drive; Google Documents List API documentation was misleading
      adds  8a68d09   Use type=url for URL field.
      adds  effb6f1   Update stylesheet for type=url.
      adds  e427857   fixed sorting errors and missbehaviours - now sorting like file browser
      adds  4711c2b   fixed second_level_images issue
      adds  e99a95a   now also working for directories only containing one image
      adds  9f59cc5   improved look of directories not containing images directly
      adds  22cd610   use images from deeper directories for preview if the actual directory doesn't contain any
      adds  56d2e99   deleted some debugging output
      adds  b32afd1   we don't have empty previewstacks any more - code cleaned up
      adds  bc6884b   we don't neede the functions for empty stacks any more
      adds  fa67927   fixed bug #996: first picture in folder is repeated in the last position behaving like a directory
      adds  a3afd51   fixed one issue with last directory in structure having a lot of subdirectories and finally some pictures
      adds  4eb0c27   fixed handling of fallback_images
      adds  4b7bdd5   Merge commit 'refs/merge-requests/128' of git://gitorious.org/owncloud/owncloud into merge-requests/128
      adds  0d3f5f7   Disable minizing when DEBUG is true
      adds  2b228fb   Load app before running update script
      adds  3ddaede   fixed xss vulnerability
      adds  8f6121f   Files: Double encode download links. Fix for oc-1016.
      adds  400769a   Optimize WebDav access using OC_FileCache
      adds  6ca8765   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  449760f   add hasUpdated to oc_filestorage
      adds  a9a424a   also add hasUpdated to oc_filesystem and oc_filesystemview
      adds  f06c08a   cleanup oc_filecache, splitting it in several parts and using the new hasUpdated
      adds  2c8a61a   Merge branch 'master' into oc_error
      adds  27efdbd   Use setter for FileinfoCache
      adds  463a506   Fix webdav property name compare
      adds  e905b14   Spelling fix
      adds  e11c5a2   Optimize WebDav access by preloading dav custom properties
      adds  cb833e4   get rid of php4 style constructors in mdb2
      adds  19bfe21   add binary test case for encryption
      adds  03951cc   fix encryption proxy for updated filecache
      adds  e37ef6d   Move user import to personal settings. Fix user migration between servers.
      adds  6d3ae57   Remove $DOCUMENTROOT, not used
      adds  c704e80   remote.php :: use non apache-only env vars
      adds  18ce53f   Merge commit 'refs/merge-requests/121' of git://gitorious.org/owncloud/owncloud
      adds  4268fe6   Calendar: Write-close session to enable parallel events.php requests
      adds  8484e16   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  195c37f   fix for encryption binary files
      adds  bf2062b   write_close the session when scanning files or music
      adds  14f6d4d   Merge branch 'master' into oc_error
      adds  b6375e7   remove a closing php tag in calendar
      adds  bb8ebcc   Merge branch 'master' into oc_error
      adds  31ec93b   remove a lot of closing php tags and empty lines at a file's end in calendar app
      adds  dd7932b   Merge branch 'master' into oc_error
      adds  709dbd8   Set default charset to utf-8.
      adds  12f6205   Merge branch 'master' into oc_error
      adds  a91e3d6   fixing syntax error
      adds  6642ef6   Fix string encoding probs.
      adds  4cbdd59   Fix char encoding.
      adds  1118498   files_imageviewer: Double encode paths. Fixes oc-1016.
      adds  1e7c7be   Merge branch 'master' into oc_error
      adds  9c6d82d   PDF Viewer: Double encode link.
      adds  99a68ab   Add session_write_close to the minimizer
      adds  6e9cd63   Only check for apps owncloud version requirment when there is a new owncloud version
      adds  6f93176   Be smarter when checking single app language availability
      adds  b38e462   when checking if the content of a folder has been updated, exlicitly state that we are checking a folder
      adds  e8dd86c   Revert "Set default charset to utf-8."
      adds  5495412   get the correct metadate from updated folders to put in the cache
      adds  5b62295   fix statcache for filenames containing non-alphanumeric characters in smb streamwrapper
      adds  769cbe9   improve filecache support for smb
      adds  ed66c63   improve caching smb results a bit
      adds  ad4f066   suppress error when using is_dir on non directory in smb backend
      adds  06c610c   Merge branch 'master' into oc_error
      adds  b064fc6   user_migrate: remove old code
      adds  1710086   Merge branch 'master' into oc_error
      adds  7f485d1   contacts app now lists contacts sorted by expandable/collapsable addressbooks
      adds  92e35bd   now a little less in template - more in ajax controller
      adds  56d25d4   Make the parsing in the controller, not in the template. Assign only relevant entries to the template.
      adds  b1cfc99   Styled address book entries.
      adds  91f5a1d   Obsolete language="Javascript".
      adds  2875901   Obsolete language="Javascript".
      adds  b6b6d69   Moved parsing to the controller and js to contacts.js.
      adds  5a8f4b8   Adjustments for inview handler etc.
      adds  9e4a41e   Add effect on addressbook show/hide.
      adds  fb700de   Add effect on addressbook show/hide.
      adds  46a771d   Sort addressbooks.
      adds  7d84c47   Use uasort instead of usort.
      adds  8337b30   Add thumbnail links so they are loaded when addressbook is expanded.
      adds  ea4d8cc   Rearrange markup.
      adds  3efec3f   Make contact list fit in viewport.
      adds  cab4a63   Save addressbook id to be able to rearrange contacts properly.
      adds  a4f5392   Removed erroneous value attributes. Partial fix for oc-1029.
      adds  73fd4c9   Update js after contactlist change.
      adds  e5feb4e   Remove obsolete js.
      adds  91f6985   escape log messages to avoid possible js execution
      adds  617de81   Cache the minimized output also on the server
      adds  a5a1a9f   Forgot a file
      adds  4a50c15   corrected header width and floating (can now dynamically add stuff to header); someone may test this in IE
      adds  977cd0d   Fix errors for minimizer
      adds  7064f3a   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  e31c9a7   Merge branch 'master' into oc_error
      adds  2fd7df5   don't add the "Shared"-directory size to users quota
      adds  405ac36   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  79f9d61   Allow apps to load before login, needed for user_openid
      adds  332603a   Move formfactor code to OC_Template
      adds  180243d   Move page layout handling to its own class
      adds  3000e8f   Prepare template js and css functions for use in the js and css minimizers
      adds  2f00384   Use TemplateLayout functions for finding js and css files in minimizer
      adds  6bd0a15   Merge branch 'master' into oc_error
      adds  d496a5e   ignore "Shared"-directory when calculating free space
      adds  e638425   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  debd9c8   fix problem with encryption flag not being saved correctly in the filecache
      adds  cfb3b63   Force sanitize function to use UTF8 (for php lower than 5.4)
      adds  0132b80   added CSS class .headerAction
      adds  a1364c9   fixes oc-1026
      adds  d4044d0   Delay loading of translations until they are used
      adds  c723e11   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  c3cd3f3   CSS class headerAction -> header-action
      adds  c1df053   fixes oc-668
      adds  0469f52   quota calculation fixed
      adds  ccacb6f   Merge branch 'master' into oc_error
      adds  33aec97   Loading of contacts was placed outside of $(document).ready() function.
      adds  0b9a48b   Re-add missing loadhandlers() call.
      adds  d2936bd   introducing a sanitize HTML function for the internal and the public API. This allows to easily convert strings to HTML before displaying them on the web page to reduce the risk of xss vulnerabilities.
      adds  089ae98   use new sanitize HTML function
      adds  4b6f629   Remember result of OC_User::isLoggedIn, can be very expensive to check
      adds  f11e4d7   removing sanitizeHTML() function from template.php since I moved it to util.php to make it more generic.
      adds  28a72e0   Fixed deleteAll function for deleting all old versions of files (expireAll) Added new readdir() method to all storage classes and handlers (only working implementation in local.php)
      adds  d8b32c2   Move check code from setupFS to checkServer
      adds  f54ef5a   Remove OC::$CONFIG_DATADIRECTORY, not used
      adds  13a9ef3   don't show other users file if the filesystem is not index already
      adds  8d89bba   use new sanitizeHTML() function
      adds  7c6b847   LDAP: only map users within the User Base Tree
      adds  5b02217   forgotten $, incorrect  subtract
      adds  1ecbf45   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  a054541   Merge branch 'master' into oc_error
      adds  c244daa   removed readdir to fix bug oc-1054
      adds  5a2c93e   use sanitizeHTML() function
      adds  e52230d   no need to escape the title
      adds  6644511   remove unnecessary comment
      adds  5c8e774   Small code reorder
      adds  cd934d5   Adjust OC_Filesystem use in hooks to string, so the class is loaded as late as possible
      adds  6404476   Delay setup of FS until OC_Filesystem is used
      adds  7a3d606   Prefer requested app before redirecting to default page
      adds  640ba18   Start of audit app
      adds  1e12db3   Audit: Add user login/logout logging
      adds  a2df8a4   Audit: Log messages with separate function
      adds  2d581c6   Audit: Log sharing actions
      adds  0086639   Merge branch 'audit'
      adds  4510571   Add app for logging access to shared files
      adds  6308ca6   Merge branch 'shared_log'
      adds  d6bf62e   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  72215a8   added new user settings interface for deleting old file versions fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir()
      adds  4b231c1   bookmarks: make read later-button draggable again, fixes oc-944
      adds  f255ac8   make bookmarks bookmarklet work again, kudos to Victor Dubiniuk
      adds  7d0d1eb   Merge branch 'master' into oc_error
      adds  f75a7c0   add class for repeating events
      adds  f817ff5   Merge branch 'master' into calendar_repeat
      adds  d251f3a   create remote directory
      adds  2ad673b   revert d251f3a994e68830095ebb263ae5fc8d83fc7c68
      adds  dc34ed5   Merge branch 'master' into calendar_repeat
      adds  b1cae96   add functions get cached events in a specific time period
      adds  dfef36b   some changes for calendar repeat class
      adds  da94861   Merge branch 'master' into calendar_repeat
      adds  11780ad   Merge branch 'master' into calendar_repeat
      adds  f7366de   Merge branch 'master' into calendar_repeat
      adds  7d49bf7   some changes in calendar repeat class
      adds  bc9accd   Merge branch 'master' into calendar_repeat
      adds  459114b   Merge branch 'master' into calendar_repeat
      adds  a56f2db   Merge branch 'master' into calendar_repeat
      adds  482caa0   add button to clear calendar's cache
      adds  29b1767   a bit of work for repeating events caching
      adds  f1a48ae   Merge branch 'master' into calendar_repeat
      adds  c5cc70c   Merge branch 'master' into calendar_repeat
      adds  7a8e322   some work for repeating events caching
      adds  e75146a   Merge branch 'master' into calendar_repeat
      adds  46b3b30   add status file for repeating events caching
      adds  4d1428d   Merge branch 'master' into calendar_repeat
      adds  bb02330   Merge branch 'master' into calendar_repeat
      adds  2fa19ce   Merge branch 'master' into calendar_repeat
      adds  65cd15c   fix merge conflicts
      adds  e83e30a   Merge branch 'master' into calendar_repeat
      adds  4f2993c   remove buggy when
      adds  ac74d87   some work on repeating events caching
      adds  cac995e   some more work on repeating events caching
      adds  7ed3064   add hooks for calendars
      adds  a9b5614   add hooks for events
      adds  c83f418   Merge branch 'master' into calendar_repeat
      adds  ef1b046   fix merge conflicts
      adds  c6a03ec   remove include command for when
      adds  ece1162   use native sabredav functions to generate repeating events
      adds  f4c4597   Merge branch 'master' into calendar_repeat
      adds  40459c8   some work on repeating events caching - basic class should work now :)
      adds  01bd048   remove insert id
      adds  eb3605a   modify hooks in OC_Calendar_Object
      adds  5cb9d82   modify hooks in OC_Calendar_Calendar
      adds  e6c8feb   add hooks to connect calendar / event changes with OC_Calendar_Repeat
      adds  32b3665   some fixes for repeating events caching
      adds  44e62c0   increase version number of calendar
      adds  24a1ab8   Merge branch 'master' into calendar_repeat
      adds  2dd8437   fix bug in OC_Calendar_Repeat
      adds  009c4c9   add function isrepeating to OC_Calendar_Object class and change OC_Calendar_Object::getUTCforMDB from protected to public
      adds  09e744b   connect OC_Calendar_repeat to events.php
      adds  9edd403   Merge branch 'master' into calendar_repeat
      adds  08a3a4f   fix a bug in OC_Calendar_Repeat
      adds  3c9be43   add some information about repeating events caching on personal settings page
      adds  66c3ddc   Merge branch 'master' into calendar_repeat
      adds  c9d408f   automatic cache repeating events after an update
      adds  71573f7   Merge branch 'master' into calendar_repeat
      adds  f7727a3   Merge branch 'master' into calendar_repeat
      adds  9bdad6f   fix merge conflicts
      adds  7d29bee   fix merge conflicts
      adds  b6a8de8   don't clean and cache calendar on every update
      adds  6f20d51   fix generateEventOutput for calendar hook
      adds  5c10683   use easier parseable date to init datetime
      adds  e452930   change some function names in OC_Calendar_Repeat
      adds  22a33b5   use DateTime as type of parameter in the functions is_cached_inperiod and get_inperiod
      adds  4767c70   fix merge conflicts
      adds  aa7ce48   create OC_Calendar_Object::generateStartEndDate function
      adds  fbd45a9   Merge branch 'master' into calendar_repeat
      adds  a6531d0   Merge branch 'master' into calendar_repeat
      adds  05c1afd   Merge branch 'master' into calendar_repeat
      adds  fd9a4f8   Merge branch 'master' into calendar_repeat
      adds  af1cdbd   Merge branch 'master' into calendar_repeat
      adds  7f1e028   Merge branch 'master' into calendar_repeat
      adds  229587a   Merge branch 'master' into calendar_repeat
      adds  b8daae3   Merge branch 'master' into calendar_repeat
      adds  6b6d3d6   Merge branch 'master' into calendar_repeat
      adds  e3b58f6   Revert "create OC_Calendar_Object::generateStartEndDate function"
      adds  beed6e0   Revert "Revert "create OC_Calendar_Object::generateStartEndDate function""
      adds  13aad8f   some little fixes for repeating events caching
      adds  16560fe   Merge branch 'master' into calendar_repeat
      adds  a38463d   Merge branch 'master' into calendar_repeat
      adds  c8c105d   Calendar: fix modifying of end DateTime object
      adds  2b2da6f   Calendar: js fix
      adds  5ce0097   Calendar: only run ->expand if the event is repeating
      adds  572dd9f   Merge branch 'master' into calendar_repeat
      adds  0f13cbb   Merge branch 'master' into calendar_repeat
      adds  69d7c76   Merge branch 'master' into oc_error
      adds  0f1fe0b   Log error as ERROR.
      adds  426ed27   Make sure address books are shown even if empty.
      adds  dc8c188   Better error checking.
      adds  10a0d5a   More changes for updating the contacts list.
      adds  a6dc734   Gallery: Move code/js/css from main template to the right place
      adds  fedfa4c   DateTime objects are directly comparable
      adds  cc3835d   Only call OC_FileCache::get('/Shared') if it exists in the file cache, prevents premature addition of the Shared folder to the file cache
      adds  4d312f7   Merge branch 'master' into oc_error
      adds  b6c5ca1   First almost working version
      adds  6832aec   Correct installer
      adds  cc49425   Unit path and webpath, correct some more
      adds  6a250d0   Correct css file inclusion
      adds  6a81264   Correct remote and public, and last occurence of OC::
      adds  5c2b2fc   Change app path logic in templates
      adds  e8447e0   Rework to fit with minizer
      adds  cf02f3c   Merge branch 'master' into multi_app_dir
      adds  0f7fdd4   ReAdd possibility to load existing app folders
      adds  9f1c46b   Correct Minizer inclusions
      adds  9ec68c8   Change parameter 'web' to 'url' and take array of array in config instead of : separated values
      adds  dd98afc   Add doc about multi app dir in sample config
      adds  6da5a2f   Add possibility to choose the installation folder
      adds  4753cc3   Merge branch 'master' into multi_app_dir
      adds  df83df5   Correct sample config
      adds  f8ec280   correct presentation of HTML encoded characters
      adds  cd005e6   use new sanitizeHTML() function
      adds  96d0b98   fix mimetype for cdr files - bugfix for oc 559
      adds  8870d36   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  2f9763d   check if user is allowed to edit bookmarks
      adds  1db2539   make edit event form work with DateTime Property UTC
      adds  09d2f76   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  34739b7   use new sanitizeHTML() function
      adds  e95055b   check if the data directory is accessible via http. Show a big security warning if yes
      adds  f5740a6   fix a PHP Notice
      adds  7c3f6f6   Fixed missing jQuery event object - expire interface now works with Firefox
      adds  49d9eb7   fix calendar
      adds  1338279   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  d0455c5   truncate decrypted files based on filelength
      adds  56de98e   fix saved file size for uploaded files
      adds  6707e41   only use 1 fsview when initializing encryption
      adds  e5c56b2   Merge branch 'master' into multi_app_dir
      adds  d22f805   Correct inclusion paths
      adds  84b9ac2   Correct writable check for app dir
      adds  49033ff   dont change the encryption key during the test case
      adds  a9a913c   Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) Made OC_Filestorage_Local and OC_Filestorage_Shared extend OC_Filestorage_Common Set searchInDir() to protected instead of private in OC_Filestorage_Local and OC_Filestorage_Shared Added class documentation to OC_Filestorage_Common Cleaned up OCA_Versions::expireAll()
      adds  b9e3b0d   Tasks: Fix position of the summary input
      adds  1035155   Tasks: Use list label for ordering by list
      adds  b17e682   Tasks: Add delete action
      adds  b17bf59   Only search for VEVENTs.
      adds  ad7154b   Fix being able to link directly to contact, that I broke in other commit.
      adds  37d1214   Fix URL delimiter.
      adds  a5938e4   Merge branch 'master' into multi_app_dir
      adds  bf6abdd   Add missing ')'
      adds  95b5202   Correct usage of approot
      adds  f46623d   Do not search apps if oc is not yet installed
      adds  c047fda   Calendar: Fix missing template parameter 'shared' for new and update calendar
      adds  1d07b9e   Calendar: Missing userid in allCalendars call
      adds  4a22f4c   Calendar: convert choosecalendar.rowfields template from plain php to html+php
      adds  fd23c28   Calendar: Fix caldav url encoding
      adds  82f39d3   Contacts: Fix name and carddav-url encoding
      adds  fcaf04c   Add little more doc about app folders
      adds  b5953e7   Provide solution for smoother migration for apps to multi-app dir
      adds  ba2d203   some path fixes for multi-dir app
      adds  8c28aec   date don't change correctly in the view list (bug #973) fixed
      adds  df60d6d   Fixes for multi app dir :
      adds  bef9b67   LDAP: cheaper userExists() implementation
      adds  72fe463   Correct OC_Config writer. Use var_export (has support for array,...)
      adds  19931e2   remove unnecessary closing PHP tag
      adds  8c2803a   Correct image path and apps path replacement
      adds  5b46734   xss vulnerability fixed
      adds  115c30b   Enhance hint about writable app directory
      adds  033d372   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  e1fa9c2   xss vulnerabilities fixed
      adds  07124ee   Cast translation to string.
      adds  1f06cdf   Small js fix.
      adds  06e20fe   Correct css inclusion with minimizer
      adds  2d2366b   Avoid fetch ocs info if the appstore is disabled
      adds  aade444   pdf viewer no longer 'eats' keyboard input
      adds  0aafc71   Text Editor: fix editor positioning
      adds  036530b   log messages are looking nicer if html code gets interpreted. (xss prevention happens on another place)
      adds  432aa58   Spelling fixes
      adds  50667dc   Convert OC_L10N_String to a string in OC_JSON::encodedPrint
      adds  96ec7a6   More session_write_close
      adds  f655981   Fix initialization of OC_Filesystem setup from DAV
      adds  ebfc5b2   Add compatability function for APC cache
      adds  41cfd55   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  b650f46   Fix variable checks for mounting Google Drive
      adds  618a3c1   Fix removing personal mounts
      adds  f4b937c   Simplify search result js code
      adds  243f910   Merge branch 'master' into oc_error
      adds  2e6e154   Gallery: Fix opening folders with a ' in the name
      adds  7b8664b   Check for valid LDAP-resource before querying.
      adds  ea3a6d9   Merge resource error-suppressing fix
      adds  ded9ea5   Spelling fixes
      adds  b5e3e15   Correction of path looking for apps and css
      adds  33165e3   Do not close php tag on config file
      adds  d39d7fb   Remove references to /apps/ and correct inclusion of settings
      adds  7c5ff90   work with non existing apps directory. thanks to Antonio for the hint
      adds  2c1c1ba   close only if exist
      adds  d450560   remove trailing slash in %appswebroot% placeholder
      adds  5323983   Text editor: Waste less space for line numbers
      adds  6e5573a   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  7109c7e   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  51c5e70   Merge branch 'master' into oc_error
      adds  a113ee9   add x-webkit-speech to searchbox
      adds  ca5de26   another fix for oc-1044
      adds  0ab6e2e   Try to fix the remote pbm. fix oc-1090
      adds  9e6d2f2   Improve prev/next selection on delete.
      adds  b182e6c   Trim trailing whitespace from version.
      adds  5393c0c   Click to select which address book to add to.
      adds  0f9b9fa   Remove unneeded parameter.
      adds  c53a8fa   Correct seq name in media songs fix oc-589
      adds  f56b3df   Resolve scanning issue case comparison of songs
      adds  61adae1   Use intervals for sessions deletion with postgres fix oc-492
      adds  2a6a155   Correct File cache error with postgresql
      adds  df1eca4   Also load categories from VJOURNAL.
      adds  f10c511   Fixed function name.
      adds  3afbc3d   Add some DRYness to logging.
      adds  e845e56   Remove excessive debugging.
      adds  564cd82   Fix the fix about filecache and postgres
      adds  0fb9d0b   Correct bookmark app : add through interface and remove missing css
      adds  51d3376   Prevent errors and mini enhancement of saved window in bookmarks
      adds  052bd8e   Drag'n'Drop contacts between addressbook. Still needs some css magic.
      adds  c313091   Allow direct link to app.
      adds  5ac4830   XSS fix.
      adds  9ee528b   Only delete existing thumbnails (bug #1100)
      adds  a4c47c6   write sql errors into the error log for better debugging
      adds  a09a01a   sanitizeHTML() has to be called later to keep the path unchanged
      adds  d64a771   LDAP: always sanitize DN and DN-containing attributes
      adds  3f6a785   LDAP: cheaper userExists() implementation, fixes oc-1012
      adds  09a9f54   Trim url and path of appsroot to have and standart type of path fix oc-1107
      adds  ef93bf2   Try to conserve some memory. Should fix oc-1106 for master.
      adds  9bb409d   fix syntax error after merge
      adds  380f411   Added placeholder msg to share with menu to clarify user list restricted to security context
      adds  b8d6ad0   Improve styling on draggables.
      adds  dc4b891   Better visual feedback and prevent drop on self.
      adds  f374dae   Added text ACS warning to admin's user settings page, and corresponding CSS styles
      adds  a52036f   Quick fix of multi app migration. Need a better solution
      adds  2250fb1   Emit Completed.
      adds  fb53708   LDAP: compare base trees case insensitively
      adds  cae089d   Cache: Create global cache in OC_Cache
      adds  4e4a1a4   Cache: Use getUserCache cache in OC_Cache
      adds  531c1c5   Cache: Add APC and XCache to global cache handler
      adds  fe0f281   Fix setting ETag header on cache miss
      adds  c6b9f61   Cache: try to set the fast cache in the Broker
      adds  103ae6f   Media: Change includes in app.php to use the autoloader
      adds  b384d79   Remove x-scrollbar from contacts list.
      adds  ac4e192   All is good ;-)
      adds  8df5985   Adjust pic width a bit.
      adds  bf75629   Added signals.
      adds  18d5420   typo in js statement fixed
      adds  72b3658   bugfix for #1098 (assigning a group to a user, the group appears incrementally many times the more you assign it)
      adds  4e53db3   Merge branch 'master' into oc_error
      adds  9cb01bd   xss fix
      adds  b9ce4e1   add OC_Calendar_Object::createUID()
      adds  7dc72a4   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  46e9316   Fix variable name.
      adds  de4a540   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  db11542   Added createUser hook.
      adds  d8b181c   Added error checking on all db queries.
      adds  1b2d09f   Added missing requesttoken.
      adds  cad282b   Added some error checking.
      adds  f55f13e   Don't call getLocalFile() until you know it actually is music
      adds  a25ae4b   Make Categories a bit quieter.
      adds  2f0b498   Move app upgrade check to loading of apps
      adds  dab58f3   Cache result of OC_App::getAppVersions
      adds  153ee9d   Check if app is enabled before loading in remote and public.php
      adds  afd9705   Add check for return value.
      adds  823bef3   Ensure event handlers are being set when adding first contact.
      adds  3edc40a   Load default categories if there are none,
      adds  79da782   Improve error handling of Dropbox storage backend
      adds  060a297   enable highlighting of address in OSM.
      adds  420d23a   fix webdav errors for empty folders
      adds  12f7cb8   fix running tests from cli
      adds  153ce2f   Merge branch 'master' into calendar_import
      adds  08e707d   some work on OC_Calendar_Import
      adds  2d8a380   Fix recursion when running an update script
      adds  d5237c4   Util::formatDate() expect $timestamp as double
      adds  c67ae2e   no reason to strip tags at this point
      adds  19f9477   Don't overwrite fake directory stream for Dropbox and Google Drive
      adds  2c773d5   Don't overwrite fake directory stream for Shared storage
      adds  b7f86cf   Add Samba Share parameter to external storage UI
      adds  25a50f0   add merge calendar function and add some documentation to OC_Calendar_Calendar
      adds  77c66e8   move some documentation to the right place
      adds  9b60596   Fixes in Dropbox API, try to catch Dropbox exceptions, implement rename and copy in Dropbox storage backend
      adds  6917d74   move the ownCloud version to admin which makes more sense. A normal user can´t update ownCloud anyways.
      adds  2706988   Set table prefix if not set in postgresql install
      adds  7284e57   Migration: fix app paths
      adds  77b7f21   Load contactlist progressivly.
      adds  426193c   Migration: Fix contacts and bookmarks
      adds  db6139f   Don't overwrite fake directory stream for Amazon S3 storage
      adds  a48aba3   Smoother profile picture loading - hopefully.
      adds  e04a605   No need for this anymore.
      adds  81953e7   Return login errors for PostgreSQL setup
      adds  dac539b   handover the correct timestamp
      adds  52f99a7   delete file versions if the user deletes a file
      adds  f22f496   move hook to erase versions from deleted files to the right place
      adds  e5792cc   adjust the name and/or location of the stored versions if the actual file gets moved or renamed
      adds  bdd1bae   use public API
      adds  b2cbf11   Pg setup enhancement
      adds  19bb4e8   Remove redundant code from OC_Helper::linkTo
      adds  bf09edc   Remember the app root information.
      adds  02e4e0e   Gallery: Get all the image information for a directory at once
      adds  1ccbbfa   Spelling fix
      adds  31bba86   Fix external storage UI for Admin page
      adds  75af577   pass progresskey the correct way during calender import
      adds  bd908af   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  60ec46f   - remove leading http[s] to let createBaseUri() generate secure/unsecure base URI - if secure is set to true add 's' to http
      adds  b95996c   - when creating a new text file or directory which name already exist use the same pattern as for file uploads in such a case (add a (N) to the name) - don't allow renaming if a file/directory with the name already exists
      adds  bda0026   fix birthday calendar
      adds  94add1c   typo fixed
      adds  f311c2a   Hide the delete button on new mount point row
      adds  2d49a49   Clear the mount point value for the new mount point row
      adds  7e9455c   Allow multiple Google Drive and Dropbox external storages to be configured
      adds  3bcf176   add some hooks to fix calendar sharing
      adds  652a874   fix displaying of events
      adds  2b4ecba   Whitespace fixes
      adds  f61793a   Coding style fixes
      adds  3ed7738   Increment user_openid version to load new app type
      adds  719c7f7   Fix WebDAV external storage opendir() and stat() for directories, bug fix for oc-1160
      adds  2468942   Merge branch 'master' into calendar_import
      adds  34d4eb8   some more work on calendar import class
      adds  c2a51d1   proper export for calendar app - doesn't work with apple ical yet - even though a ics validator says it's valid
      adds  865b7d6   Merge branch 'master' into calendar_export
      adds  a6e3739   Merge branch 'master' into calendar_export
      adds  6560f1d   don't change events timezone and remove the DTSTART value tag
      adds  d8d5583   Merge branch 'master' into calendar_export
      adds  1d93a8f   Merge branch 'master' into calendar_export
      adds  bdb76d4   Merge branch 'master' into calendar_export
      adds  3a8b280   Merge branch 'master' into calendar_export
      adds  c24752d   Merge branch 'master' into calendar_export
      adds  0dd4ea5   Merge branch 'master' into calendar_export
      adds  4d2894f   Merge branch 'master' into calendar_export
      adds  81e8ffc   Merge branch 'master' into calendar_export
      adds  4d39280   Merge branch 'master' into calendar_export
      adds  be4820b   Merge branch 'master' into calendar_export
      adds  3ef8d4a   Merge branch 'master' into calendar_export
      adds  56f8fc0   Merge branch 'master' into calendar_export
      adds  a8da950   Merge branch 'master' into calendar_export
      adds  4b872d1   Merge branch 'master' into calendar_export
      adds  c2b7d05   Merge branch 'master' into calendar_export
      adds  6e40551   Merge branch 'master' into calendar_export
      adds  8c8a0cc   Merge branch 'master' into calendar_export
      adds  8a8dda7   Merge branch 'master' into calendar_export
      adds  27c9952   Merge branch 'master' into calendar_export
      adds  c1d205c   Merge branch 'master' into calendar_export
      adds  40e7b56   Merge branch 'master' into calendar_export
      adds  82e8cb2   Merge branch 'master' into calendar_export
      adds  0939b1b   Merge branch 'master' into calendar_export
      adds  17e289a   Merge branch 'master' into calendar_export
      adds  c7de74c   Merge branch 'master' into calendar_export
      adds  90b5cf6   Merge branch 'master' into calendar_export
      adds  1f738d8   Merge branch 'master' into calendar_export
      adds  8712754   fix style of some doc
      adds  e029e8c   Merge branch 'master' into calendar_export
      adds  3cea1b0   Merge branch 'master' into calendar_export
      adds  c4f5639   Merge branch 'master' into calendar_export
      adds  9a4709e   fix calendar export for Apple iCal - i hate bloody line ends
      adds  9dd7ca2   some changes and more doc for OC_Calendar_Export class
      adds  930bbea   Calendar Export: replace spaces with dashes in the name of the calendar / event
      adds  4b3af1f   use OC_Calendar_Export for publicly shared calendars
      adds  91d92ae   fix for previous commit
      adds  05cb948   Add new group to other user's group select forms
      adds  8e4832b   Prevent adding a duplicate to a multiselect
      adds  a4614f8   Don't add duplicate contacts in the list when en-/disable an address book.
      adds  c992482   Prevent duplicate group showing in multiselect that added the group
      adds  252453c   fix encryption test cases when not logged in
      adds  d43ed43   cant to ttl tests for xcache
      adds  2c35e18   make sure the filesystem is setup properly for oc_cache_file tests
      adds  edc6a64   Fix placeholder value for optional fields in external storage UI
      adds  6e6f90a   fix merge conflicts
      adds  433d15d   Merge branch 'master' into calendar_import
      adds  390f5cc   some work on (drop)import)
      adds  376431f   import works now for dropimport
      adds  704a1c6   Contacts: fix add contact icon path
      adds  5117316   Contacts: align the bottom control buttons
      adds  34b2486   some improvements for calendar export
      adds  8e0adde   fix some doc
      adds  4ed5531   fixed linkTo()
      adds  fa5b31a   fix documentation style
      adds  4890bbb   Merge branch 'master' into calendar_import
      adds  f15941a   improve dropimport
      adds  a705b19   little fix for import
      adds  ce331bd   improvements for dropoimport
      adds  601237a   add algorithm to generate the calendar's text color
      adds  be11f71   fix doc for OC_Calendar_Calendar::generateTextColor()
      adds  6a060ec   use light grey instead of white
      adds  803f2c2   some work on calendar import
      adds  e89a094   remove some whitespace
      adds  29a9559   some work on calendar import dialog
      adds  c7a4075   Updates contacts migration provider
      adds  cfc78d4   Return correct json response, fix syntax
      adds  b2cb7d5   Fixed app path
      adds  4e63981   Disable mimesniffing
      adds  e4960c3   fix a small PHP fail
      adds  f8cebed   Don't display error messages
      adds  7ceba61   Revert "bugfix for #1098 (assigning a group to a user, the group appears incrementally many times the more you assign it)"
      adds  eca2e07   Don't reload the page after sending private link to email address
      adds  5ff72f2   fix a small PHP fail
      adds  f5e0e55   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  90331a3   Remove forced download
      adds  515adce   LDAP: reset resource on failed bind
      adds  ab036d4   webdav client crashes for secure connections if he doesn't have the right root certificate for ssl verification. For the moment I print at least a useful error message to the OC log and the Apache log
      adds  5282265   provide multibyte aware helper functions mb_str_replace, mb_substr_replace and mb_array_change_key_case for handling with UTF 8
      adds  0a6f7b3   LDAP: make it UTF-8 save
      adds  88cbbc8   Text editor: Always use UTF-8 to keep Ace happy.
      adds  8a1c279   Escape pg connection string on setup
      adds  cfcfdd6   Merge branch 'master' into calendar_import
      adds  ca2b1f7   fix encoding fail in calendar app - bugfix for oc-1194
      adds  0b3ed2b   Merge branch 'master' into calendar_import
      adds  b6cff93   fix spelling fail in code
      adds  4bc9e4e   wrong var name fixed
      adds  641e773   Merge branch 'master' into calendar_import
      adds  c036700   some more work on calendar import
      adds  a775dea   Moved hooks and versions.php into new lib directory Part-ported filesystem operations to OC_FilesystemView Refactored Storage class to depend on an OC_FsV object and have fewer static classes
      adds  aec6eea   use filesystem abstraction layer to copy file versions
      adds  b1c9785   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  f98bd1a   Merge branch 'master' into calendar_import
      adds  393eefa   replace some direct links with OC.imagePath
      adds  799e34a   Add slash to app url if not set fix oc-1169
      adds  3b09aa8   Correct Postgresql connection with space in password. Work around php bug
      adds  657eef3   Merge branch 'master' into calendar_import
      adds  5880bbe   add miniColors
      adds  a4c2893   some more work on calendar import - new import is (nearly) done
      adds  6d3afb3   Moved action buttons down to the add field menu. Fixes oc-1155.
      adds  825d92d   Added undo functionality to delete user procedure on user settings page
      adds  b2eac08   Query contacts in batches of 20. Possible fix for oc-1126.
      adds  5d61b85   allow users to upload ssl root certificates for the webdav client
      adds  e258da5   certificate should be only visible for users
      adds  7ec2d6c   Merge branch 'master' into calendar_import
      adds  9ea34ca   Simplified remote.php file loading
      adds  621b83d   Remove referer check, this is unreliable. The header doesnt need te exist, or can be wrong
      adds  280c59e   More helpfull debug msg for redirectToDefaultPage
      adds  706a135   Remove ugly activation hack.
      adds  5d79444   Missing update script.
      adds  dac2c14   Add missing CSRF check.
      adds  9d00f4d   Correct db default value.
      adds  aa95cf2   Merge branch 'master' into calendar_import
      adds  f86ecb3   send ca cert path to sabredav client
      adds  aa3b575   disabled user upload of root certificates until sabredav client can handle them
      adds  55cde0e   moved remove and rename hook to libs/hooks.php
      adds  378fa2b   check if caview really exists
      adds  51774cc   use OC_Filesystem for rollback
      adds  bd494f5   fixed faulty commit
      adds  5bf050b   moved performance improvement from isLoggedIn() to userExists() to avoid webdav problems
      adds  5e0b80d   Contacts: Fix copy&paste error
      adds  59b38e6   Missing requesttoken
      adds  a5a1d92   No need for being protected.
      adds  9a10efd   Merge branch 'master' into calendar_import
      adds  f875240   comment out some code
      adds  8353517   use OC_Connector_Sabre_Client
      adds  ba8dee0   introduce subclassed client.php and revert changes to 3rdparty
      adds  963faf6   CURLOPT_SSL_VERIFYPEER=false shouldn't be in master
      adds  ab1b4f1   Fugly fixed include.
      adds  a187241   Correct hack ;)
      adds  cafbd02   Fix endless loop when no addressbooks.
      adds  75d01b0   Make export batch size configurable.
      adds  e91b4bc   allow user to upload his own root certificate for secure webdav mount
      adds  ca26bcc   close file after write process
      adds  b967530   increase the time limit again to a sensible granularity of 1 min. Please talk to me before changing this.
      adds  466d7c0   Improvements and bug fix for log reading, fixes bug oc-982
      adds  90e4af3   Fix time formatting for minutes, prepend 0 if minutes is less than 10
      adds  f955e5e   Move line counter so we only count lines towards the offset that are equal or above the log level
      adds  ec7bb86   Fixes a problem with the user creation ("User already existed" even if the user don't exists.) Thanks to Phil Reinhardt for pointing this out.
      adds  777eb1d   CSRF check in the settings
      adds  b46d301   Uninitialized variable
      adds  c63db28   CSRF check
      adds  0abcf0a   CSRF checks
      adds  b7c510a   CSRF checks
      adds  04a0755   CSRF checks
      adds  2c318f4   CSRF checks
      adds  ea70ca3   CSRF checks
      adds  2b22f0d   Add missing requesttoken.
      adds  e6a6019   Return error messages in correct format.
      adds  97106f1   Set the loading class on the property being changed, not on its container.
      adds  f5c6200   Set the loading class on the property being changed, not on its container. Now on all the places relevant ;-)
      adds  3424785   Implemented Sabre iCalendar Export Plugin.
      adds  334257d   Implemented VCFExportPlugin.
      adds  dc8193f   Make it possible to import files using CR as eol.
      adds  0b6cd8d   Simplify VCF generation.
      adds  6d123e9   Remove deleted address book from list.
      adds  6116dc6   Added default parameter $reset to allow for incremental rescan.
      adds  d1cf787   Move code to OC_Contacts_App::scanCategories().
      adds  47aaca4   Rescan categories in small batches to reduce memory usage.
      adds  f5c329a   Delay fetching of carddata and set ETag and size instead.
      adds  7d41d3a   webdav ssl cleanup
      adds  32b476d   remove comments around code block
      adds  82a57f0   revert performance improvements in userExists() because it breaks new user creation
      adds  6bf1473   replace urlencoded slash
      adds  77f07c6   remove hard coded path
      adds  6f408c3   add supersized slideshow
      adds  b67199b   add css id attribute, minor fixes
      adds  e59a180   remove superfluous ?> at the end of .php files (left out apps/*/templates)
      adds  43f00a2   create uploads directory for ssl certificates if it didn't exists
      adds  b97eb3a   fixing oc-1198
      adds  5046290   Revert "Delay fetching of carddata and set ETag and size instead."
      adds  7cb74a0   Reduce variables assigned.
      adds  0744e5a   Look for the right field :-P
      adds  861c379   Make sure the proper DOM is loaded and the right address book gets expanded.
      adds  34ac2ea   Don't escape assigned values.
      adds  9d2cbc8   Revert reversion of f5c329af981f59f78c12648ea41c258f477f3e82 :-P
      adds  528567a   gitignore phpStorm .idea metadata folder
      adds  91da4b0   fixed typos
      adds  3e53bf4   Fix for oc-972, oc-1144 and oc-1191
      adds  570ea78   fixed typo
      adds  02c9b03   Missing dir added.
      adds  acb9612   fix thumbnail size calculation, use const for THUMBNAIL_HEIGHT
      adds  9be6432   shrink css height for gallery_div from 152 to 150 to shrink grey background thumbnail height
      adds  bf09bcc   add OCP\Files to access files
      adds  e7a0c4f   use readfile() instead iof fopen() for file download over webdav. fopen() didn't work for large files on some servers while readfile() seems to work for all files on all configurations.
      adds  ef1924d   gallery :: display big picture according to exif
      adds  0b14b4e   Call exit() to prevent further code execution if directory does not exist
      adds  ca8028b   small fixes in merge request 104, use OCP\Files::getStorage
      adds  ca04c1a   Call exit() to prevent further code execution if directory does not exist
      adds  0f0aa18   Merge branch 'master' of gitorious.org:/owncloud/owncloud
      adds  5575493   Merge branch 'master' into calendar_import
      adds  e248412   use getStorage() to get versions location
      adds  07efd39   prevent script execution during slideshow
      adds  c3fea30   Sanitizing file names
      adds  7077678   Sanitize toaddress for emailing private links
      adds  66da0a2   Catch exceptions from PHPMailer
      adds  8afcddf   Handling exceptions
      adds  281bf62   Fix log write() parameters in wrong order
      adds  91a15ba   Revert santizing toaddress, because PHPMailer now throws exceptions
      adds  8890a41   Fix setting custom quota size for users, bug fix for oc-1128
      adds  f496a9d   Rename $contacts to $has_contacts, it missed this commit: 7cb74a0
      adds  967c6d7   allow command line based installation/setup
      adds  5de2a29   restructuring test suite invocation - now we load all test cases into one suite and execute this single suite. this is necessary to be able to generate one xml report and is also a precondition for code coverage analysis(which will follow soon)
      adds  fd0c6da   autotest.sh added: create an fresh environment using sqlite (mysql anf pg will follow) and executes the test suite
      adds  6ee228c   rediect test results to autotest-results-sqlite.xml
      adds  b45d3ce   fix remote and public.php
      adds  7d1f644   use new way to register remote/public.php entries in user_webfinger
      adds  880d80b   fix minified js and css
      adds  d45d73e   Try to avoid occasional error messages.
      adds  1402630   Give default address book a more intuitive name and replace spaces with underscores in uri.
      adds  b455149   Fix undo delete user
      adds  87912a8   Fix loading previous or next contact after deleting one.
      adds  eba4f08   Refactored contacts import.
      adds  ce40576   MySql testing added
      adds  2872858   Removed obsolete TODO.
      adds  4e684b9   Fixed sorting of addressbooks.
      adds  7af6088   Added notification.
      adds  d71da67   Typo.
      adds  48521fc   Made notifications more flexible.
      adds  8b49e30   Hide file form field behind image so it will maybe work with IE...
      adds  db034f0   Improve temp file handling.
      adds  160e701   Make list droppable too instead of just the header.
      adds  d49b789   Merge branch 'master' into calendar_import
      adds  dd95149   Also unlink unsuccessful imports.
      adds  a1b9b4b   fixing reset on autotest
      adds  b1a7826   Check if user is already logged in for DAV auth, instead of logging in and creating new sessions for every request
      adds  72ebc2a   Delete old session files, suggested by Torben Nehmer, see bug oc-736
      adds  6bb3a28   some more structure added
      adds  3ffc96c   add database type to xml report
      adds  001a47a   Remove obsolete FIXMEs.
      adds  502f420   Wrap image uploading in anonymous function.
      adds  8fba6b9   UI part of addressbook merging.
      adds  25f50e8   Set the address book of the active contact active.
      adds  0fb1a76   Bold active address book.
      adds  2035bc7   Fix sorting - again :-P
      adds  7a7ac58   Remove obsolete code.
      adds  296f79d   latin1 => utf8
      adds  ccb1c57   add warning in log if OC_L10N::tA was called
      adds  7ab35af   use the remote.php infrastructure for remoteStorage
      adds  f047fdb   revert to using fopen for webdav instead of readfile
      adds  19f2ce6   improve webfinger for situations where owncloud is not installed in the server root
      adds  47566b0   stop using of OC_L10N::tA
      adds  f128b96   Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276.
      adds  4de6688   If a contact wasn't loaded in the list you coulcn't access it from search result. Fixes oc-1264.
      adds  4b8a34d   Wrong argument count in postCreateUser hook for contacts.
      adds  258df5e   Added hook for postCreateUser. Probably fix for oc-1265.
      adds  1f4d689   Wrong version comparison in update.php.
      adds  06ff6c6   Added CSRF checks to Calendar. Expect some error messages - and report them ;)
      adds  8444fc5   Added CSRF checks to Tasks. Expect some error messages - and report them ;)
      adds  748fcab   Added CSRF checks to files_versions. Expect some error messages - and report them ;)
      adds  2c9aa02   Added missing CSRF checks.
      adds  ec4891b   Fixed require path.
      adds  0ea2939   remember username and provide autocomplete feature
      adds  20a174e   remove second "autocomplete" statement
      adds  b30da61   postgres added to autotest mechanism
      adds  e031b9b   fix running test cases from browser
      adds  33b8de9   allow a more flexible way of using user backends
      adds  57fb371   imap user backend
      adds  b357a96   smb user backend
      adds  ad14d67   ftp user backend
      adds  87da179   Eye candy for the draggables.
      adds  fc46322   Tweak dragging.
      adds  5c0c9bb   Cleaning up a bit.
      adds  616f2f3   Trigger loading of more contacts a bit earlier.
      adds  1cbddcf   Code style
      adds  b8eea32   Coding style.
      adds  98e769d   dont use the mtimes stored in zip archives since they dont update correctly
      adds  5fe0027   fixing syntax error
      adds  8c06452   fixing syntax error
      adds  b3d7043   Change uri fields from 100 to 200 chars.
      adds  e4154e6   remove old files
      adds  bd91ee4   add SabreDav 1.6.3 files
      adds  c04aa8d   Add CSRF checks
      adds  23c71b1   remove unused variables from webdav file backend
      adds  445f52e   dont check for filecache updates when getting quota info over webdav
      adds  1224d7e   minor fixes for the google filestorage backend
      adds  3c29670   remove unused variable from dropbox filestorage backend
      adds  7fff386   Code style.
      adds  ecf8e77   Remove unused file.
      adds  57ed83f   fix eventsource fallback when more then one eventsource is active
      adds  0e111e1   fix increasing folder sizes in filecache for custom roots
      adds  48306a3   fix unused variables
      adds  0e6238c   fix OC_Cache_File tests if encryption is not enabled
      adds  39086ef   dont try to create mountpoints automatically
      adds  7152b8b   remove unused and depricated getFolderSize
      adds  c9be9ab   remove unused variables
      adds  d393638   forgot to make one function abstract
      adds  10337c0   Added some documentation for OCP\JSON::callCheck()
      adds  de8ed98   Added some more documentation to OCP\JSON.
      adds  29d16f6   Fix strict standards warnings
      adds  3103a4c   Corrected retry count for uploaded imports.
      adds  42fbc11   Hide progressbar on error.
      adds  0af454a   Trying to get documentation to "Do The Right Thing" (TM)
      adds  53bdb04   adapted to new SabreDav version
      adds  cdd9ffc   Add ETag support to the Sabre file connector.
      adds  14af503   Fix parameter order in OC_Filestorage_Common->hash
      adds  0b338a7   Add missing public to function definition
      adds  aa118a4   remove obsolete oc_filesystem::mountall
      adds  48ec782   cleanup some obsolete foldersize code from the shared storage backend
      adds  8a19e13   fix ununsed variables
      adds  06b5e05   Damn, that Jenkins dude is tough ;)
      adds  1c30a97   Style fixes
      adds  060b886   DRY for getting calendar timezone setting
      adds  ad12e13   Tasks: Remove unused code
      adds  5381cc7   Fix missing parameter decleration, thanks Jenkins :-)
      adds  687c87b   DRYed inserting into contacts list.
      adds  11aa571   Added option to notify method.
      adds  00de757   White space.
      adds  51bafd3   Made contactlist optional in insertContact().
      adds  e07cd26   Implemented undelete for contacts.
      adds  57207dd   some style fixes for calendar
      adds  f9d3388   Merge branch 'master' into calendar_import
      adds  81b917b   increase width of user migrates form in personal settings, so you can read the whole label in all languages
      adds  0eade1b   Code style. One down...
      adds  7d520bc   Remove wrong comment.
      adds  eb57544   Added next/previous methods to contacts list.
      adds  359dc87   Improved scrollTo method. Still not quite there...
      adds  38d38c1   First stab at Ninja mode ;-)
      adds  ab8ce89   Added help for keyboard shortcuts.
      adds  2a73678   use file extension for determining mimetypes on default
      adds  2b74778   add method to OC_Cache to check whether a fast cache (apc/xdebug/etc) is available
      adds  51566e8   add prefix option to OC_Cache::clear
      adds  6843bee   add option to only get fast cache
      adds  59ab8b1   cache fileid's in oc_cache
      adds  a49c07c   progressbar for New->From Url
      adds  b101016   CSRF protection for eventsource
      adds  9e70f64   Fix oc-1163: gzdecode function not always defined
      adds  641bd7a   Whitespace
      adds  294e65f   Use insertContact
      adds  dc05fd7   No need to set checksum for PHOTO.
      adds  644b6e6   Revert "No need to set checksum for PHOTO."
      adds  b00de02   Make sure notifier cleans up.
      adds  0439a18   Cleaner variable handling.
      adds  fb9ef90   No need to set checksum on PHOTO.
      adds  b60e594   Cleaner event handling.
      adds  67b6ff2   Cache DOM lookups, general cleanup.
      adds  25e1c13   Remove unused ajax file.
      adds  708c771   update routine to fix broken file properties in db
      adds  c0e37c7   quick fix for broken properties
      adds  bd63fdd   fix broken properties in the database
      adds  e7e1f23   first part of the new new OCS CLOUD module. So far only quota is implemented. The specification is developed here: http://www.freedesktop.org/wiki/Specifications/open-collaboration-services-1.7#CLOUD will be moved to http://www.freedesktop.org/wiki/Specifications/open-collaboration-services as soon as everything is done.
      adds  21631be   make it generic and implement a dummy call for quota set
      adds  ab7a2d4   create a user for Test_Cache_File to allow unit tesing within ci
      adds  e49666d   add option to clear user backends
      adds  5936436   use dummy user backend for oc_cache_file tests
      adds  7967685   move some openid files to 3rdparty
      adds  856d9c0   some indention fixes
      adds  20cb0af   migrate the webapps call to ocs
      adds  d28be8d   add the calls for the new keyserver. Still not connectect to the encryption system
      adds  fdcbc23   define an interface for the User Backend
      adds  e499bc3   define an interface for the Group Backend
      adds  0bdebe0   LDAP: pass user backend as instance, not classname
      adds  0196e6e   Offer User and Group interfaces in public API
      adds  81c0ca4   remove only internally used function from interface
      adds  afdc5bf   LDAP: switch user backend from extending class OC_User_Backend to implementing OC_User_Interface for improved flexibility
      adds  5888cb4   Support for OCA namespace
      adds  57c375e   Support for OCA namespace
      adds  4249233   LDAP: put app under the OCA\user_ldap\ namespace
      adds  6b320a2   provide recursiveArraySearch as Helper function and make available through API
      adds  d0aebf0   LDAP: group backend now implements the interface, does not inherit backend class
      adds  eefe688   method not used externally, thus not needed in interface
      adds  25ad1d5   LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly.
      adds  b10f7aa   LDAP: silence warning, but handle the error
      adds  a6c5309   LDAP: adjust test after refactoring
      adds  92f447c   code style
      adds  c8404a7   code style
      adds  569e52b   remove unnecessary debug output
      adds  15f7d83   code style
      adds  8664729   code style
      adds  edfd789   LDAP: remove obsolete require_once
      adds  ab1d950   code style
      adds  6285cc2   LDAP: remove debug output
      adds  4a2295b   code style
      adds  71b862e   LDAP: replace deprecated constant
      adds  d17eb29   OpenID: fix include path
      adds  b94631d   LDAP: check if php-ldap is installed. If not, give an error output. FIX: blank Users page when the module is not installed.
      adds  37bccf5   [tx-robot] updated from transifex
      adds  f25ccaf   Fix filesystem hash, no longer using basicOperation()
      adds  381e493   Rename functions
      adds  783d67b   Create uniqid ETag for directories
      adds  efbd7ca   Updated packages
      adds  1554d7a   Check for admin user
      adds  d425740   Remove unused files
      adds  d24326e   Updated style
      adds  42c22be   [tx-robot] updated from transifex
      adds  ba0ea21   [tx-robot] updated from transifex
      adds  f7155b4   convert through caldav transmitted rgba calendarcolor to rgb
      adds  e467977   declare OCP\App::register as deprecated
      adds  c8de77b   fix errors like Failed opening required ownCloudcalendar/appinfo/remote.php
      adds  b893aa9   code style
      adds  e0121ea   LDAP: some cleanup
      adds  6c92a85   LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced.
      adds  0810f92   Fix used space calculation if shared folder does not exist, fixes bug oc-1331
      adds  726bec7   Merge branch 'master' into oc_error
      adds  c067930   Merge branch 'master' into subadmin
      adds  acb196e   add group_admin table
      adds  d0b6253   some work on subadmins
      adds  0cb9f5e   fix merge conflicts
      adds  e707e94   subadmins can now add users
      adds  044134a   add another file which was missing in the previous commit
      adds  4700222   Merge branch 'master' into subadmin
      adds  f0c8268   Merge branch 'master' into subadmin
      adds  1a57d39   Merge branch 'master' into subadmin
      adds  4490a88   fix changepassword.php for subadmins
      adds  f503aea   remove unused code from togglesubadmins.php
      adds  a5bebb8   add checkSubAdminUser method to OC_JSON class
      adds  fb64689   fix removeuser.php for subadmins
      adds  6e139f1   add isUserAccessible method to OC_SubAdmin class
      adds  ffc55f3   simplify code of remoteuser.php
      adds  2fc8342   fix setqouta for subadmins
      adds  05bc541   add some doc for lib/subadmin.php
      adds  6cf418f   fix copy&paste fail and deny subadmins to set the default qouta
      adds  abb9f52   add isGroupAccessible in OC_SubAdmin
      adds  9157888   simplify code of changepassword.php
      adds  e42f765   simplify code of createuser.php
      adds  7f08c84   fix tooglegroup for subadmins
      adds  c3bd30c   improve default qouta for subadmins
      adds  ea79ff1   Merge branch 'master' into subadmin
      adds  bf9b6e9   don't show label 'add group' for subadmins and remove some debug code
      adds  fdb167a   Merge branch 'master' into subadmin
      adds  88f66460a some js improvements for subadmins
      adds  5508a95   Merge branch 'master' into subadmin
      adds  11725ef   add some hooks for subadmins
      adds  6ccd4e0   Merge branch 'master' into subadmin
      adds  e1d14ab   Merge branch 'master' into subadmin
      adds  ebe4d1f   Merge branch 'subadmin'
      adds  3725cd0   Fix oc-1362: post_rename has no path param but newpath and oldpath
      adds  d26f87e   Smarter remove of etag properties for path
      adds  6fbed6a   LDAP: add Test Configuration functionality in the settings
      adds  16928f4   fix spelling fail
      adds  0a9c33e   [tx-robot] updated from transifex
      adds  d1dee28   Check if size isset, try to fix used space calculation again, fixs bug oc-1331
      adds  d006a55   Run pre and post proxies for file_put_contents() streams
      adds  ea2e76e   Forgot data parameter for file_put_contents() streams pre proxies
      adds  7050f0f   Cast groups as string, fixes bug oc-1309. Thanks to nderambure.
      adds  4cc3a30   Server verhindert beim OSX Client einen Delete
      adds  bccd372   Merge commit 'refs/merge-requests/76' of git://gitorious.org/owncloud/owncloud into merge-requests/76
      adds  680eed6   fix for bug #1295, don't escape password reset link
      adds  4c822df   Fix incorrect copy/paste for file_put_contents()
      adds  48f33be   Only call mkdir() if the root folder does not exist for FTP external storage
      adds  df9f5b9   Fix group detection for sharing in case username contains '@', fix for oc-1270
      adds  6a4c46e   Set the user id when authenticating user for Ampache, fixes bug oc-219
      adds  dd4765a   Set filter to empty if not set by Ampache client
      adds  6bc45f1   bookmarks.pot and lib.pot added to transifex
      adds  fa4052d   [tx-robot] updated from transifex
      adds  e02d8d7   Remove delete tipsy if file is deleted, fixes bug oc-958
      adds  7ff04be   Correction for 'Fix group detection for sharing in case username contains '@', fix for oc-1270'
      adds  18f6552   [tx-robot] updated from transifex
      adds  0836366   Methods to disable and enable users
      adds  e186395   Tweak appearance of undo delete notification
      adds  5262cde   Add additional error handling for emailing private links
      adds  3430dcd   [tx-robot] updated from transifex
      adds  fa6d26b   Removed text/plain header.
      adds  b25b73b   Fixed potential error in logging.
      adds  118d9e1   Check if the are contacts marked as deleted and warn if so.
      adds  d614c3b   Code style.
      adds  fa62ff6   Remove deprecated code.
      adds  b465fc8   LDAP: don't die on unexpected collisions, handle empty display-name attributes properly
      adds  dfae77d   Add notifications and undo support for replacing files when renaming
      adds  8a92cd2   Remove OC_App::register call in OCP\App::register
      adds  553773f   Popup for app specific settings.
      adds  19c55e2   Implemented app settings in popup.
      adds  90a1b5a   Unregister from personal settings.
      adds  084866c   White space
      adds  fb14cb8   Made the parameter for OC.appSettings() an object to be able to extend it.
      adds  5eed59b   Changed fix parameter to OC.appSettings().
      adds  8837576   Added some more options to OC.appSettings().
      adds  6df95db   Forgot to also use the options I added :-P
      adds  36ccaf5   [tx-robot] updated from transifex
      adds  1fe9892   Fix #476
      adds  274d1ef   [tx-robot] updated from transifex
      adds  98f37b9   Propagate exceptions in OC.appSettings.
      adds  8766b32   fix a subadmin UI bug
      adds  47e4793   little fix for previous commit
      adds  a8faae4   Addressbooks settings rewrite and cleanup.
      adds  f159f60   And then the missing files ;)
      adds  91e828c   [tx-robot] updated from transifex
      adds  937058c   Updated JS namespace.
      adds  f84e92e   More files to delete \o/
      adds  20f8971   Use popup class style for ninja-mode help.
      adds  30c3a78   Remove onunload handler when delete is cancelled.
      adds  a1239a3   Line length...
      adds  a484ee8   If first addressbook was empty it was seen as if there where no contacts at all.
      adds  8f3357c   I was a bit too fast in removing methods yesterday...
      adds  40d2bb7   Remove logging
      adds  d07f4a5   Correct namespace usage.
      adds  7dda552   Return properly formatted jsondata.
      adds  7dc799c   [tx-robot] updated from transifex
      adds  c5d5ca8   Show Login-Button when user+pw are autocompleted, fixes oc-1068
      adds  e801020   Custom chunking support
      adds  a7a5433   Merge branch 'master' into chunked_upload
      adds  2d85ef0   Chunked upload: Refactor to static class
      adds  1ea33ff   Chunked upload: Refactor OC_FileChunking to object
      adds  896d27d   Chunked upload: Support reusing local chunks
      adds  e36e00d   Merge branch 'chunked_upload'
      adds  599741b   audit: update appinfo to OC4
      adds  b12ed88   Calendar: remove double html encoding
      adds  fc4a542   add iWork mimetypes
      adds  98057db   Revert "Removed text/plain header."
      adds  578e074   White space.
      adds  e3de746   FF complained about missing charset.
      adds  3610975   Some fixes for keyboard shortcuts.
      adds  bef6352   Reorganize ajax scripts.
      adds  d7e77f6   [tx-robot] updated from transifex
      adds  1bccc80   hide morelog button if there are no more log entries - bugfix for oc-1398
      adds  627ea9e   fixes bug oc-1433
      adds  da4057e   fix label for versioning in admin settings
      adds  226af11   reset version number when not specified - again bug oc-1433
      adds  a6ce497   OC_App::getAppVersion return blank if version is not specified
      adds  24af2e8   Load OCS apps in an ajax call to avoid blocking the WUI.
      adds  d198036   And add the file goddammit
      adds  84aa7c7   link of Add your app was broken
      adds  e1d4f85   Wait with csrf check for now.
      adds  95fc7f4   Merge branch 'master' of gitorious.org:owncloud/owncloud
      adds  f17876d   Remove unused code.
      adds  3b37181   Use correct variable name.
      adds  207ca3e   Dynamically resize breadcrumbs, fix for bug oc-468
      adds  086397d   Fix condition checking for resizing breadcrumbs
      adds  002ad4b   Tweak users delete notification
      adds  1ec2739   Show delete tipsy for users
      adds  f95ca36   Listen to correct undo click for undoing deleting users
      adds  97853a1   Restructure JS code and small fixes.
      adds  538e72f   Fix scrollbar issue. Fixes oc-1414
      adds  cc445e4   Small changes to allow updating main menu dynamically.
      adds  c6b337c   Return possibly changed appid.
      adds  ce866a5   CSS tweaks for app settings.
      adds  a138b4d   Some more pixel pushing.
      adds  07fd517   Make 3rd party label a bit smaller.
      adds  80ca883   Correct path to ajax file.
      adds  6fbc4f7   [tx-robot] updated from transifex
      adds  d546718   LDAP: sanitize user and group base trees for strripos comparison. fixes oc-1302
      adds  c3cbb46   add missing \
      adds  c10010e   LDAP: check for always available attribute on userExists, fixes oc-1440
      adds  6fd4867   remove accidentally added blank lines
      adds  95c33e4   LDAP: offer option to disable SSL certificate checks. Works around problems with self-signed certificates, for example. However, the best and right way to solve it is always to import the LDAP server cert to the owncloud server, so you it for testing only.
      adds  9ca8d20   [tx-robot] updated from transifex
      adds  e6759a9   LDAP: layout settings form. Hope it is now a bit clearer and prettier.
      adds  fe64500   Change hardcoded urls to use linkTo function
      adds  de7f48b   Check if New and Upload buttons exist before adding their width to the total breadcrumbs width
      adds  2eac79b   Some UI improvements on the addressbooks settings.
      adds  a9f894c   [tx-robot] updated from transifex
      adds  6d0390d   Fix rewriting GET parameters with ? in REQUESTEDAPP
      adds  c4f1a1d   Added function to make url absolute
      adds  99ce7ba   Move serverHost and serverProtocol functions to OC_Request
      adds  34c076e   Add comments the other functions in OC_Request
      adds  4e6b4b2   remoteStorage: split auth allow template
      adds  95031cb   remoteStorage: Use OCP\\Util for redirecting for login and generating link
      adds  7d20e98   Move getting the path info to OC_Request
      adds  31003b4   Decode the alternative path_info
      adds  dc927bd   fix for bug 879 - add parent directory to file cache if it does not exist yet. This can happen if the sync client is used before user created the root directory (e.g. through web login) for example.
      adds  0bf2a3e   while loop not needed because of recursive call of put()
      adds  05648da   Don't return file handle if the mode supports writing and the file is not writable
      adds  7522a23   Remove unused RUNTIME_NOSETUPFS var
      adds  10cfcd4   Remove useless setting of RUNTIME_NOAPPS
      adds  9156fb7   Move handling request of index.php to OC class
      adds  3387454   Move login code from index.php to OC class
      adds  f4ab2ba   [tx-robot] updated from transifex
      adds  d245825   Fix require statements. Fix for oc-1460.
      adds  10d0861   remove unstable lib
      adds  00d7ae8   move calendar settings from personal settings to in app settings
      adds  39814ed   Another take at profile photo/thumbnail caching. oc-839.
      adds  acd8381   fix scanning of archives in some cases
      adds  f9cec14   Change parameter name and update docs.
      adds  4e85848   remove SabreDav 1.6.3
      adds  6e92203   add SabreDav 1.6.4
      adds  7955120   remove debug code from calendar - thanks michael for pointing that out :)
      adds  b2c58bf   Fix for broken Mail App in OSX Mountain Lion. https://mail.kde.org/pipermail/owncloud/2012-August/004649.html
      adds  7780e37   LDAP: don't give Test Connection button red background on fail, it is becoming unreadable
      adds  5f51366   Sanitzing user input
      adds  26a9d7e   Fixed 3 - THREE - errors in one method call :-P
      adds  ab97c04   Added XSRF check
      adds  334296b   Removed unused file
      adds  2dfc485   XSRF checks
      adds  2c5ab91   Used wrong class.
      adds  e732923   Check if webfinger is enabled
      adds  aa9fbf6   Combine install checks in lib/base.php
      adds  667cd31   Use OC_Util::displayLoginPage and cleanup the function
      adds  0973969   Cleanup OC::loadfile
      adds  e3c7320   Make OC::loadfile and OC::loadapp protected, only used in OC::handleRequest
      adds  da07245   Move OC::loadfile and OC::loadapp next to OC::handleRequest
      adds  8340378   Always load when the requested file is css
      adds  1823daf   Remove checks before displaying login page
      adds  5e7086a   Move login handling to OC class
      adds  82b1095   Simplify loading app php script files
      adds  4f90860   Add initial version of backgroundjobs library
      adds  6025d2e   Rename Backgroundjobs to BackgroundJob
      adds  443e198   Renaming backgroundjobs on file system as well
      adds  088b3ea   Add public interface to background jobs
      adds  4107273   fix license text
      adds  14cbb87   Add "cron.php" for background jobs. It is named cron.php because more people will recognize the purpose of the file then.
      adds  7fa8969   JavaScript file for activating web cron
      adds  13a0818   Be more precise regarding backgroundjobs mode
      adds  37ee88a   Fixed bug in OC_BackgroundJob_Worker
      adds  889f0a1   rename appconfig keys for backgroundjobs
      adds  1ce2cd7   Add first version of backgroundjobs settings
      adds  ceda0ae   Backgroundjobs: rename ScheduledTask to QueuedTask
      adds  28c1ec1   BackgroundJob: forgot to rename file
      adds  2b5f005   Backgroundjobs: Forgot to require lib/base.php
      adds  a6a1f89   BackgroundJobs: fix bug
      adds  6651146   Backgroundjobs: Improve error handling in cron.php
      adds  f46fdfd   Backgroundjobs: Add reset counter in worker
      adds  7b3c351   Error handling works better now
      adds  831ec98   Backgroundjobs: fix stupid bug
      adds  595591a   Backgroundjobs: Add table to db_structure.xml
      adds  7055d2a   Backgroundjobs: improve admin form
      adds  7c766cd   Backgroundjobs: fix bugs in template
      adds  9ad31e5   Backgroundjobs: use correct var name in template
      adds  81b997b   Merge branch 'backgroundjobs'
      adds  0ea4fa2   Backgroundjobs: don't try to access OC_Appconfig if ownCloud has not been installed
      adds  0de81f9   Backgroundjobs: don't execute cron.php if owncloud has not been installed
      adds  8ec4587   Validate cookie properly and prevent auth bypass BIG (!) thanks to Julien CAYSSOL
      adds  11895a8   Activate ACLs
      adds  85f2e73   Disable listening, instead checking the ACL to prevent DoS
      adds  d3427be   Following the code guidelines makes Michael happy :-)
      adds  39b9052   [tx-robot] updated from transifex
      adds  4657676   Check blacklist when renaming files
      adds  0d8df3f   Revert "Combine install checks in lib/base.php"
      adds  bf7afa2   Backgroundjobs: cron.php now checks for mode=="none"
      adds  1d7e307   bump version to reate new tables
      adds  bd90b7e   Backgroundjobs: Fix bug in admin interface
      adds  5b16c7a   This is unnessecary because we already run htmlentities() over the template engine
      adds  baa0b4d   Cast subadmin groups as strings
      adds  8d1eb67   Add search, limit, and offset parameters to getUsers() and getGroups()
      adds  9d2ae5f   Add infinite scrolling to Settings -> Users, still a little buggy
      adds  874f31b   Make getting all users and groups the default
      adds  400533a   Start with 30 users, this fills my screen
      adds  4f1b363   Change limit parameter in OC_User as well
      adds  a1c88a3   Add search, limit, offset parameters to usersInGroups()
      adds  651245e   Use limit and offset for subadmin users
      adds  a5a5ab2   Add type text to new user, fixes display issue
      adds  2bc8d3e   Backgroundjobs: interface improvements
      adds  0c69e64   Backgroundjobs: Fix template
      adds  355a1ad   [tx-robot] updated from transifex
      adds  deef1f7   Backgroundjobs: fix bug in QueuedTask
      adds  4d3d452   Backgroundjobs: Fix wrong var names
      adds  7113e80   Readded refresh param. 304 and ETag is still sent so shouldn't matter.
      adds  eb516b7   Position appsettings fixed and load it in dynamically added element.
      adds  329bc28   Commented out unused(?) class that interfered with appsettings.
      adds  cb71996   Change image links to use imagePath function
      adds  ab8e7f1   Remove unused gallery template
      adds  73b1b68   Rewrite remoteStorage settings, remove block echo
      adds  758f476   Calendar: remove not used style rules
      adds  7ffd95e   translation resources added and updated
      adds  3e504cf   translation resources added and updated
      adds  e72a57f   Also check for some other files
      adds  d303763   Automatically check radio when new addressbook fields get focus.
      adds  53f117c   l10n directories have been missing
      adds  be32625   Fix remove button display for external storage
      adds  b6b2f88   Show access granted label next to Google Drive and Dropbox storage in configuration
      adds  0e6d22e   Prevent editing Dropbox configuration input after access granted
      adds  7f12a65   Show access granted label immediately after granting access
      adds  863d3a4   Catch exceptions and write to log when creating storage object fails
      adds  98c7d40   Throw exception in Dropbox and Google Drive storage constructors if parameters are not correct
      adds  d3bdab2   Suggest mount point name, don't reload custom javascript file
      adds  830676b   Improve usability for configuring Dropbox and Google Drive external storage
      adds  19446fb   [tx-robot] updated from transifex
      adds  c312171   [tx-robot] updated from transifex
      adds  0c8ce0b   some basic path normalization
      adds  1522f7f   fix some minor problems with path noramlization
      adds  452f55e   adjust LDAP to updated interface
      adds  3c1380b   LDAP: adjust getGroups to updated interface
      adds  62e4f55   LDAP: adjust usersInGroup to updated interface
      adds  db5b995   Disable user enumeration
      adds  a758704   Use correct class.
      adds  da38968   [tx-robot] updated from transifex
      adds  dd3208f   Fix webfinger documentation
      adds  4c638f1   Merge addressbooks.
      adds  1e6dc67   [tx-robot] updated from transifex
      adds  70e8a7e   [tx-robot] updated from transifex
      adds  53a888c   more path normalization
      adds  017d8b4   [tx-robot] updated from transifex
      adds  850ee93   add impress mimetype
      adds  ced234a   rename subadmin to group admin
      adds  44272b9   increase margin top of calendar import's color picker
      adds  41639f0   fix fail in sql query of isDuplicate method of OC_Calendar_Import
      adds  b6a3bf1   Comment out javascript that hides login button
      adds  c3cd499   Merge commit 'refs/merge-requests/139' of git://gitorious.org/owncloud/owncloud into merge-requests/139
      adds  f1cabdd   [tx-robot] updated from transifex
      adds  6ef5edf   Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this prevents XSS in old browsers. Thanks to Nico Golde.
      adds  d54390b   Optimized image size
      adds  5962469   add OC_Archive::addRecursive
      adds  eb42148   fix error in check if app is installed
      adds  9b44d0c   add OC_FileStorage::getLocalFolder
      adds  154ce0f   also add getLocalFolder to OC_Filsystem and OC_FilesystemView
      adds  3da1339   fix error when adding string data to an archive
      adds  2ea46ee   better file_get_contents, file_put_contents and toTmpFile for archive storage backend
      adds  808d6c5   ensure proper result format when using opendir on the archive storage backend
      adds  50cc5d5   fix creating nested folders inside tar files
      adds  7f6a037   small fix for normalizing paths in archives
      adds  758ebe0   don't report ctime in the archive storage backend since it isn't reliable
      adds  a4e840f   improve hasUpdated for archive storage backend
      adds  4946e23   Strip slashes from commas and semi-colons.
      adds  2d3ec5c   Removed stray img element.
      adds  36474e5   [tx-robot] updated from transifex
      adds  f893d21   [tx-robot] updated from transifex
      adds  0cc7ae9   Initial work on a share API
      adds  c7e0449   Finish parent folder implementation, change recursive delete process
      adds  945565f   Move ajax and js files to core
      adds  bd8769a   Fixes for registering and fetching backends
      adds  10986f0   Use share type and share with in db instead of separate columns for user and group
      adds  71350bc   I'm having trouble making up my mind... translateItem -> getItems() -> formatItems(). It may change again. Preparing shared storage for new api.
      adds  5f1aa1b   Fix additional getItems calls due to parameter change
      adds  8198114   Some more changes to getItems() and fixes in shared storage
      adds  bc68f14   Prepare drop down UI for share API
      adds  f21fdf1   Forgot I got rid of the class field backendTypes, use the array keys of the backends field instead
      adds  28b7793   Fixes and change database table from sharing to share
      adds  32f9901   Fix retrieving supported file extensions from backend and remove the dependsOn and supportedFileExtensions parameters from registerBackend()
      adds  243faf6   Fix searching for parent item types, search for file source instead of item source for the file item type in case the item was converted
      adds  c41cb19   Fix which line needs '' wrapped around the array values
      adds  d332e1e   Documentation fix
      adds  b9e1033   Basic framework for contacts sharing
      adds  9fdfcc2   Fix group sharing
      adds  b596163   Fix ajax share file and replace 'User or Group' select form with a textbox
      adds  578b8a9   $_POST variables should be $_GET for fetch
      adds  d95d738   Fix FORMAT_STATUSES
      adds  cb19fdd   Show users and groups shared with in dropdown
      adds  235515e   Something like this should do it for sharing contacts
      adds  7a649fc   Switch back to registering just the class and not the object, better for performance
      adds  2418d9a   Change registerBackend calls class argument to strings
      adds  75c111a   Have getItems() return an empty array instead of false, so apps only need to do an array_merge()
      adds  c073216   Don't overwrite the item variable when checking if the item is already shared
      adds  47f4689   Fix generateTarget() for contacts backend
      adds  f456cee   Fix fetching item type from share class element, comment out the auto hider for now since it doesn't work outside of the Files app
      adds  0b9b175   Add share action to addressbooks!
      adds  3e8a34f   Don't select all columns for FORMAT_STATUSES
      adds  dd56416   Remove the method getItemsSharedStatuses, it is easy enough to just pass the format instead
      adds  77b582e   Change getItems() return to a 3-dimensional array to handle multiple shares of the same item
      adds  4185bd6   Load shared addressbooks inside OC_Contacts_Addressbook instead of the index, add public functions getItemShared(With)BySource() for contacts app
      adds  1e36e1f   Use formatted shared addressbook in all cases, addressbooks out of order now
      adds  5e8ef33   Clean up in the dropdown for unsharing
      adds  96dea95   Return false for single item checks and an empty array for multiple item checks
      adds  db33765   Add share with to list in dropdown after sharing
      adds  1ad5e3e   Add parameter to showDropDown to not show private link UI, only files can be shared as private links
      adds  7c908a0   Sharing files working using share API
      adds  3134a96   Call exit() to prevent further code execution if directory does not exist
      adds  c0e1b8e   Sanitize POST and GET in ajax/share
      adds  c21ff29   Fix getItems() calls
      adds  a7416b1   Add back returning only the item if the limit is 1 and now check that the format is set to none
      adds  b148256   Get rid of sneaky error_log() that got left behind
      adds  e896c0a   Fix addressbook sharing, formatItems() changed in past commits
      adds  ccb5e99   Generate random token for private links (more entropy than past private links)
      adds  cbf851d   Show private link in dropdown
      adds  88f4845   Sanitization isn't required here
      adds  4bf13ad   Merge branch 'master' into share_api
      adds  ac395dc   Rename $contacts to $has_contacts, it missed this commit: 7cb74a0
      adds  bdcfa4b   Add check if file is found in file cache
      adds  ecae3ea   Rename parents to collectionTypes, getCollectionItemTypes() shouldn't include the original item type
      adds  63b6f20   Move already shared with check out of user and group cases, and add check for already shared with inside a collection
      adds  f638340   Add check for folder item type as well
      adds  51a4518   Add support for CRUDS permissions
      adds  8de69fc   Update documentation
      adds  bbbfc2c   Fix delete(), it was going in an infinite loop
      adds  459bcd8   Update documentation
      adds  0e9ab5c   Fix post_deleteUser(), column name changed and item_source is no longer needed
      adds  82dea70   Add option to delete() to check the owner of the first search of reshares
      adds  cc6c940   Implement post_removeFromGroup()
      adds  1ff2dd8   Listen to post_deleteUser, post_addToGroup, and post_removeFromGroup hooks
      adds  7b01e32   Include a few CRUDS permissions checks in shared storage, plus a little clean-up in shared storage
      adds  b58e72c   Alert user of errors when creating new files or folders
      adds  e6678bd   Permission check should be made on parent folder when creating a new folder
      adds  e867558   Fix permission check for rmdir(), implement unlink(), rename(), and copy()
      adds  eac297e   Improve file source caching for shared folders
      adds  c60c602   Remove toTmpFile() from shared storage, no longer needed
      adds  f7b89f0   Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable()
      adds  fc72d4b   Add root directory checks for CRUDS permissions in shared storage
      adds  ede2b8a   Missed a is_readable() call in local filestorage
      adds  6f58eca   Change read only check to isCreatable
      adds  4d17ed2   Make file actions permissions aware
      adds  30b58f5   Merge branch 'master' into share_api
      adds  add8f09   No longer need hash() in shared storage, already implemented by the common file storage
      adds  586fe8f   Change is_writable() call to isUpdatable()
      adds  cb21406   Implement CRUDS in share dropdown, and some clean-up
      adds  db72ce3   Add support for configuring which permissions are possible for items
      adds  530e7f0   Remove accidently added 3rd party apps
      adds  29dab08   Remove another accidently added 3rdparty app
      adds  98c020d   Remove more accidentally added files
      adds  ed71343   Autocomplete for share with search in sharing dropdown
      adds  2f1a990   Add search, limit, and offset parameters to getUsers() and getGroups()
      adds  d66f071   Use search and limit parameters for share with search in sharing dropdown
      adds  8729119   Add suggestion to share with search for sharing via email
      adds  8d01e1a   Don't show self or already shared with users and groups in the share with search
      adds  9e4c3b83  Remove break, it broke the statuses :)
      adds  2699225   Give share with search focus when sharing dropdown appears
      adds  94ce8f2   Merge branch 'master' into share_api
      adds  b6aa5d2   Include contacts in share with search
      adds  83b935a   Prevent up and down arrow from changing the share with input value
      adds  2201074   Basic setup for sharing with contacts
      adds  4933128   Throw exceptions in share API for UI to display
      adds  92d6835   Fix contact email share type redirection
      adds  26e406c   Hide 'can edit' if not checked
      adds  6c7baac   Throw exception for items already shared in a collection
      adds  09bb3bf   Preparing for proper collection implementation
      adds  3b2c853   Lots of refactoring to share API
      adds  2554f67   Database scheme for share API
      adds  4f10574   Don't load item if it doesn't have it status set
      adds  ba0cf98   Remove extra line, caused 'headers already sent' issues
      adds  ea23854   Merge branch 'master' into share_api
      adds  1db1d40   Add additional check for post_deleteUser so we don't delete any non-user shares with the same name
      adds  e280e3e   Throw more exceptions
      adds  e954de6   Make the file source path relative earlier
      adds  8311744   Fix offset for folder detection, no longer including '/Shared' in file target path
      adds  6f83540   Remove person from array after unshare, so name appears in autocomplete again
      adds  03d65af   Add share action back into addressbook settings, bump up z-index of dropdown so the autocomplete list is visible
      adds  14d13a7   Load icons for addressbooks, fix statuses for types other than files
      adds  51ddc44   Somewhat fixes dropdown display issues in the contacts app
      adds  3be4f5f   Sharing backends for contacts and addressbooks
      adds  1b21cde   Throw more exceptions
      adds  5e95e2a   Set filePath variable
      adds  a96a75c   Select the correct column when searching for similar targets
      adds  7c0a5d4   Check if New and Upload buttons exist before adding their width to the total breadcrumbs width
      adds  b6b713e   Only show the user's groups in the share with autocomplete
      adds  5e2ef1e   Check if itemShares share type is an array instead of set, javascript likes to set indexes to 'undefined'
      adds  0ddfc94   Try to fix last commit
      adds  b6bbbb4   Remove undefined return variable
      adds  8d56c42   Add search and limit to getGroups search in groupExists implementation
      adds  3533f43   Implement groupExists in group database backend
      adds  9580d0e   Initial calendar sharing backend
      adds  b287b11   adjust the query generation in getItems, to use placeholders
      adds  1e644b5   Add Event share backend
      adds  1b5c8ff   Don't return error when just no sharing found
      adds  d4882df   Fix warnings and better styling
      adds  35a1738   Use new sharing API in OC_Calendar_Share::allSharedwithuser
      adds  b1a7e30   Actually change background image of shared items
      adds  a22f30f   Reset item shares variable, fixes autocomplete not showing people
      adds  d02b0e3   Fix issues with hiding and showing dropdown
      adds  f4285a2   Don't include shared addressbook if source not found
      adds  2c5744f   Add back getItemSharedWithBySource(), some situtations require this ability
      adds  b830b3e   Start adding permission checks for addressbooks
      adds  78cd115   Merge branch 'master' into share_api
      adds  3b13051   Additional permission checks for editing and deleting contacts
      adds  be03ee2   Bump up version number
      adds  6d971d3   Contacts: Better parameter names in addressbook share backend
      adds  6a95e42   Contacts: Check format parameter
      adds  fb493c4   Calendar: update share backend using contacts backend as template
      adds  64ef1e2   Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a constructor...
      adds  4c7fd8c   Merge branch 'master' into share_api
      adds  937d1b2   Retrieve all file dependent items when looking for file item type
      adds  028c79f   Use if instead of switch for detecting share type and throw exceptions when setting permissions
      adds  9661a63   Ensure permissions can't be escalated during a reshare
      adds  b440dfc   Remove setTarget() function, changing target names only leads to confusion
      adds  ddfa760   Change to correct function call getItemSharedWithBySource()
      adds  137e4cb   Add tests for Share API, all tests passing :)
      adds  9cb3113   Fix problems exposed by tests
      adds  df8a2e5   File sharing cleanup, works perfectly I think :)
      adds  f987e22   Large refactoring to allow for the same item to be shared to a group and again with a user in the group with different permissions
      adds  5eca531   Refactor again so we can tell what item is being reshared in case the same source shows up. This is the end of the share_api branch, moving to master.
      adds  82d81e8   Merge branch 'share_api'
      adds  cb0464c   Bump version number for Share API
      adds  ef3eebf   Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534.
      adds  719ae15   Try to align and float contact parts better.
      adds  1e42cd1   Added types to emails. Support for custom types. Partial fix for oc-1508.
      adds  b819aa3   [tx-robot] updated from transifex
      adds  49229da   Remove setTarget from ajax
      adds  09e851a   Fix share ajax calls to use itemName/itemSource, show who shared a file with you
      adds  68f5dc2   Remove unnecessary files
      adds  8d38dc0   Remove class contactsection
      adds  25dd0e9   Preliminary support for Apple X-ABLabel. Also for oc-1508.
      adds  1cfa831   A first basic presentation app based on the amazing impress.js. You have to put a presentation file that contains the presentation defined in html into your ownCloud with the file extension .impress Then you can use this app to play it. It also contains a demo presentation that you can use to learn. Help is welcome to improve this app. :-)
      adds  53350b2   Remove unnecessary file
      adds  1d70181   4.5 alpha 1
      adds  e6d87b2   [tx-robot] updated from transifex
      adds  5c1dd82   Minor layout change.
      adds  78b7e28   Removed unused variable.
      adds  ac9fd79   Email type list wasn't initialized.
      adds  2b8a2e1   LDAP: don't pass -1 as length to array slice, when no limit is given. It cuts off the last item.
      adds  c487329   LDAP: permanantly watch group members. Emit post_addToGroup resp. post_removeFromGroup on membership changes, so that Sharing App can take care of files shared within the groups. Requires and relies on background jobs.
      adds  056d9ad   LDAP: bg jobs: sane default refresh interval
      adds  63c454c   LDAP: make refreshInterval for background jobs configurable in the DB
      adds  536fbb9   LDAP: fix potentially unavailable LDAP resource, which can prevent successful login
      adds  9699ff0   Revert using item name, no longer allowing the same item source exist for a user
      adds  25d4745   Removing most of files_sharing, the Share API implemented the majority of it
      adds  3debb67   Move share CSS to core, add script and style from inside Share API
      adds  885b8c4   Check if files_sharing app is enabled, move file specific javascript to files_sharing app
      adds  61c7700   Add support for IMPP properties.
      adds  24a207a   Fixes a bug where if one tries to delete a file, then clicks undo, and then tries to delete the file again, no questions or undo options were presented.
      adds  0944b44   Moves the lastAction=null outside the if so it can include the undo requests from replace
      adds  1df596e   CSS fix for Windows.
      adds  99d17c5   Don't add empty property parameters.
      adds  082ed4a   [tx-robot] updated from transifex
      adds  6941266   Remove obsolete closure.
      adds  aefa520   Use right variable name.
      adds  2d97164   Limit styles so they don't interfere with sharing dropdown.
      adds  c90c358   Only load js and css once.
      adds  d5c111a   LDAP: identify (map) users with their directory UUID. Fixes the issue, that usernames for owncloud will change, when the DN changes (which happens rarely, but it happens).
      adds  d5127b1   Return newly created addressbook.
      adds  a3af9f4   Used non-existing variable.
      adds  069d16f   Use correct js class in first-run template.
      adds  394617e   Missing IM variable assignments.
      adds  fdb4c82   Fix for deleting queued contacts.
      adds  f568ba9   Removed redundant __CLASS__ in logging.
      adds  2cffcfb   Permission checking for shared addressbooks/contacts.
      adds  07a8896   [tx-robot] updated from transifex
      adds  953f9d9   Implemented sharing api for CardDAV. Next step CalDAV.
      adds  b716296   Forgot to reenable the export plugin.
      adds  d1421ca   White-space.
      adds  46d6fd1   Implemented sharing api for CalDAV.
      adds  c8255a1   Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support
      adds  3148edb   Fix shared storage rename. Note: You can only rename shared files/folders that are inside a shared folder, not individual shared files/folders.
      adds  cfec290   Prevent resharing in UI if share permission not granted
      adds  3648724   Switch to using file cache ids instead of paths for file sharing
      adds  ee04b62   Correct variable name.
      adds  fedb364   Determine if reshare needs to be checked
      adds  7168fa4   Add padding to the reshared text
      adds  0c4575d   Temporary fix to prevent rename action in root of Shared directory
      adds  d84b1ad   Dynamically update shared status icon
      adds  fd5af9a   Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support
      adds  fa3497f   add backticks to SQL, use limit parameter instead of LIMIT SQL
      adds  59eb693   fix typo in db_structure
      adds  bc90a34   remove duplicate method
      adds  379f27e   fix missing $
      adds  1bfe26b   remove superflous LIMIT
      adds  e8ffd5c   use limit parameter instead of LIMIT SQL for vcard
      adds  dc3bec6   OC_Share no longer exists. remove hooks that would trigger require_once / autoloading failures, so i can at least upload files
      adds  f57d527   [tx-robot] updated from transifex
      adds  4f5eff2   Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support
      adds  80374c7   fix UI bug with subadmins
      adds  5a48540   implement getHome in OC_User
      adds  8c8496a   don't allow group admins to change admin's accounts
      adds  9822cd3   fix sharing bug introduced with oracle support
      adds  b75802c   Fix URL to sources
      adds  66e91b1   Merge pull request #1 from cornelius/patch-1
      adds  c915998   I like TLS/SSL
      adds  c82518c   [tx-robot] updated from transifex
      adds  814cb6b   translation support for text editor and impress added
      adds  fadd84f   [tx-robot] updated from transifex
      adds  c490e10   resources added to transifex
      adds  bae07fa   [tx-robot] updated from transifex
      adds  27eb665   adding coverage extension for simpletest
      adds  bcacf16   Gitorious => Github
      adds  a1a3862   [tx-robot] updated from transifex
      adds  8e090d8   added translation for odfviewer
      adds  ad66d6d   translation support for pdfviewer
      adds  922982f   [tx-robot] updated from transifex
      adds  39a9a4e   Merge branch 'master' of github.com:owncloud/core
      adds  726be04   Use sanitizeHTML instead of strip_tags
      adds  bcd86bf   Remove some empty lines
      adds  4885a52   Check if app is enabled
      adds  2028c81   OC_Util is better thank OCP\JSON because it'll redirect the user to the index.php instead of displaying an error
      adds  44f5033   Merge branch 'master' of github.com:owncloud/core
      adds  32bad68   Wrong function
      adds  72e9a2c   moved to apps repository
      adds  1844382   restore the webdavauth app
      adds  3521286   changing l10n to reflect latest repo splitt
      adds  faf702b   [tx-robot] updated from transifex
      adds  5586054   fix c&p fail from earlier commit today
      adds  045c94e   enable user backends to define their own place where to store the data
      adds  cd5c217   use OC_User::getHome in lib/filesystem.php
      adds  d6bb04a   Move jquery.inview from contacts app to core
      adds  545812f   Move additional jquery.inview files
      adds  c33a2ca   [tx-robot] updated from transifex
      adds  18517f6   Fix share getItems() limit
      adds  617449b   Change URL from gitorious to github
      adds  59cf1d1   setbackgroundjobsmode.php got lost somewhere - switched call to use the perferred OC.AppConfig.setValue() instead
      adds  15cdde7   return standard SQL values (sqlite3 understands CURRENT_...)
      adds  f105e9b   remove oc_log, as it is unused add length to text columns or newer mysql will produce columns too wide
      adds  d91bd37   fix two bugs in MDB2, patches committed upstream https://pear.php.net/bugs/bug.php?id=19582
      adds  16aff10   make use of OC_User::getHome in lib/migrate.php
      adds  3970d0e   Merge branch 'master' of github.com:owncloud/core
      adds  0f379fd   OC_User: getHome is an optional method, taking it out of the Interface
      adds  b56a46b   fix filesharing for multiple data directories
      adds  ead7de6   only mount every single homefolder when using sharing app
      adds  3b83c7f   update now(), current_timestamp and backtick replacement
      adds  84a5faf   remove files_imageviewer and files_texteditor from blacklist so they can be activated in a multi apps environment
      adds  5985d00   LDAP: transliterate other latin characters to ASCII when creating owncloud names. Already created usernames are not being affected.
      adds  c2290a5   add deprecated warning
      adds  6b5f1ff   upload button improvement, better separation, fix wrap issue
      adds  4910717   remove background fade from navigation, fix flickering icon issue and make it feel faster
      adds  09300e5   fix cronjobs radio button width
      adds  2abb63d   assert array length and individual content instead of assertEqual on arrays
      adds  07df52c   assert array length and individual content instead of assertEqual on arrays
      adds  8374a49   [tx-robot] updated from transifex
      adds  0a9d1ed   Initial previewer for public links
      adds  0ad16e8   Fix share collection query
      adds  2aac6f0   Reimplement links support for sharing and add password protection option
      adds  9cd5550   Add Share API settings to admin page
      adds  42a2912   Fix incorrect Javascript for changing Share API settings
      adds  aad7dc8   Remove sharing notice in users settings - The default is now share with anyone, groups only sharing is now a setting in the admin page
      adds  70b7133   beta 1
      adds  549f69c   marked as shipped app
      adds  42a9969   LDAP: implement getHome() function, use either username (default) or specify an LDAP attribute value to use
      adds  fd2ca21   Allow share_with column to be null for links
      adds  0a1f241   Change public file from get.php to public.php
      adds  1e2ba83   Remove old database xml file for files_sharing, bump version number
      adds  c53310e   Remove unnecessary ajax file from files_sharing
      adds  4ac7c41   Check if path info is empty for remote.php, prevent error
      adds  da44e54   Fix typo
      adds  e05db00   404 if service is not set for public.php
      adds  ff076ca   Check usernames in the database as case insensitive, they are still stored case sensitive. Bug fix for oc-422 and oc-1514
      adds  9ca6290   Remove unused settings log file
      adds  95cd48d   Fix sharing test case
      adds  8a02a88   Add background job for global file cache cleanup
      adds  53e51fe   Clean user cache on login
      adds  32721e7   Remember storage view in OC_Cache_File
      adds  6d0737d   removing obsolete .tx
      adds  f301bfd   apply coding style
      adds  fe49cba   apply coding style
      adds  4c4aa92   LDAP: check for existing username from other backends when creating one for an LDAP user or group. Led also to some code cleanup. Fixes oc-1551 in master.
      adds  b64229a   apply coding style
      adds  d786194   fixing: apps/files/ajax/scan.php
      adds  92c782c   return the jQuery deferred object when using OC.loadScript
      adds  9338d09   [tx-robot] updated from transifex
      adds  9fcb916   Fix toggling of password protection in sharing dropdown
      adds  e5cbc53   Fix password authentication for links and fix template problems for links by creating a new base layout
      adds  8be8f6f   LDAP: Remove unnecessary debug output, fixes a Notice
      adds  741a212   LDAP: fix potential infinite loop introduced with 4c4aa92eef858a2a96bb5676304acbcaafaa56f2, as side effect optimize groupExists-method.
      adds  224e55e   LDAP: fix debug message with undefined variable
      adds  26501a0   Delete old link if user sets a password
      adds  0788c6e   Hide link password controls if link is removed
      adds  76bc475   Fix displaying if a link is password protected
      adds  52f2e71   Whitespace fixes in lib
      adds  0e58800   Whitespace fixes in apps
      adds  0365f8f   Remove php close at end of file
      adds  9e32e07   Fix OC_Cache_File
      adds  db18218   Space before tab fixes
      adds  3828d86   Remove old Javascript code
      adds  8d490b9   Fix shared storage working with user backend defined data directories
      adds  301baf0   $storage shouldn't be static in OC_Cache_File
      adds  c958d5b   Fix filesystem setup for shared public link with logged in user
      adds  598815b   More info about not compatible apps (app id)
      adds  898ca36   [tx-robot] updated from transifex
      adds  8990855   add OC.get and OC.set to get/set variables by name in javascript
      adds  756b514   Check if file source exists before searching for link
      adds  f2534e7   Show notification that no preview is available if no previewer is found for a public link to a file
      adds  2440e50   LDAP: on upgrade set homeDirs of users where it is not set. Avoids new folders (empty), depending on the configuration
      adds  1a6f348   LDAP: on upgrade update user cols in database only when necessary
      adds  7027742   LDAP settings, add missing p tags
      adds  b5234a4   allow html inside app descriptions
      adds  8380e6f   add backup files and kate-swp files to gitignore
      adds  6324dae   Don't wait for document ready for setting requesttoken
      adds  58b1e84   fix translations within subfolder /lib
      adds  26ef012   use permissions to quickfix drag selections
      adds  bd80957   fix translations within subfolder /lib
      adds  077e988   oc-1548: prevent user from leaving the page while a file upload is in progress
      adds  61a3e5f   unify permissions (1/3): add permission conastants to javascript OC
      adds  3ba27e6   unify permissions (2/3): change apps to use OC::PERMISSION_X
      adds  ca8120e   unify permissions (3/3): remove old PERMISSION_X from FileActions & OC.Share
      adds  73d0a2b   use OC.PERMISSION_X to filter selected drag'n'drop elements
      adds  75cd7ea   [tx-robot] updated from transifex
      adds  6f8efcf   l18n support lib/updater.php
      adds  72e80bf   send the current owncloud version to the ocs server so that we can filter for compatible apps
      adds  c07eb4f   Make css selector more specific for the sharing dropdown
      adds  efa0478   Remove share permission for encrypted files
      adds  ab090d5   [tx-robot] updated from transifex
      adds  ebd813a   don't throw errors in the autoloader when a class doesn't exist
      adds  f67aef6   load authentication apps on login
      adds  3dacf14   allow configuring user backends in config.php
      adds  0d6b84d   Update l10n/zh_TW/lib.po
      adds  10bd64d   translation support enhanced
      adds  c0c48cb   [tx-robot] updated from transifex
      adds  ef8cf87   removing unmaintained (unused?) translation de_DE
      adds  a725518   fix autoloader throwing errors for non-oc classes
      adds  0fa2545   dont use shorthand php tags
      adds  6d48f3f   we still need this for pgsql
      adds  29d1e80   Implement generateTarget for file sharing backend
      adds  5a9a795   Fix check in Javascript for password protected link
      adds  828ca2b   translate UNIX_TIMESTAMP() into sqlite and pgsql equivilents
      adds  2c1f732   use null instead of -1 on all getUser()
      adds  2508f64   set debug mode if an xdebug session is active
      adds  2bb7cb9   [tx-robot] updated from transifex
      adds  3c784ed   use str_ireplace instead of duplicate str_replace
      adds  5f2751c   in some cases no translations are loaded because $this->lang is empty not null
      adds  a77c163   Make item targets be based off of the parent item target for reshares
      adds  f0f2d93   Restructure generateTarget for the post_addToGroup hook
      adds  db37a45   Add parameter documentation
      adds  dc569ea   Fix some warnings from Jenkins in the Share API
      adds  4c065de   Listen to post_deleteGroup hook in Share API
      adds  d386e01   [tx-robot] updated from transifex
      adds  c6858fb   Add additional html tags to public links template for previewers
      adds  bb65e17   4.5 beta 2
      adds  38116c7   Add check for missing appinfo in apps settings page
      adds  1a46192   Add args parameter to linkTo(Absolute) function, to append the args automaticly
      adds  5153b8b   Add url-params to url with new parameter in linkTo function
      adds  b867b73   [tx-robot] updated from transifex
      adds  b0d1862   Update files/webdav.php
      adds  a1bd1ae   Update cron.php
      adds  08edb5d   Update index.php
      adds  cfa2fde   Update public.php
      adds  ca2a518   Update remote.php
      adds  c25f53c   Update status.php
      adds  cfd62d4   Update settings/apps.php
      adds  0fe0bd8   Update settings/help.php
      adds  dc2648b   Update settings/personal.php
      adds  01f5aa1   Update settings/settings.php
      adds  e87387c   Update settings/users.php
      adds  1063034   Update settings/apps.php
      adds  7ab5256   Update settings/personal.php
      adds  8bea9f3   Update settings/ajax/apps/ocs.php
      adds  69240af   Update settings/ajax/changepassword.php
      adds  e10f46d   Update settings/ajax/createuser.php
      adds  a570cc7   Update settings/ajax/setquota.php
      adds  caaaf7a   Update settings/ajax/creategroup.php
      adds  6308f80   Update settings/ajax/getlog.php
      adds  0403358   Update settings/ajax/lostpassword.php
      adds  83575a4   Update settings/ajax/creategroup.php
      adds  16b3ffb   Update settings/ajax/openid.php
      adds  b49e8cd   Update settings/ajax/removegroup.php
      adds  04aea1e   Update settings/ajax/removegroup.php
      adds  de987b4   Update settings/ajax/removeuser.php
      adds  93496a3   Update settings/ajax/removeuser.php
      adds  dafe28e   Update settings/ajax/setlanguage.php
      adds  9a8a101   Update settings/ajax/setloglevel.php
      adds  4b3fc27   Update settings/ajax/togglegroups.php
      adds  b698fab   Update settings/ajax/userlist.php
      adds  f3e330c   Update settings/templates/help.php
      adds  409ede0   Update settings/templates/users.php
      adds  c252de5   Update search/index.php
      adds  3ddd28b   Update files/webdav.php
      adds  395ea2a   Update core/lostpassword/index.php
      adds  97e4647   Update core/lostpassword/resetpassword.php
      adds  6d358c0   Update core/lostpassword/templates/email.php
      adds  9e5807d   fixing syntax error - sorry for that
      adds  5bd4d6b   Respect coding style
      adds  6e76c59   Remove closing php tag
      adds  f4cace6   Respect coding style
      adds  ff8b890   Respect coding style
      adds  ae67841   Respect coding style
      adds  5868f83   Respect coding style
      adds  3d74c5b   Respect coding style
      adds  a3cda32   Respect coding style
      adds  9760b5e   Respect coding style
      adds  acb9682   [tx-robot] updated from transifex
      adds  d14f8fa   Respect coding style
      adds  e4e0b5a   Respect coding style
      adds  2028500   fixing syntax error - sorry for that
      adds  aff0892   fixing syntax error - sorry for that
      adds  7901fc3   fixing syntax error
      adds  745f279   make use of OC_User::getHome in files_external app
      adds  69ee842   Fixing: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1617
      adds  ae8d2d0   Adding missing translation
      adds  41f135d   Remove () from return statement
      adds  f188f6c   Fix some jslint warnings
      adds  1e2d582   fixing button to add additional site
      adds  02f9de5   add translation string
      adds  66c2a39   underline link to the app store
      adds  685f03e   fixing translation - thx eMerzh
      adds  a928b4c   Add more language name instead of codes for the setting choice
      adds  e8fcc71   [tx-robot] updated from transifex
      adds  a26ea6d   Implement support for replacing files during upload with the actions: replace, suggest name, and cancel
      adds  9eccc01   Respect coding style
      adds  d5fd5cd   Respect coding style
      adds  e5cb638   Respect coding style
      adds  24977d0   Respect coding style
      adds  a2b6a92   Disable asking to save password when adding users.
      adds  1edab43   Added possibility to get permissions for shared item with ajax call.
      adds  f2fd228   Revert commit 8cf0e853686a5c4f9f082d8e47832277f50ea6c0.
      adds  e2ead7d   Changed oc_preferences configvalue back to clob as it will give us bug reports in calendar, contacts and tasks if less.
      adds  5fc4c78   Merge branch 'master' of git://github.com/owncloud/core
      adds  aa8cee1   I don't think this file was meant to be commited
      adds  9f1c76b   fix running test cases in multiply app dirs
      adds  9329af9   Add missing ; to js code
      adds  a8de0af   Add 'var' before some global js vars
      adds  e0db35f   Fix name for OCCategories
      adds  daf4188   jquery added to ignorelist for l10n
      adds  ebb2841   no more require_once()
      adds  af3e767   [tx-robot] updated from transifex
      adds  a5211e3   Add permissions to new files/folders, bug fix for oc-1649
      adds  837eb18   Don't delete the file anymore to replace it in the UI, just overwrite it
      adds  90462b2   make icons look good on bright and dark backgrounds
      adds  d936590   Don't pass content for a new text file from UI, fixes bug oc-1660
      adds  3957749   Add a directory separator to filter app directories with the same prefix.
      adds  2144b2f   clear the filecache if the mount configuration has changed
      adds  d4fd47d   clear user filecache after the user mount configuration has changed
      adds  294cff2   add check for zlib
      adds  a94b56b   [tx-robot] updated from transifex
      adds  17dadd5   Don't show the delete all action if delete permission is not granted
      adds  73d726d   Support for unshare from self, with a bunch of temporary fixes to overcome configuration problems with file actions
      adds  9ea7817   Remove core.{css,js} cache on upgrade
      adds  ff42da5   Global file cache should also be able to clear with prefix
      adds  cd4b8db   Change caching checks for minimized files
      adds  386d1ac   Fix setEtagHeader function
      adds  5e55b4d   Whitespace fixes in lib
      adds  285c198   EOL fixes
      adds  785aa75   Whitespace fixes
      adds  3829460   adding space between) and {
      adds  631df21   Prevent loading all apps twice from overwriting the core scripts and styles
      adds  edcd297   Move handling of core remotes to OC_TemplateLayout
      adds  bd83422   put filestorages in a namespace
      adds  e8d3a47   add getId to storage backends
      adds  68f65b6   add OC_Filesystem::resolvePath to get the storage backend and internal path for a file in one go
      adds  c94fe38   add getPermissions to storage backends to get all permission flags in one go
      adds  954596c   rework filecache to work directly on storage backends wip
      adds  6c29334   Add support for share expiration
      adds  b194ac3   Add expiration column to share table and bump version number
      adds  d5d2e89   [tx-robot] updated from transifex
      adds  c692dfc   style fixes for public app api
      adds  eca24f7   style fixes for public app api
      adds  221257d   style fixes for public config api
      adds  6b2b8b1   style fixes for public db api
      adds  89e5b85   style fixes for public files api
      adds  a16565a   style fixes for public json api
      adds  439ede2   style fixes for public response api
      adds  89f3afe   style fixes for public user api
      adds  2b42893   style fixes for public util api
      adds  abc930c   Suppress error message which would send headers for hosted sited where disk_free_space() has been disabled for security.
      adds  697061f   add OC_Image::fitIn
      adds  46422e6   don't use regular expresions for a simple string replace
      adds  b14265b   add js versions of basename and dirname
      adds  9beb958   forgot a ,
      adds  5e79036   [tx-robot] updated from transifex
      adds  f23f719   Fix unsharing from self for group shares and add test for it
      adds  0b2633a   add breadcrumb controll to js
      adds  a050915   move breadcrumb css to core so we can reuse it
      adds  b163bd5   Fix fetching shared children items, fixes problem with displaying owner of a shared file inside a shared folder
      adds  fe7f095   Insert id for unique user group share rows
      adds  3e7951e   Normalize the file path for shared children as a precaution
      adds  13d513c   Fix shared collection item searching
      adds  6c17a4c   Don't display actions for children in shared collections, show the parent collection the child is shared in
      adds  5c5955b   Disable link sharing for folders temporarily - next release
      adds  deb1fbf   Provide update script for files sharing
      adds  bd720bd   [tx-robot] updated from transifex
      adds  f34588d   Respect coding style
      adds  87e1a27   Respect coding style
      adds  23f348c   Respect coding style
      adds  9a2bc52   Respect coding style
      adds  2271a97   Respect coding style
      adds  1a10955   Respect coding style
      adds  5721bd2   Respect coding style
      adds  c6cd1b7   Respect coding style
      adds  0444877   Respect coding style
      adds  db7a184   use tabs for indentation
      adds  5a65c5a   Respect coding style
      adds  86c3f9b   Merge branch 'master' of github.com:owncloud/core
      adds  463b48b   fix file upload
      adds  6a29bbd   [tx-robot] updated from transifex
      adds  ff6141b   Change version number update occurs on to prevent problem with betas, users using the 4.5 betas will have to manually trigger the update if they want to get their old shared files back again
      adds  37f0b85   Fix problem with non share collection item types being treated as collections
      adds  bf2d1e7   don't set values with oc_appconfig when oc is not installed yet, allows to render guest page for installation again
      adds  b6a106a   allow using only dbname for oracle
      adds  5c1a792   added hint to restart the web server in case recetly installed php modules are still not available
      adds  8c9c095   [tx-robot] updated from transifex
      adds  8f0354b   Temporarily disable sharing with contacts and emails, will come in next release
      adds  54d4e55   Add lock and clock icon for sharing
      adds  60feaf9   Merge branch 'master' into share_expiration
      adds  ca63224   Treat getUsers() as case insensitive, helpful for showing proper results in the share with autocomplete
      adds  c5f9b88   Don't call clearCache() for OC_Minimizer statically, create OC_Minimizer objects for both CSS and JS to clear cache after upgrade
      adds  c0a3bdb   improve the documentation for the cron config a bit
      adds  62d8202   return a message when app could not be enabled
      adds  54eae53   Merge branch 'master' of https://github.com/owncloud/core
      adds  f31264a   this is now 4.5 beta 3
      adds  df528cfe  show the current username. This confused some people
      adds  e31dfb6   add getErrorMessage to OC_DB
      adds  0fe3354   add proper error logging in OC_User database queries
      adds  9bfdf47   Fixed bug oc-1659 - history dialogue cannot be closed once opened
      adds  b765e88   Fixed bug with duplicate entries for installed 3rd party apps in settings->apps Added method getAppstoreApps to OC_App Added minor documentation
      adds  87b7a23   Don't get metadata directly from the 'cached' file cache after upload
      adds  b2d60ed   add proper logging to filecache
      adds  53b0e6d   fix schema updates with oracle\n basically this took me all day to debug and hack, we need a new db layer! MDB2 is dead and pecl oci8 even more so! It has officially been deprecated in php 5.4: http://www.php.net/manual/de/function.ocifetchinto.php
      adds  c7054f3   log details for an error when upgrading the schema
      adds  d3553ce   correctly calculate the MDB2 portability
      adds  10b74f9   Don't hide errors doing the versioning copy
      adds  78a022f   dirname can also return '.' for empty path
      adds  e3e4a2b   Enable post_write trigger
      adds  bb0b438   [tx-robot] updated from transifex
      adds  f8d907d   Set configured to true after configuring Dropbox storage
      adds  5a149dc   mark as an updated beta 3 with some more fixes
      adds  fdecee1   Check if categories is an array.
      adds  e41ccd4   [tx-robot] updated from transifex
      adds  fbdefd5   [tx-robot] updated from transifex
      adds  6568671   [tx-robot] updated from transifex
      adds  9d533fc   add a legend tag. it´s consistent and looks nicer
      adds  7da3492   show the size of new files when using New->From Url
      adds  f175552   Merge branch 'master' of https://github.com/owncloud/core
      adds  442f26e   structure the settings options a bit better.
      adds  158af74   makes cron config layout similar to the sharing one
      adds  89fb5d4   Add chosen script and style, bug fix for oc-1745
      adds  4356f8d   add a bit more space
      adds  a3718ca   i just learned that we also have to check if directories are readable. it seams that is_readable also checks for 'x' right.
      adds  dbd2dea   [tx-robot] updated from transifex
      adds  7a7d2a0   Adding a few more string to translation
      adds  21bffbf   Enhanced space handling - thx fmms
      adds  1207ae1   add leading '?' to parameter list (fixes bug #1732)
      adds  1fd3c5f   $l was undefined
      adds  f85b709   Use correct translation file
      adds  9da150c   use user name as db name for oracle connection made with service name
      adds  c790a0c   fix default values: 1. remove whitespace, don't use emptystring for int, remove empty default for nullable columns to use NULL as default
      adds  9241321   Merge branch 'master' of github.com:owncloud/core
      adds  597fed4   Fix oc-1726, cannot delete multiple files one by one without refresh
      adds  7811fa4   timestamp uses emptystring as NULL default
      adds  ab33578   Normalize path before calling removeETagPropertyForPath
      adds  ce10e1c   Fix return statement
      adds  b04c717   Check if the versioned file exists before trying to do the versioning
      adds  b1bab6d   Check format of chunked filename
      adds  7749875   Fix 'Search only shows the app name of the first app'
      adds  82ffefb   dont trigger filesystem hooks when not using the default view
      adds  2a8ff8a   fix problem with quota proxy when using copy
      adds  6444c27   LDAP: fix MySQL-query with DUAL table by removing wrong backticks. Got broke when they were added to SQL queries.
      adds  06e963c   [tx-robot] updated from transifex
      adds  dc0dc56   Merge branch 'master' of https://github.com/owncloud/core
      adds  2570ea7   don't interpret strpos '0' as 'false' in while loop
      adds  842cd57   use more oc file operations instead of plain PHP functions
      adds  1e880fe   execute lastAction() before add new one
      adds  6596094   add generated unique file name to the uploadingFiles list instead of the original name
      adds  9df403f   Added failsafes for retrieving remote apps on settings->apps page, in case categories or app data are not found
      adds  be76a55   Allow exporting of users from any user backend, fixed oc-1645
      adds  3018884   Only try to delete migration.db if it was created.
      adds  703aff6   Run proxies and emit signals when finising chunked upload
      adds  729b36e   Fix grammer and dont split translatable string
      adds  8a74a39   Fix oc-1769, renaming folders with extensions
      adds  b0e645f   [tx-robot] updated from transifex
      adds  749b5b5   Show preview for public folder links
      adds  39e587b   Remove the content and table to prevent covering the download link
      adds  1e1e8ae   Don't show the expiration option until a share occurs, bug fix for oc-1724
      adds  518ca0a   Fix changing of share status icons, bug fix for oc-1631
      adds  c199c4a   Merge branch 'master' of github.com:owncloud/core
      adds  223bf3e   fix for bug #1752 (Renaming of folders in files view does not work correctly in firefox 15)
      adds  93d0def   set configuvalue in table appconfig back to clob. Likely to break LDAP settings, probably responsible for some bugs with it. Might also cause damage in other apps. That's why it was once already set to clob
      adds  e5de106   Merge branch 'master' of github.com:owncloud/core
      adds  73ed13f   Increase click area of breadcrumb, fix oc-703
      adds  f66c441   LDAP: take out ldapUuidAttribute from on-the-fly check, cannot be set by the user and would lead to server error. Fixes oc-1625
      adds  fe7288b   beta 4
      adds  fb3724b   Fix datepicker icons for all uses across ownCloud
      adds  86c3761   Catch unreadable app folder error
      adds  01ce2ba   Fix sharing of single files, target name was not correct
      adds  ee32d1a   Fix versioning of shared files
      adds  5f99702   Fix syntax bug
      adds  d7b878b   Dynamicly resize public shared images
      adds  f912719   Fix styling of public shared files download button
      adds  edbbb2b   General style fixes for the share dropdown
      adds  1c643ce   made upload button the same height in chrome and firefox
      adds  4995673   use tabs in db_structure
      adds  74ec276   db indexes for appconfig and preferences
      adds  7c42e88   [tx-robot] updated from transifex
      adds  b1c6084   float right element needs to be the first element, otherwise firefox will move it to a new line
      adds  aee8949   fix js success callback on safari when uploading files
      adds  4ea128e   Merge pull request #13 from scambra/safari-fixes
      adds  6c644a0   change the new button color on mouse over so that the user understands that the button is actually two buttons.
      adds  57c02d1   LDAP: add forgotten class, fixes oc-1803
      adds  1c97fd7   shorten index name, oracle can only handle identifiers <=30 chars
      adds  a4082a5   escape user column in OC_FileCache::clear
      adds  59a00f9   use AL32UTF8 charset to connect to oracle, fixes file name encoding problems
      adds  8f2c76d   [tx-robot] updated from transifex
      adds  2a7a928   LDAP: replace expensive recursiveArraySearch with direct SQL search, leading to a performance boost. Imorives UX especially on directories with tons of users, solves complains on ML and probably fixes oc.1080
      adds  b6dc6c5   Don't use OC_FileCache directly, but use the functions in OC_Files
      adds  bcd3d11   Change background colour of upload button to be consistant with new button
      adds  3d2cd64   add a line break after every certificate
      adds  8820cd9   Forgot to return the fileinfo
      adds  4f4498e   Fix undefined user var, use getUser
      adds  ee77ef8   Check mimetype filter in file share backend
      adds  11bdc8b   Fix the mimetype filter in OC_Share_Backend_File
      adds  8cfa618   Catch exceptions in upgrading files_sharing, skip the errors for now
      adds  40a1899   Catch exceptions when updating an app
      adds  22c6b48   translate files_sharing app
      adds  0f15bc8   fix translating dialog buttons, they are translated in core not dialogs app
      adds  e488110   fix translation for core/lostpassword
      adds  d5211f9   some characters in comments avoid finding some strings to translate
      adds  107b641   translate rename and history actions
      adds  ac69974   Merge pull request #17 from scambra/4.5-l10n-fixes
      adds  1b411df   use post to delete files, get has a limit and fails with many files
      adds  d505563   Merge pull request #15 from scambra/delete-fixes
      adds  01160d0   [tx-robot] updated from transifex
      adds  0813258   [tx-robot] updated from transifex
      adds  80aa445   Sanitize user input
      adds  ac79fe6   Added a missing CSRF check
      adds  b4de89e   Sanitize download URL
      adds  9329251   Merge branch 'master' into filesystem
      adds  153cd80   add partial file data to the result of Cache::get
      adds  96b798a   move storage backend test cases to their own namespace
      adds  b206d16   add support for loading namespaced test cases
      adds  46896be   fix namespace error in temporary storage backend
      adds  73eedd8   some simple test cases for the new filecache
      adds  97b0eab   fix several problems in the new filecache in order to complete the tests
      adds  6fafd5d   this should be done elsewhere if needed
      adds  f360d7c   add getId to shared storage backend
      adds  c7043fd   Update authors
      adds  81ecabb   [tx-robot] updated from transifex
      adds  f71f731   fix phpdoc and handle some edges cases better in oc_db
      adds  4131b20   fix some more phpdoc
      adds  eed1ccd   Merge branch 'master' into filesystem
      adds  a22a5d6   some js style fixes
      adds  4d2669f   Merge branch 'master' into filesystem
      adds  dcf995f   add Cache::getFolderContent
      adds  522d7df   convert Cache to a non-static class that handles the cache for a single storage backend
      adds  f271afa   Correct "ownCloud"
      adds  e8af588   Fix typo
      adds  ecb90d7   [tx-robot] updated from transifex
      adds  90a1bd5   seperate the form to set up the mount points and the form to upload ssl certificates
      adds  1e2074b   use file instead of dir in search provider file fix result urls
      adds  7aca730   Small css fix for button new in files. fix oc-1638
      adds  a80e040   Fix getting individual shared file information
      adds  e548737   [tx-robot] updated from transifex
      adds  a8ff150   backwards compat to older xcache versions, don't fail when trying to clear cache by prefix
      adds  15e0272   Fix files_sharing update script, by making filesystem and users available
      adds  2549964   Merge branch 'master' of github.com:owncloud/core
      adds  c3c6e52   - take webdav namespace for properties into account - change update routine to add the namesapce to all stored properties
      adds  80fde2d   Sharing update: take over reshares and thus don't fail
      adds  7b8c7aa   Add missing Sharing permission
      adds  c4fc291   Passwords containing a ":" don't work with this explode
      adds  737a673   Add OC_Files::searchByMime function
      adds  5855355   [tx-robot] updated from transifex
      adds  2bdf89f   Stop autocomplete selection event propogration so share dropdown doesn't disappear, fixes bug oc-1773
      adds  f967bfc   Properly format the share expiration time for the database, fixes bug oc-1779
      adds  00103d7   Show share expiration date set for shared item
      adds  b4e40b1   Fix unsetting share expiration date
      adds  fcd7024   Merge branch 'master' of github.com:owncloud/core
      adds  0192d92   Sharing: write update errors to logfile; do not die on errors
      adds  50d7cfb   prepare server for move of property name "lastmodified" to "getlastmodified" according to RFC4918. Depreciated const can be removed after sync client update and release
      adds  b57cc67   Python language setting on gettext
      adds  2c00f8c   [tx-robot] updated from transifex
      adds  cfbca40   fix sharing for newly uploaded or created files
      adds  a7292e8   The mtime in the file cache has to be updated after version rollback (copy from outside of the regular files root) (fixes bug #1720)
      adds  88bca9b   Merge branch 'master' into filesystem
      adds  9ab887f   fix security issue, don't allow to go back in the path
      adds  21c6cc4   take '\' on windows systems into account to prevent file deletion above upload direectory
      adds  09aa955   [tx-robot] updated from transifex
      adds  cf14ad2   RC 1
      adds  a56f2ec   only upload valid ssl root certificates
      adds  aa9ffd1   check if file really exist before add/remove it
      adds  3fa4b34   LDAP: comparison, not assignment. Thanks to Manuel Delgado
      adds  232936b   This .gitkeep is unneeded
      adds  e8df2ee   some more sane column sizes for appconfig and preferences
      adds  5144d26   [tx-robot] updated from transifex
      adds  f8f73e2   move back to "lastmodified" property since "getlastmodified" is protected by webdav
      adds  35357f3   etag has to be removed after version rollback to enable the sync client to detect the changes (bug #1829)
      adds  743826b   Reimplementation of CSRF protection including autorefresh
      adds  4dbd4c3   Merge branch 'master' of git://github.com/owncloud/core
      adds  cd399f9   Added name to AUTHORS file, since mentioned in file headers.
      adds  71454b1   Fix to preserve backward compatibility for apps creating static links containing the request token (currently the contacts app and maybe some 3rd party implementations)
      adds  cfc9839   Merge pull request #19 from arkascha/master
      adds  4e2f575   Correctly fix oc-1016 and fix downloading of files
      adds  366ae66   Simplify generating file search results
      adds  24bb7d1   urlencode filename in search result, fixes problems with & in name
      adds  9c4c793   After selecting a search result, hide the results
      adds  fed34ae   Fix syntax error in removeETagHook
      adds  22d22d1   Do urlencoding in linkTo functions
      adds  8f27881   undo interpolation in js for 4.5
      adds  7f6a984   Merge pull request #20 from scambra/undo-l10n
      adds  27bd9df   [tx-robot] updated from transifex
      adds  dc66e94   [tx-robot] updated from transifex
      adds  bd804b7   mt_rand() is not secure from a security point of view and predictable. Let's use openssl_random_pseudo_bytes() instead.
      adds  f5fe95a   Removed sectoken
      adds  578aa4e   Removed sectoken
      adds  36f1c9b   rand() + uniqid() are not from cryptographic quality
      adds  992c2c9   mt_rand() is not secure from a cryptographic point of view, let's use openssl_random_pseudo_bytes() here
      adds  ef57e92   Fallback for systems without openssl
      adds  0ffab9f   Update settings/css/settings.css
      adds  424062f   Merge pull request #21 from raghunayyar/master
      adds  a33dda3   Fix double url decoding in fileDownloadPath function
      adds  e8afb3d   Fix a typo
      adds  7e30c74   [tx-robot] updated from transifex
      adds  f8eebcb   reload the current url when login in instead of always redirecting to the default app (oc-1873)
      adds  2587825   fix mimetype detection using the 'file' command in some edge cases
      adds  113c339   fix updating the filecache for when contents of a folder has changed
      adds  91d12a2   update the filecache by setting mtimes to 0 when the mount configuration has changed instead of clearing the cache
      adds  377fb19   [tx-robot] updated from transifex
      adds  a61c820   code style
      adds  f77dc9b   add test to make sure filepaths that are passed to filesystems hooks are normalized
      adds  8043729   fix test case for when a user is logged in
      adds  b7eb3f3   merge master into filesystem
      adds  b23ad57   Sharing: backward compatibility to links from OC 4.0.
      adds  43c8524   Share - Dropdown dialog - cut off username if it's longer than 14 chars - bugfix for oc-1871
      adds  33e9399   LDAP: fix sharing doesn't work with ldap groups, oc-1819
      adds  68fa2b1   Search: fix Notice and thus broken search with activiated error reporting
      adds  2330dd5   Update apps/files/css/files.css
      adds  d1010e5   Update apps/files/css/files.css
      adds  538c266   Merge pull request #23 from lipemat/patch-1
      adds  36696a8   Fixed old, annoying css error that it turned out I had made myself :-P
      adds  f0c4356   [tx-robot] updated from transifex
      adds  550813c   don't use the complete path but the basename if the file/foder has no extension. Otherwise we can end up with  different items in the shared directory with the same name (Also folder names can contain dots)
      adds  c6c0fcc   We can't rely on the assumption that if the matching target is from the same owner that the share type will be different. Files in different folders can have the same name. Therefore also a unique name has to be generated if the matching target it from the same user. Also for folders and files with the same name a unique target name has to be generated
      adds  783c02e   fix create folder and upload file issue on win, fixes oc-1747, solution follows suggestion from bug tracker
      adds  3fdebaa   automatically remove and prevent installation of apps with a require version less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5
      adds  3e3038c   merge all possible conflicts into on array
      adds  3973572   escape identifiers in queries
      adds  92b3711   remove textbox after pressing "enter" even if the name is the same
      adds  db954f5   remove unnecessary code and add missing items to select statement
      adds  431d92e   we are sharing the same file again if item_source of the already shared file and the newly shared file is the same. Therefore we can use the same target name
      adds  68c8faf   Correct checking item source for share from same owner when generating item target
      adds  7abe136   l18n support added to files_external/js
      adds  32a6b3b   [tx-robot] updated from transifex
      adds  ac44506   Merge branch 'master' into filesystem
      adds  92555ef   add encrypted column to the new filecache
      adds  1ed8976   dont need this anymore
      adds  6134e55   new filecache table
      adds  636c75c   better parent path bahaviour for the filecache
      adds  96d7cd5   correct namespace usage in common filestorage backend
      adds  e415e90   make filestorage scanner non-static and add a simple test case
      adds  3c8e5ea   this index cant be unique due to collisions of the root of different storages
      adds  85be00b   add some more test cases for the scanner
      adds  b9b9fd9   more tests and fixes for the filesystem scanner
      adds  6fada7a   [tx-robot] updated from transifex
      adds  2d86258   RC2
      adds  6fdd1a9   remove simpletest
      adds  22f8f50   initual phpunit support
      adds  30c2c2c   remove cache ttl tests, take a lot of time and don't work correctly for most backends anyway
      adds  5132152   Prevent displaying errors if public link url parameters are incorrect
      adds  7bee735   Show correct public link url for folders
      adds  5c042d8   [tx-robot] updated from transifex
      adds  16eade5   share.expiration is null if no expiration date is set.
      adds  7efbdb5   don´t show negative numbers. this is only a quickfix. I still dont get why the Shared folder can be bigger than the root folder. Perhaps a inconsitency in the filecache?
      adds  4fd53ec   [tx-robot] updated from transifex
      adds  f493e97   always generate access token, also for forms shown to anonymous users (e.g. public shares)
      adds  5beca59   check if element really exists before calling it. (e.g. for public shared files view, elements like "navigation" doesn't exist)
      adds  b88a61c   no content area, it overlaps the file list
      adds  a611ce4   baseDir has to be the whole path to work with shared directories below the root directory.
      adds  f413685   stripsplashes doesn't work if the slash is the only character -> creating file in root dir leads to "//filename"
      adds  dcad7ae   fixed download of complete publically shared folder
      adds  72a48ca   fix download of single publically shared files.
      adds  00b34a0   cache tar archive headers
      adds  b5f1119   fix checkstyle on archive zip/tar
      adds  ee6d96b   really fix checkstyle on archive tar
      adds  99f4d94   fix download link for single files in publicly shared directory
      adds  ef8a4a1   register download action for files
      adds  0d081ac   register download action for directories
      adds  c99f628   breadcrumbs fixed for public share view
      adds  5e2bce2   enable user to download selected files from publically shared directory
      adds  4f7c7c6   prevent xss attacks
      adds  a53999e   Merge branch 'master' into phpunit
      adds  c4c8dd4   make archive test cases work again
      adds  5d196f1   set folder size to 0 when scanning the filesystem
      adds  68bb380   LDAP: we're good for 0.3 now. No code change
      adds  35c5f71   [tx-robot] updated from transifex
      adds  54695b1   test case for dropbox storage
      adds  a203a4a   add support to mount a specific folder from dropbox
      adds  f5b62fb   skip some test for storage backends that don't support touch
      adds  5eaf95e   check for SimpleXML which seems to bw non default on Free BSD
      adds  5f462ec   Fix - "Correct checking item source for share from same owner when generating item target"
      adds  4cdfc72   fix hook test when not logged in
      adds  671c8b9   better detect if we need to init the filesystem for the hooks test
      adds  c175a54   Update AUTHORS
      adds  e36317c   [tx-robot] updated from transifex
      adds  4b446f3   Revert part of 5beca59b, fixes file upload bug oc-1926
      adds  995b8bf   Remove old Shared folders from the file cache, fixes bug oc-1911
      adds  b934668   [tx-robot] updated from transifex
      adds  4dba918   add ID to upload form and check if ID exist to avoid loading invalid javascript code for read-only views.
      adds  b7a5cc2   use socket timeout of 10 sec to stay responsive even with a slow internet connection or a not working server
      adds  e9f04be   add a sane socket timeout so that the interface stays responsive with a slow or not working internet connection
      adds  306bfb4   no garbage on the screen please
      adds  8357754   added "uid_owner" to select statement
      adds  f304ec1   Merge branch 'master' of https://github.com/owncloud/core
      adds  3affeb5   destroy invalid sessions
      adds  2de94f9   merge master into phpunit
      adds  e7899e1   merge phpunit into filesystem
      adds  07eb1c1   load test cases from enabled apps
      adds  d9aa17d   Merge branch 'phpunit' into filesystem
      adds  c815fd5   fix files_external test cases
      adds  13515ef   add Cache::getStatus
      adds  c701bed   fix a lot of small layout bugs and make the apps page overall prettier plus add ratings finally
      adds  b296328   put all the calls into one function and use tabs instead of spaces. Thanks to danimo for bugging me :-)
      adds  dc116b9   reenable hack to use CURRENT_TIMESTAMP for postgresql when creating the database, fixes oc-1852
      adds  2923d24   add data-id directly after upload/creation to the file list (bugfix for #1917)
      adds  277dd2b   remove debug output
      adds  32e2d7e   check if ID was assigned
      adds  06d00af   Prevent closing sharing dialog on month adjustment. Fixes oc-1884
      adds  a657bfa   fix remote.php for our favorite OS - Windows
      adds  71ff638   Prevent closing sharing dialog on picking the date
      adds  33d1906   Fix getting file info for subfolders in shared folders
      adds  025d308   Actually fix shared webdav access
      adds  035d83f   don't use the workaround for shared files on the /Shared folder
      adds  67a4aa7   RC 3
      adds  f1fc73e   [tx-robot] updated from transifex
      adds  003241e   fix for bug #1942: Allow user to share with every group if "allow users to share with anyone" is set
      adds  2bd4035   $CONFIG_DBTYPE was never assigned but used in this function
      adds  f29f1ca   Prevent Versions click handler from closing sharing dropdown
      adds  b475164   Fix autocomplete search for users for groups only share policy
      adds  293484d   add directory while creating mount point
      adds  8e0676a   4.5 final
      adds  38e9bc2   extract the right parent directory from the path add parent directory to the file cache if it does not exist yet.
      adds  4e6f720   Fix closing the sharing dropdown by clicking on the share button
      adds  dc76779   Manually change appconfig value for share policy so tests work correctly
      adds  fce6ce9   [tx-robot] updated from transifex
      adds  bb34577   Suggestion for simple, yet efficient variable interpolation in js translations.
      adds  a0c5361   Merge pull request #24 from owncloud/js_variable_interpolation
      adds  7f2208b   fixed max possible upload size for files app in admin screen
      adds  29fa9df   Merge pull request #25 from visit1985/uploadfilesize
      adds  3757950   test data for archive tests
      adds  aa13a58   Merge branch 'phpunit'
      adds  13e7e82   merge master into filesystem
      adds  7b64ab9   make sure the share backend test case can find the correct interface
      adds  f56aebb   Merge branch 'master' into filesystem
      adds  d717a5e   remove old filecache
      adds  9df60d2   move some code around
      adds  07c5384   fix namespaces in filesystem and filesystemview
      adds  4b9fbf4   add depricated OC_Filessystem for compatibility
      adds  c88c54b   make sure we can do our tests again
      adds  aaa1b73   don't use depricated OC_Filesystem
      adds  08bb5db   few more test cases for scanning folders
      adds  a2785f5   fix cache scanner test case
      adds  5c6e951   drop Filesystem::getInternalPath and Filesystem::getStorage in favor of Filesystem::resolvePath
      adds  33dcb3b   fix missing dir creation for file versions (OC_Filesystemview::mkdir doesn't work here because it doesn't create directories recursively)
      adds  4a712bd   only check if #dropdown hasClass drop-versions if a drop down is open. Otherwise it will never open the history drop-down
      adds  fe5b4d2   marks as 5.0 pre alpha
      adds  41640b4   don't show the share action in the file view for publically shared files.
      adds  2f4b1b0   Disallow users to delete their own accounts
      adds  cda2135   Send a HSTS HTTP header to enforce SSL
      adds  d525654   Correct indentation
      adds  fe40277   Use __DIR__ instead of __FILE__ to get SERVERROOT
      adds  c5983d3   No need to use array_search
      adds  d4feb77   Remove unused search code
      adds  2c3674e   Add logging when stripping apps from autoload include path
      adds  39e1c22   move autotest to phpunit
      adds  673e3da   [tx-robot] updated from transifex
      adds  4d451f6   fixed offset calculation (bug #1961)
      adds  77d91d5   generate correct link for shared files and shared directories
      adds  86d978b   add *.ai files to the mimetypes list
      adds  8336b32   Various bug fixes for swift
      adds  340ceec   Merge pull request #28 from benliles/bugfix-swift
      adds  c4e301d   code style
      adds  29c43b7   some test cases for fopen of storage backends
      adds  5256301   skip the files_external test cases the correct way
      adds  5698c85   fix webdav storage backend when trying to open a non existing file for reading
      adds  92ddefe   fix filetype for smb storage backend
      adds  b9f820d   normalize paths for dir and statcache in smb stream wrapper
      adds  5173545   remove ctime tests for filestorage, ctime will be removed from the storage api in the future
      adds  87d4aaf   supress some warning in cloudfiles library
      adds  ee28e35   fix storage test case
      adds  fb2d2bc   merge master into filesystem
      adds  5428691   implement getId for the external storage providers
      adds  141ff80   fix namespace problems for external storage backends
      adds  b761143   [tx-robot] updated from transifex
      adds  d7f4394   nortmalize path before adding it to the fscache to avoid multiple fscache entries for the same file
      adds  e45f36c   Sanitize user input
      adds  e5f2d46   Sanitize user input
      adds  cdd3021   escapeHTML function
      adds  ce66759   Sanitize user input
      adds  d6456fd   Update fullcalendar to 1.5.4
      adds  c099545   don't throw errors if certificate folder doesn't exist
      adds  5b2f3c7   fix blocking drag & drop upload of folders
      adds  6f3e039   clear all hooks when running tests
      adds  d589869   disable log when running tests
      adds  351f724   whitespace fixes
      adds  9a35bd7   Use resolved path for require_once in autoloader
      adds  35442e5   Add unit tests for OC_DB
      adds  316ed0c   Add missing test files
      adds  0dd410e   Update chosen to version 0.9.8
      adds  9f9206c   Update 3rdparty/js/chosen/VERSION
      adds  cb91e27   check if directory already exist before executing mkdir
      adds  362c92c   Update jQuery UI Time Picker to 0.3.1
      adds  d4fd833   remove unneeded variable
      adds  079f078   this is no longer needed, commit cb91e27ab33d4e2b2d13b26cdc8d965d1607201e should fix the issue
      adds  e38b736   fix bug #1977: remove etags from database after version rollback so that the client can detect the changes
      adds  f242e65   Fix the db tests when running all tests
      adds  70c7ee6   Skip apc test when apc is not enabled for CLI
      adds  a0b15dc   Fix syntax error in postgres table check code
      adds  8c281a4   PHPUnit 3.6 does not support @expectedException with the generic exception class
      adds  2d190e2   Update PHPMailer to 5.2.1
      adds  d528b26   Update jquery-miniColors to 1.2.1
      adds  77fbdb2   Fix the require path
      adds  513f480   Update Archive_Tar to 1.3.10
      adds  d386bc8   [tx-robot] updated from transifex
      adds  11e9ce2   merge master into filesystem
      adds  850826c   Information about translations added
      adds  8a87585   Little test for some util.php functions
      adds  3c3e8c6   Test for geo.php
      adds  4c4fd36   the Shared folder is no longer in the cache
      adds  93cbd96   don't increase the size of the users home folder twice
      adds  95c8adb   Swap values for assertEqual to get better error message, also renamed the function to phpunit name
      adds  0f26228   Some tests
      adds  41d1494   Remove not reliable test
      adds  730d7c4   Disable loading apps before starting tests
      adds  3fef456   Give share test users a unique prefix
      adds  fea6ac4   Change the Archive_Tar _addFile function to make it possible to use a different filename
      adds  5713dcf   Use $SERVERROOT/tests/data for testGetMimeType
      adds  183cc22   Update SabreDAV to 1.7.1
      adds  dcfbbf3   Revert "Update SabreDAV to 1.7.1"
      adds  c88cf5c   [tx-robot] updated from transifex
      adds  99cd922   Doublehash the token to prevent timing attacks
      adds  d6c4b83   Fallback to /dev/random if openssl_random_pseudo_bytes not available
      adds  2c427f0   Show a warning in the installer if no secure RNG is available
      adds  4af5b01   Whitespace cleanup
      adds  cf7df2d   [tx-robot] updated from transifex
      adds  7095b3a   extend logon page to display multiple error messages
      adds  c930ac9f  Merge pull request #30 from visit1985/logonpage
      adds  f08ff3b   Correct formatting
      adds  0b42d70   Unneeded double check
      adds  800fd5f   LDAP: check if index is set, fix Notices
      adds  d33bec0   Verify password page for users
      adds  4d7b0e9   verifyUser() for the json part
      adds  842d6da   Remove space
      adds  1c865f7   Change verifyUser so that external json files can call it
      adds  6e045b9   Check if $_Post
      adds  6b39b80   Change auth checks
      adds  e6b8153   Remove old password check from changepassword and use verifyUser instead
      adds  9aa9110   Verify user login before changing the password reset mail
      adds  5708488   make files_versions use OC_User::getHome, fixes 'PHP Warning:  Missing argument 1 for OC_FilesystemView::getAbsolutePath' with custom user home dirs
      adds  24ad6b5   LDAP: fix retrieval of Quota and Email
      adds  fa71e51   Use /dev/urandom instead of /dev/random
      adds  d7a4547   avoid undefined index warning on login page
      adds  9458a6c   Merge pull request #35 from visit1985/logonpage
      adds  3eb43c1   Show a warning in the installer if .htaccess is not working
      adds  c9ac136   "deny from all" instead directory
      adds  f475ed5   Revert "Remove old password check from changepassword and use verifyUser instead"
      adds  e3054b6   Revert "Verify user login before changing the password reset mail"
      adds  7e2d4e2   Remove verify user from personal.php
      adds  e6c9f5d   Verify passwords for admins
      adds  bbf8bb0   Log PHP errors to the OC log
      adds  2b6869b   Uncaught exception logging
      adds  ddcd738   Merge branch 'extended_log' PHP errors logging into the owncloud log
      adds  c83a2a5   Correct check for admin
      adds  097f429   Add isUserVerified()
      adds  1a187d1   Fix PHP notice
      adds  91d4b23   Fix PHP notice
      adds  c404148   Password check for admins
      adds  77e18b0   Move the ( to the right position
      adds  f4142bd   Move isUserVerified to OC_Util
      adds  6f2e878   Make enhanced auth time configurable
      adds  5c04073   Set a standard value for enhanced auth time
      adds  c85c35d   Don't add the enhanced auth time to the configuration
      adds  e299c24   Make enhanced auth configurable
      adds  c3823aa   [tx-robot] updated from transifex
      adds  b08a169   normalize path to avoid problems with trailing slashes, double-slashes, etc.
      adds  1012d31   Add support for multiple login cookie tokens
      adds  7f3e0b5   Cleanup login tokens on login success
      adds  4b799a6   Make the lifetime of the remember login cookie
      adds  ee5d0f3   improve token security
      adds  45f1c3f   further improvements on multiple login token support
      adds  2ea06f6   delete all tokens on password change
      adds  eb79cca   forgot a class name
      adds  38b9bff   call unsetMagicInCookie if token is invalid
      adds  382f8d0   fixed wrong variable usage
      adds  d8fe6fb   added a warning message to the log when a cookie is rejected
      adds  a6c4046   fixed typo and redundant method call
      adds  b92fd98   removed username and password from token generation
      adds  ae1f33d   implement fixed php session timeout and session id regeneration
      adds  22fa23b   extend configkey column to hold 128bit values
      adds  8be9c04   128byte is not 128bit - now we realy use 256bit (same as PHPSESSID)
      adds  59404b5   Merge pull request #31 from visit1985/persistentcookies
      adds  e7c9d5f   Set oc_token to httponly
      adds  de7b46c   Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabled
      adds  e8441be   delete fscache on deleting user
      adds  247626b   Merge pull request #36 from scambra/filecache-fixes
      adds  012ea1e   Add unshareAll() function to Share API
      adds  379b775   Delete user files in /data/ after deleting a user
      adds  c00f5d1   Fix unshareAll()
      adds  45dec77   remove apps translations - they live in owncloud/apps now
      adds  fd6adc7   [tx-robot] updated from transifex
      adds  1c3a36a   From now on we support two german translation: formal and personal
      adds  d5e9121   [tx-robot] updated from transifex
      adds  0482416   core.js and core.css don't need to be absolute
      adds  77cef5f   merge master into filesystem
      adds  c814a7a   use interpolation for some translations in js
      adds  9f01cd0   Merge pull request #37 from scambra/js-interpolation-l10n
      adds  519a0ae   [tx-robot] updated from transifex
      adds  a7d8519   when using oracle use LOWER() to make searching files case insensitive
      adds  e307bf3   fix oc-605
      adds  ec253f1   Use strftime to format date with translated month names
      adds  5ecce8b   Translate modification date when file is created/uploaded, use same strings as lib/template.php
      adds  d8eb622   don't duplicate locales with country code
      adds  e4c0bb5   Merge pull request #39 from scambra/date-l10n-fixes
      adds  00ed2e8   check for mount points if file was shared from a different user
      adds  2499c24   load system wide configured mount points before accessing shared files
      adds  65b0824   typo from previous commit fixed
      adds  08ee2fc   check if mount point was already loaded to avoid redundant read operations
      adds  665100b   Expectation should be first parameter
      adds  3fc9fbe   Expectation should be first parameter
      adds  81cf726   unset UserID after Update
      adds  e417ad6   Removing strange character
      adds  a707fd6   Fixing expectation - comma was stupid anyhow
      adds  59c2414   Fixing typo
      adds  9712a78   merge master into filesystem
      adds  7be6618   adding coverage html
      adds  c8d436c   cleanup report folder
      adds  f5043c0   [tx-robot] updated from transifex
      adds  8a03abe   Filter added to get all files into coderage report
      adds  cfbd310   [tx-robot] updated from transifex
      adds  dd58849   Apply textbox CSS rules to textarea as well
      adds  699a484   Fix font family for textarea
      adds  f7722ab   Merge branch 'master' into filesystem
      adds  cfa036e   drop filectime from the filesystem api's
      adds  1901ac8   drop depricated is_readable and is_writable
      adds  6f1fbf9   some namespaces fixed for the shared backend
      adds  3ff0772   add getCache and getScanner to storage api in order to allow storage backends to overwride caching behaviour
      adds  01594b8   remove chroot from filesystem api
      adds  2522c25   use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api for the filecache
      adds  051dde0   Check for file exists before loading app version file
      adds  16c4eb6   [tx-robot] updated from transifex
      adds  5217ca2   Merge branch 'master' into filesystem
      adds  33cabcf   postpone the cost of setting up some of the external storage backends untill we actually need it
      adds  707bd68   automatically scan files when needed
      adds  d8e9454   [tx-robot] updated from transifex
      adds  d68b89c   add parameter to specify user for which OC_Filesystem should be initialized. (needed to share files via public links where no user is logged in)
      adds  126d16f   Fixing undefined $language
      adds  b879cd7   LDAP: fix cache save and check, fixes oc-2118
      adds  65619af   Disable enhancedauth by default
      adds  78a1b98   LDAP: fix db update for Postgres
      adds  bc2a648   [tx-robot] updated from transifex
      adds  a24d8db   translate datepicker
      adds  41b597e   Translate formatDate using jquery datepicker
      adds  b66dd3e   Merge pull request #38 from scambra/datepicker-l10n
      adds  b43b85c   get effective username after webdav login, fixes oc-2108
      adds  37296b8   Adding the t() function to have the labels in the search results translated
      adds  726409b   Merge pull request #58 from fmms/master
      adds  6a2a915   Files: urldecode urlencoded dir names, fixes oc-2111
      adds  03581ef   Correct a first issue Checkstyle is complaining about ...
      adds  fbe059a   Merge pull request #59 from fmms/master
      adds  2b5133a   check free space using folder's owner
      adds  ab94409   Merge pull request #12 from scambra/fixes
      adds  7424f3a   merge master into filesystem
      adds  56c7ee7   use strtotime on non-nummeric times in oc_filesystem::touch
      adds  7fdbce6   use strtotime on non-nummeric times in oc_filesystem::touch
      adds  9601352   fix strftime in windows, use %#d instead of %e in windows
      adds  d18ea0e   Merge pull request #40 from scambra/dateformat-fixes
      adds  6a00a6b   Make Jenkins more happy.
      adds  73f85c3   Merge pull request #62 from fmms/master
      adds  e1a4fe9   Fix urlencoding in the breadcrumb
      adds  b1150f6   Urlencode the share URL
      adds  47be338   Format the CSS in a readable way….
      adds  0992454   box-shadow can safely be used without vendor prefixes
      adds  1a9ba0b   radius can safely be used without vendor prefixes
      adds  9550500   box-shadow can safely be used without vendor prefixes
      adds  badda69   Format the CSS in a readable way...
      adds  7879941   Remove uneeded vendor prefixes
      adds  dcb2868   Format the CSS in a readable way...
      adds  4956380   Remove uneeded vendor prefixes
      adds  f363bde   Format the CSS in a readable way
      adds  dfecdb9   Remove uneeded vendor prefixes
      adds  9c17aa4   Format CSS in a readable way
      adds  9185cd5   Remove uneeded vendor prefixes
      adds  2d61f03   More Checkstyle cleanup
      adds  f112d8c   Merge pull request #75 from fmms/master
      adds  c443993   LDAP: properly check if Groups-feature is enabled
      adds  f33af71   [tx-robot] updated from transifex
      adds  ddfcc96   Checkstyle: LowerCaseConstant
      adds  ff5f937   Checkstyle: MultiLineCondition
      adds  36d0d75   Codestyle: FunctionCallArgumentSpacing
      adds  a7eb56c   Merge pull request #76 from fmms/master
      adds  070fe02   calling OC_Filesystem at this point will initialize file system with wrong user (for public shared links if another user is logged in). Therefore remove trailing slashes without the help of OC_Filesystem.
      adds  4c234bd   Apply coding style guide
      adds  916e0fc   Place the brackets in the first line
      adds  1d200c5   Shared files are not stored in the file cache. Therefore we need to use the share table from the db to find the item source if the public link re-shares a already shared file.
      adds  a9a2730   fix copy&paste bug from previous commit
      adds  41898a4   Apply coding style guide
      adds  7b150df   merge master into filesystem
      adds  5a3d680   cleanup OC_Files a bit
      adds  07e08d5   urldecode target directory
      adds  0c2a426   normalize path
      adds  694b1d3   Revert e1a4fe98908dbf8f9e795fd852b231381d4f3ce4
      adds  ff6d2f1   urlencode
      adds  7454186   Forget to urlencode the path
      adds  e73b817   Checkstyle: NoSpaceAfterComma
      adds  561cbb2   NoSpaceAfterComma II
      adds  515e1b4   Merge pull request #81 from fmms/master
      adds  43bae1b   [tx-robot] updated from transifex
      adds  43ac43d   dir in newfile has to start with /
      adds  55277c8   Allow any characters in the groupname
      adds  228a05a   Check for iconv
      adds  ec613b5   Fix not defined JS variables
      adds  7bc49d2   merge master into filesystem
      adds  c7d6481   [tx-robot] updated from transifex
      adds  0e2bf8d   Merge branch 'master' into filesystem
      adds  39adadd   move the cache api from OC_Files to filesystem(view)
      adds  e63e246   fix problem with normalizePath when there was a double leading slash
      adds  7ef0ffe   add View->putFileInfo to the filecache api
      adds  8bce661   add search to the filecache api
      adds  1888ac0   add the possibility to add an preupdate.php
      adds  286fd78   Merge branch 'master' into filesystem
      adds  7ad8bf3   move filesystem test case
      adds  db2d1f6   Fix migration problems for postgresql with MDB2 fix owncloud/apps#21
      adds  f477fda   separate buttons for new file and upload
      adds  ad720c4   possible fix for bombarding the server with the htaccess test during setup
      adds  ad59572   merge master into filesystem
      adds  c22a723   add file permissions cache
      adds  d428d72   Fix mimetype detection with the 'file' utility
      adds  da57fbc   show/hide navigation entries after enabling/disabling app
      adds  b7bf28d   Hook emission on sharing stuff
      adds  628c7ca   closes #113
      adds  46871e9   update infieldlabel script from @zawaideh to fix autofill overlap, https://github.com/zawaideh/In-Field-Labels-jQuery-Plugin
      adds  3f78a81   LDAP: check for resource before unbinding
      adds  fc446d0   LDAP: know, wether server supports paged search
      adds  84130b8   LDAP: add support for paged searches.
      adds  1313cad   LDAP: let getUsers make use of paged search
      adds  4b61676   Merge branch 'master' into filesystem
      adds  6db81af   move some stuff to the new api
      adds  7d6da68   prove some compatibility with the old cache api
      adds  9953427   also use new cache api here
      adds  695405d   add permissions data to the results of the cache api
      adds  fe75793   Split database setup code to functions
      adds  a48734b   fixed user/group sharing hooks
      adds  3bef19c   [tx-robot] updated from transifex
      adds  cbc7178   Merge branch 'master' into filesystem
      adds  fcc92a9   add searchByMime to new cache api
      adds  3437071   remove old searchByMime
      adds  5bfff6c   use absolute paths when resolving mount points
      adds  dea0d20   fix delete and sort files
      adds  86be7e8   remove last uses of depricated OC_Filesystem
      adds  0fb707d   some more porting of the sharing
      adds  9cf9d41   Add a new backgroundjob class to access the type of background jobs easily
      adds  f5f204d   improve cron.php, add locking for cli cron.php
      adds  d0bbd94   Add BackgroundJob::setExecutionType() to public API
      adds  22dcd3b   fix bug
      adds  74665fa   exeuting tests now on apps as well - the apps repo shall be cloned into the sub folder apps2
      adds  d0cae6a   Very basic conversion of ocs to Symfony Routing Component
      adds  768b44b   Convert routing to ownCloud fluid interface
      adds  0040b71   Merge branch 'master' into routing
      adds  ac9dbd4   Add functions for the common HTTP methods
      adds  d579def   Merge branch 'master' into routing
      adds  5a0d476   Convert new actions
      adds  b384858   Small cleanup
      adds  9e80f09   Add loading of routes in OC_Router
      adds  3e8b6e8   Create OC_Router in OC::init
      adds  ca1454a   Routing: Method needs to be uppercase
      adds  3722928   Change access to router object to getter function
      adds  72b2324   Move loading of routes to OC::getRouter function
      adds  f63b9b4   Routing: combine all routes into one set
      adds  87d1cdb   Fix for running doing routing in lib/ocs.php
      adds  c216043   Merge branch 'master' into routing
      adds  1763de0   Routing: Fix construction of RequestContext
      adds  1025e45   Add router match to OC::handleRequest
      adds  8c02494   Routing: Prepare load funtions to be called from OC_Router
      adds  db4111f   Routing: Add some core routes
      adds  16dacba   Routing: And start using them from php
      adds  4954e46   Use core routes in js too
      adds  63af755   Merge branch 'master' into routing
      adds  ddfb9de   Fix linkTo calls for new routing
      adds  3b9fac8   Fix gallery image view
      adds  cbaf858   Merge remote-tracking branch 'gitorious/master' into routing
      adds  b483f2a   Merge branch 'master' into routing
      adds  5eba579   Merge branch 'master' into routing
      adds  ceec5e5   Remove redundant loadApps
      adds  3efe1d3   Add linkToRoute functionality
      adds  bf10571   Merge branch 'master' into routing
      adds  c9317b5   Merge branch 'master' into routing
      adds  dbdf3bd   Implement route for download in OC_Search_Provider_File
      adds  d0bd2bb   Convert menu entries of settings pages to use router
      adds  210ea4d   fix actioninclude
      adds  bb136b9   Make the settings ajax calls use the router
      adds  de1bfe9   Make the core ajax calls use the router
      adds  167e9c1   Fix route name
      adds  f3a211c   Implement routing on javascript side
      adds  c2b4e53   Add API description to OC_Route and OC_Router
      adds  44287d6   Check for file exists before loading app version file
      adds  6081bfa   Merge branch 'master' into routing
      adds  0a61442   Change the lostpassword flow to a controller
      adds  a8d0f84   Resetting the password should also invalidate the token login cookies
      adds  43e8293   Change Symfony/Component/Routing from submodule to composer fetching
      adds  beaaf54   More info for composer.json
      adds  0120f3f   Merge branch 'routing'
      adds  ee6fc22   LDAP: sourced out paged search init into initPagedSearch method, making search slicker again
      adds  67cd268   LDAP: debug messaged
      adds  605281d   LDAP: let result processing in Access::search slice the array for not-paginated search. getUsers e.g. does not need to take care of it anymore. adjustments in group_ldap to follow.
      adds  9317039   Add composer command for now, see http://getcomposer.org/doc/00-intro.md#installation-nix for local install
      adds  0c40a06   fix paths in preeseed-config.php
      adds  38371d1   Merge branch 'master' into filesystem
      adds  939b51e   Fix download url generation
      adds  8973124   Merge branch 'master' into filesystem
      adds  7891add   don't call $('#found_versions').chosen(); after opening the history drop-down since no version is selected at the beginning
      adds  72aebe3   fix broken paths in versions app
      adds  0d3f68c   fix function documentation
      adds  2dc1b77   Include copy of Symfony routing component, and don't use composer
      adds  56e9ce4   add a way to recalucale the size of a folder in the cache
      adds  79d0ac2   delete child entries when a folder gets removed from cache
      adds  c1a0e80   don't call $('#found_versions').chosen(); after opening the history drop-down since no version is selected at the beginning
      adds  a93660d   fix broken paths in versions app
      adds  8a3eda1   fix function documentation
      adds  c1c7653   Include copy of Symfony routing component, and don't use composer
      adds  b2b84f3   Update Sabre to version 1.7.1
      adds  894d44e   Merge remote-tracking branch 'git://github.com/susinths/SabreDAV_1.7.1.git'
      adds  f151376   remove remaining line from merge conflict
      adds  d6953fa   Remove wrongly committed files
      adds  fecfeac   Fix introduced style errors
      adds  b942c12   remove TODO comment, it's done
      adds  246221a   LDAP: fix again proper check if groups are enabled
      adds  977c4d1   LDAP: use the correct attribute in filter
      adds  a053da5   LDAP: be careful which limit is send to possible paged LDAP search
      adds  33aa630   LDAP: add  error handling for failed searches
      adds  5b3c951   LDAP: improve slicing
      adds  1b2279c   LDAP: getGroups to use paged searches
      adds  c964fe9   merge master into filesystem
      adds  b390da3   don't enable apps twice
      adds  3f85432   LDAP: make filter in readAttribute configurable
      adds  58828d2   LDAP: usersInGroup now also does LDAP serverside search.
      adds  6f5d0ec   don't enable user_external
      adds  fefc4e1   Load all apps in core share ajax file for apps to register their share backends
      adds  1a08ef6   [tx-robot] updated from transifex
      adds  a306e4b   Fix a typo
      adds  2d5edea   Revert "Fix a typo"
      adds  c4a7939   Merge branch 'master' into filesystem
      adds  fba7be1   add filesystem watcher to detect updates
      adds  b076728   check for changes when using the cache api
      adds  5245e2b   ->l expects two parameters
      adds  a2bbc1b   remove 3rdparty files
      adds  890fbb8   Merge branch 'master' into filesystem
      adds  20e0432   add 3rdparty folder to gitignore
      adds  d9ef6da   code style
      adds  fe6b987   use css to show/hide fileactions
      adds  bf3dac0   added functions for printing escaped and unescaped values
      adds  5b9ba2e   remove whitespaces, no code change
      adds  b8a48b5   make sure all filesystem apps are loaded when setupFS is proceeded, to make sure the emmited setup-hook is received. Fixes #89
      adds  d7a6b09   deny the usage of dots in database name
      adds  a4a1dad   set password if user leaves password field (issue #57)
      adds  f2f2b8b   added some visual feedback is password was set
      adds  be215a0   check if RUNTIME_NOAPPS is set before using it
      adds  4fd0514   don't move file into subdirectory if a file with the same name already exists (fixes #92)
      adds  6bc156b   add svg mimetype to default htaccess
      adds  6695b29   fix running app tests
      adds  0fbb996   properly replace fileaction icons with pngs when needed
      adds  2248fe9   disble breaking test cases for now
      adds  b7a02f0   NoSpaceAfterComma
      adds  5d640f9   NoSpaceAfterComma
      adds  f3971e6   Merge pull request #129 from fmms/checkstyle01
      adds  60e5054   Fix shared status icons
      adds  e5a7490   Try to fix shared status icons again
      adds  dbb4e74   [tx-robot] updated from transifex
      adds  a6e18e0   Check if error_report() is equal to 0, so suppressed errors aren't logged e.g. the htaccesstext.txt fopen failing
      adds  5aec26a   Fix MySQL install, bug fix for issue 132
      adds  a780607   Move generating cache key from files from OC_Minimizer to OC_Cache
      adds  4d03b3d   Add ETag caching for Javascript routes
      adds  40fe6c6   Remove subnavigation key, not used
      adds  ab4ade0   Remove fixme, problem is solved already
      adds  1bdd0c9   Move and fix app setting navigation detect
      adds  ed7accd   Change search to use routing
      adds  a9ff563   Move loading setting routing to OC_Router
      adds  ccbf4e9   Use files remote webdav in compatibility files/webdav.php
      adds  4d61eb3   Fix a typo
      adds  ac784ba   Generate only one CSRF token
      adds  b563935   Update apps/files/index.php
      adds  ad86ce9   Merge pull request #141 from denis-b/patch-1
      adds  2aa5a18   Update apps/files/ajax/move.php
      adds  629d339   Merge pull request #142 from denis-b/patch-2
      adds  dfc8228   NoSpaceAfterComma
      adds  2e1199a   Merge pull request #133 from fmms/checkstyle02
      adds  1f0bc17   fix settings routes
      adds  9318a95   Merge pull request #136 from scambra/users-fixes
      adds  56cf766   [tx-robot] updated from transifex
      adds  6903475   Generate .htaccess when upgrading from old versions
      adds  f6b6780   Don't use OC_Setup as it will show up the installer
      adds  3fdf239   Merge pull request #147 from owncloud/htaccess-upgrade-check
      adds  b032819   check for database error in userExists
      adds  6738275   Merge pull request #153 from butonic/master
      adds  6e9e263   merge master into filesystem
      adds  a31c230   added tests for p and print_unescaped
      adds  f591382   assert in proper order
      adds  aef3c60   splitted two tests with two assertions each into four tests with one assertion
      adds  3ca5927   fixed copy paste error. 4th test will now test print_unescaped instead of p
      adds  d5643ad   Merge pull request #146 from Raydiation/master
      adds  aca6d32   [tx-robot] updated from transifex
      adds  dca80c5   fixing Test_TemplateFunctions
      adds  d9c1429   fix checking quota in webdav, adding a sabredav plugin
      adds  5af8adc   code style changes
      adds  f851738   Merge pull request #152 from scambra/webdav-quota
      adds  ee1e4a7   Send the requesttoken as form value
      adds  116fa64   Change IE8 to "older IE versions"
      adds  b76306c   Merge pull request #155 from owncloud/token-expired-IE
      adds  0cf1fef   Fix for problems using for() function instead of $.each for arrays with IE8
      adds  b095e32   UPDATE oc-dialogs.js and Fix some small Bugs Added in the description of form a select ecample
      adds  3813ee7   Merge pull request #112 from libasys/Fix-strange-Isue-IE8
      adds  a327087   [tx-robot] updated from transifex
      adds  3878950   load logging apps for webdav connections
      adds  a9ce43d   adapted comments to the code changes
      adds  553b107   fix archive tar include path
      adds  51ba128   Merge branch 'master' into filesystem
      adds  e664824   Files: change wording 'From url' to 'From link'
      adds  5db2f42   Merge pull request #203 from owncloud/wording-url-link
      adds  6275098   [tx-robot] updated from transifex
      adds  0f02b7d   Add CSRF token
      adds  d9e9761   Fix a typo
      adds  a1c37d4   fix OC_Filesystem::isValidPath when using \ instead of / in paths
      adds  4a5a365   merge master into filesystem
      adds  2dbf2c6   fix inlude path for template test
      adds  e312c14   Merge branch 'master' into filesystem
      adds  8a6bb79   add Cache::move
      adds  5252fc5   LDAP: clear the cache not only when TTL changes, but with every settings update. Fixes #194
      adds  df8c677   code style
      adds  afadf93   Checkstyle: many fixes
      adds  fd584f4   Merge pull request #220 from fmms/checkstyle02
      adds  2f0fd84   [tx-robot] updated from transifex
      adds  503922f   some tests for the file blacklist
      adds  4c0c78d   check for filename blacklist in OC_Filesystem::isValidPath
      adds  17d466b   [tx-robot] updated from transifex
      adds  80b9854   Remove uneeded debug output
      adds  7a7f12a   Create only one CSRF token per session
      adds  393d251   Change the requesttoken back to OC.EventSource.requesttoken
      adds  8c4c74b   Merge pull request #178 from owncloud/JustOneCSRFTokenPerSession
      adds  f8d1d77   Checkstyle fixes for SpaceBeforeOpenBrace
      adds  30d7993   Checkstyle fixes: NoSpaceAfterComma
      adds  8ac3849   Merge pull request #238 from fmms/checkstyle04
      adds  00bb246   merge from master
      adds  555dd5c   Merge pull request #200 from owncloud/ldap
      adds  4b94095   merge master into filesystem
      adds  d9d6dc8   add a link to the contribution guidelines to make it easier for new people
      adds  f0be09a   [tx-robot] updated from transifex
      adds  1205749   Checkstyle: Fix the last two SpaceBeforeOpenBrace
      adds  0e70ea9   Checkstyle: Fix the last 25 NoSpaceAfterComma
      adds  bc4382c   Checkstyle: fix the last  NoSpaceAfterEquals
      adds  27ab035   Checkstyle: Fix last six NewlineBeforeOpenBrace
      adds  9795bc1   Checkstyle: Fix the last two  InvalidEOLChar
      adds  1e33ad9   Style: Different line endings in one file are bad for sure
      adds  a4b2ea5   Style: Remove all the dangling white spaces
      adds  02ec677   Style: The last two spaces
      adds  135680e   Merge pull request #242 from fmms/checkstyle05
      adds  01b0e9b   fix the webdav user backend. still not completel working but a frist step
      adds  6fba4ba   fix the webdavauth app
      adds  59381b9   Merge pull request #252 from owncloud/fix_user_webdavauth
      adds  f187aa6   some more code reuse for fileactions
      adds  4f32f49   this line shouldn't be here
      adds  34fee8a   remove debug statements
      adds  5c72d28   Merge pull request #245 from owncloud/fileactions
      adds  972243d   support string values ('true' and 'false') for configuring the secure parameter on external storage backends
      adds  f9226f1   fixes #266
      adds  3a4fc7c   Merge pull request #268 from owncloud/fixing_template_test
      adds  8b3ae43   Fix mkdir and opendir warnings when path does not exist
      adds  f2d5450   Merge pull request #269 from owncloud/fix_fe_mkdir_warning
      adds  85d6a08   prepare SQL query only once, that's what prepared statements are for. Should improve upgrade time with larger setups
      adds  b7e9d8d   Merge pull request #267 from owncloud/improve_files_update
      adds  4d052c1   [tx-robot] updated from transifex
      adds  1aec537   make images in buttons also show click-hand on hover
      adds  8f0269f   Merge pull request #265 from owncloud/fix-button-img-cursor
      adds  c2d6ac5   fix human filesize column header
      adds  bb40d14   Merge pull request #281 from butonic/fix_human_filesize_column_header
      adds  3d13c9d   Return empty array if file does not exist inside Shared folder, fixes issue #91
      adds  bfaed9a   Merge pull request #273 from owncloud/fix_webdav_shared_91
      adds  510191d   Return true or false from readAttribute if $attr is empty
      adds  ca24f47   Return an empty array on succesful existence check
      adds  64ac208   Merge pull request #258 from wardragon/ldap_existence_check_no_refactor
      adds  6339e71   LDAP: fix typo in config value handling.
      adds  e482de3   Merge pull request #294 from owncloud/fix_ldap_typo_set_not_get_value
      adds  3e01fe1   [tx-robot] updated from transifex
      adds  50dbb30   Moved relative_modified_date from file/js to core/js
      adds  d42d88d   Merge pull request #289 from zimba12/master
      adds  012a907   fix user specific mount configuration
      adds  168a2c7   get the right file name for drag&drop. This was necessary after the switch to css to show/hide file actions, otherwise the actions where part of the extracted file name.
      adds  7b51a4e   Merge pull request #306 from owncloud/crumb_drop_fix
      adds  12983cf   urlencode file/dir to allow special characters in filename/path (issue #95)
      adds  1910bff   Merge pull request #303 from owncloud/fix_issue_95
      adds  ba62d8d   Fix quoting problem in fs mount. give Big DB error at least in PG
      adds  311b04f   backport from approved patch in stable45: make root the default parameter for getAbsolutePath()
      adds  99aa972   Allow changing the way etags are generated
      adds  5cad2d7   Merge pull request #307 from owncloud/etag-function-overwrite
      adds  961ff01   merge master into filesystem
      adds  250f40f   check if $path is a empty string
      adds  e140546   Revert "fix blocking drag & drop upload of folders"
      adds  ae74c54   normalize filepaths in OC_Files::getFileInfo
      adds  c8f24fa   [tx-robot] updated from transifex
      adds  fbc3123   Correct more data vs attr to fix #189
      adds  0833be9   Migration: On import of user accounts only import folders in home dir, use OC_Helper::copyr
      adds  8396c04   Migration: Allow for no app data cases; handle file copying better
      adds  f799e48   fix the broken image path on the apps page
      adds  2b6b526   Merge pull request #324 from owncloud/fix_image
      adds  fef2d07   add credits to personal page too so that non admins can see what they run.
      adds  2d52365   Merge pull request #326 from owncloud/add_credits
      adds  091ff02   merge master into filesystem
      adds  72c3868   add resolvePath to filesystem view api
      adds  706bb3c   move ETag generation to storage backends
      adds  e7bed5d   allow creating Cache objects with only the storage id instead of the whole storage object
      adds  3f644fe   fix calculateFolderSize for non existing files
      adds  15b8a3f   move correctFolderSize from Scanner to Cache
      adds  5a173b9   fix Scanner->scan setting the filesize to 0 for files
      adds  fedff3e   add cache updater
      adds  d485852   fix rename parameter order
      adds  46071fe   fix quota proxy
      adds  41a61bc   fix undefined index when loading files app
      adds  bb0164c   fix file delete in opera - fixes #188
      adds  84084b9   Merge pull request #261 from owncloud/fix_opera_file_delete
      adds  4c06c25   Fix delete link when new user is added
      adds  cb57a20   [tx-robot] updated from transifex
      adds  127a5a3   l10n support for user_webdavauth
      adds  b33a443   [tx-robot] updated from transifex
      adds  55f75c6   add a check and a warning if the ownClodu server is not able to establish http connections to the internet. The reason is that users complained that external filesystem support, the update checker, downloading of new apps or the nowledgebase don´t work and don´t know why.
      adds  c053863   Merge pull request #330 from owncloud/check_connection
      adds  8f66988   Fix WebDAV (and Android Client) not being able to authorize on Debian Squeeze + mod_fcgid installs.
      adds  e23a11a   Merge pull request #337 from seidler2547/master
      adds  c5ba4f4   fix quota off by one error
      adds  6dbdc16   Merge pull request #340 from butonic/fix_quota_zero_cornercase
      adds  7ec0efe   [tx-robot] updated from transifex
      adds  0516354   Fixed new checkstyle issues from build #1341.
      adds  3cc6df4   Fixed new checkstyle issues in swift.php from build #1341.
      adds  6e6df6e   Fixed new checkstyle issues in ftp.php from build #1341.
      adds  20541c6   Fixed new checkstyle issues in migrate.php from build #1341.
      adds  f6dadda   Fixed new checkstyle issues in util.php from build #1341.
      adds  1b7c0c2   Fixed new checkstyle issues in ocs.php from build #1341.
      adds  eff13a2   Fixed new checkstyle issues in apps.php from build #1341.
      adds  a7f26b6   Merge pull request #346 from diederikdehaas/patch-checkstyle-build1341
      adds  04aa029   Disable loading apps before starting tests
      adds  9f8cc09   [tx-robot] updated from transifex
      adds  e37dd7a   add /.well-known/host-meta.json to .htaccess
      adds  3be21cf   Merge pull request #354 from michielbdejong/master
      adds  7f0c69e   Added CRUDS permissions to the OCP namespace. Implements issue #345
      adds  56239df   Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*
      adds  9ae6876   Merge pull request #361 from owncloud/cruds_consts_2
      adds  09d6d84   [tx-robot] updated from transifex
      adds  ba91f9a   add missing sql backticks, check sharing for error and add log
      adds  e0fdb82   Merge pull request #371 from butonic/sql_and_error_log_fixes
      adds  bbef5b3   add i18n for cancel button
      adds  89f2d4b   Merge pull request #368 from butonic/i18n_of_cancel_button
      adds  d79e9a2   LDAP: cherrypick objectGUID handling from stable45, was part of PR 344
      adds  910a25a   Fix deleting multiple user w-o reloading V2
      adds  246d7ea   Separate control code from class definition
      adds  6d09752   DRY for creating htaccess to protect data-directory
      adds  7b53c9d   Merge pull request #157 from owncloud/setup
      adds  42935c5   reuse jquery object when adding files to the file list
      adds  37fe980   add actions to newly created files and folders
      adds  66dfe27   Merge pull request #319 from owncloud/fileactions_newfile
      adds  ac22cd4   [tx-robot] updated from transifex
      adds  ad85087   Use util function to protect datadirectory in setup
      adds  9c36326   [tx-robot] updated from transifex
      adds  ffe0418   Added methods OC_DB::insertIfNotExist() and OCP\DB::insertIfNotExist().
      adds  b1a6acd   Added separate table for OC_VCategories and category/object (event/contact etc.) relations.
      adds  3273beb   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  2418627   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  7d25443   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  52eded0   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  6bfb2ca   Added post_deleteUser hook to VCategories. Added methods for adding/removing object/category relations.
      adds  2c1c7ea   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  667d60e   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  ccf8df4   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  7a30f46   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  c721eef   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  9c9f5ef   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  102dd12   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  8cd268f   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  26e9209   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  72f2f53   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  f4fd4a5   Updated category ajax files to use type instead of app and add callCheck.
      adds  2671900   Added ajax files for favorite category handling.
      adds  97c884c   Updated category js for handling favorites and use post instead of get.
      adds  1f7baeb   Use consts all places and rename some daft method names.
      adds  09e2614   Add favorite handling methods to OC_VCategories.
      adds  8a77702   Formatting
      adds  3b6cfe4   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  4827de4   White space fix.
      adds  b9c9fdf   Use get for loading dialog.
      adds  81536a8   More js updates for app/type in OCCategories
      adds  e55cc23   app !== type
      adds  fdf3ec1   Add wait state to category dialog while processing.
      adds  afa3f49   Make categories var static.
      adds  03ff614   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  1c9929d   Added unit tests for OC_DB::insertIfNotExist()
      adds  0e4ed28   Return result from OC_DB::insertIfNotExist().
      adds  1803260   Renamed OC_VCategories::add() to addMulti() and let the add() method return the id of the newly created category.
      adds  2ea4fed   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  394e4e4   Removed useless ORDER BY from query.
      adds  10e29da   Use self::prepare() instead of self::$connection->prepare.
      adds  73c7430   Remove index that might cause problems.
      adds  2456401   Remove redundant class wrapping.
      adds  fc6d1bf   Clean indentation.
      adds  ab167c3   Filter out special Favorites category.
      adds  2661870   Fix accidentally creating new categories with the id as name.
      adds  273fdb7   Added type and callback arguments to most methods.
      adds  b5817dc   Added missing backtick to sql query.
      adds  69cf89c   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  befdd6b   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  675a56c   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  2fc495a   Also delete category/object relations when deleting a category.
      adds  d9d8da0   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  5550cde   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  5fc0c89   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  b434c20   Added unit test testinsertIfNotExistDontOverwrite.
      adds  5a73838   Cast object ids to integers.
      adds  8fc0f53   Added unit tests for OC_VCategories.
      adds  8cffbb5   Added some more error checking on db queries.
      adds  8509ca2   Switch expectation and result in unit tests.
      adds  290d071   Add routes for vcategory favorites.
      adds  b0ae67d   Update vcategories ajax scripts.
      adds  4648dcf   VCategories: Use correct variable.
      adds  7c67d2f   VCategories: Swap expected and actual in unit tests.
      adds  8e5b6bf   VCategories: Make $categories non-static again.
      adds  e6a7bba   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  88b91a7   Swap expected and actual.
      adds  1147dc9   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  7a29137   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  a50f986   Check DB result.
      adds  831c2ca   Remove unused variable.
      adds  3c59bc4   VCategories: Line too long.
      adds  8c492a8   VCategories: Line too long.
      adds  be77d81   VCategories: Closing brace must be on a line by itself.
      adds  c63f6c7   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  73d59bd   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  972ba89   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  fd709fc   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  82e010c   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  42b871d   Correct SQL syntax.
      adds  d809efc   Change insertIfNotExist() for sqlite. Not fast, but more reliable than previous attempt.
      adds  c127c78   Don't use indexes in test data as postgres complains over duplicate keys.
      adds  268a484   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  34a7e81   Merge branch 'master' of github.com:owncloud/core into vcategories_db
      adds  bfb6faa   Bump version to trigger update.
      adds  c353568   Merge pull request #41 from owncloud/vcategories_db
      adds  99af343   Fixing syntax error - closes #406
      adds  e06513d   Fixing syntax error - closes #406
      adds  aa917cf   uncomment hours entries in relative date functions
      adds  7d01342   fix translation issues with previous commit
      adds  49f05df   Merge pull request #402 from zimba12/master
      adds  415ec58   fixes #329: query the database in chunks of 200
      adds  07ffa0d   adding comments to explain what's going on here
      adds  8b03b68   Merge pull request #271 from owncloud/239_webdav_999_files
      adds  9b8375c   Prevent ajax race conditions when using routes by offering a callback that is run after the the routes have finished loading
      adds  14d4af2   Revert "Prevent ajax race conditions when using routes by offering a callback that is run after the the routes have finished loading"
      adds  a418a3b   [tx-robot] updated from transifex
      adds  bf2ac9f   merge master into filesystem
      adds  cbcd9ba   allow storage backends to implement custom permission management
      adds  4a75c53   Fix remote.php CSS+JS garbish on some systems
      adds  64a8a0c   coding style
      adds  fd060d4   really check if mod_deflate is loaded
      adds  8a93cc1   port of approved pull request #442 - 'Always set renaming to false, also if renaming was aborted, to finalize the operation and show the file actions again.'
      adds  f94d623   Merge branch 'master' into filesystem
      adds  5569f07   add OC_FilesystemView alias for compatibility
      adds  288ecf3   add getFileInfo and getDirectoryContent to OC_Files for compatibility
      adds  85209a0   Cleanup user settings js
      adds  4eff27e   Always have the username as string in user admin
      adds  5962736   Better check and handling of user creation
      adds  343e9d8   Better check and handing of user deletion
      adds  9419913   Better place to check for user removal
      adds  36bf4e2   Merge pull request #433 from owncloud/user_setting_fixes
      adds  d86a368   [tx-robot] updated from transifex
      adds  b51b953   Very simple js console switcher.
      adds  b99213f   Merge pull request #458 from owncloud/js_console_switch
      adds  ad87bc4   Prevent ajax race conditions when using routes by offering a callback that is run after the the routes have finished loading
      adds  bf20021   instead of warning via popup, write to console.warn
      adds  e642d18   When using routing in apps, no apps are loaded in the left navigation tree. To fix this: load apps for matching a request
      adds  25e4a07   fixed: this.routes_request is a deferred/promise
      adds  defdbe3   removed unneeded callback checks in routes_request that could potentially fail
      adds  d1c0f2a   Merge pull request #454 from Raydiation/master
      adds  f4f00b4   Merge branch 'master' into filesystem
      adds  5424014   fix incorectly merged smb.php
      adds  3358bfa   fix incorectly merged versions.php
      adds  7af4cf4   refs #461 - drag'n'drop upload to a sub folder is working now
      adds  2b192a7   normalize the path once in upload.php is enough - THX Robin for this hint
      adds  4a3b512   adding comments on the form array indexes
      adds  b03eca5   Merge pull request #471 from owncloud/461_drag_drop_upload_to_folder
      adds  6167018   [tx-robot] updated from transifex
      adds  03b8ba2   Fix lostpassword url generation
      adds  9e9bf20   Merge pull request #495 from owncloud/fix_issue_262
      adds  4564898   Use curl to get remote file content
      adds  847467a   Add connection time out option
      adds  40dd5ae   change and transfert getUrlContent
      adds  d2047a0   Remove parentheses in return, modify description, and fix a mistake
      adds  ac3e962   Merge pull request #375 from tdevos/master
      adds  71adad8   Add User agent when OC does a request
      adds  4337e0f   Little case fix
      adds  87c45b1   Merge pull request #503 from eMerzh/add_ua_request
      adds  493ae19   If you using the sharing by link the array monthNames don't exist and causes errors in all browsers! so we check if the type of the variable isn't undefined!
      adds  f3ae43d   Merge pull request #420 from libasys/bugfix-share
      adds  e28d71b   [tx-robot] updated from transifex
      adds  8420b9b   Implemented X-Sendfile support
      adds  8e190a5   Moved X-Sendfile headers into OC_Files::get now should work with temp files too
      adds  de7e419   Fixed style according to owncloud styleguide
      adds  ea80a8b   Merge pull request #114 from riso/xsendfile
      adds  a922eb7   merge master into filesystem
      adds  40fae0a   fix outdated permissions cache use in scanner
      adds  c5e8910   [tx-robot] updated from transifex
      adds  43bfabf   add bmp support
      adds  bb56581   add php-doc
      adds  28671d9   move code to better places
      adds  0ce5e92   add php-doc for ellipsis
      adds  5b2aeeb   Merge pull request #280 from butonic/feature_bmp_support
      adds  c382511   public contacts api as discussed here https://github.com/owncloud/apps/issues/113
      adds  33a4dfa   function isEnabled() added
      adds  d91c841   Merge pull request #383 from owncloud/contacts_api
      adds  8fa7d6a   Fix typo in getUrlContent fix #514
      adds  568def2   [tx-robot] updated from transifex
      adds  9b7cbb1   interpret http 403 and http 401 as not authorized
      adds  486b801   Merge pull request #524 from owncloud/fix_user_webdavauth
      adds  9204be8   [tx-robot] updated from transifex
      adds  ac4cafc   Fixes update of shared files with mirall because it dose not update all methadata for a file
      adds  a85d891   Merge pull request #538 from Deltachaos/fix_537
      adds  24e1341   LDAP: escape values in the DN, fixes #419
      adds  42f2351   LDAP: Make update script escape all known DNs. Requires version bump.
      adds  aebd4fd   port dd694b5 from stable45
      adds  495a8da   port  95cee0e  from stable45
      adds  97380f3   merge master into filesystem
      adds  77fdb16   Remove incorrect extra parameter for init() call
      adds  b76d1af   Create public function initMountPoints() for initializing a specified user's mount points
      adds  208c6fd   fixing namespace
      adds  e6cf082   emit a hooks during the filesystem scan
      adds  186c9e7   add Cache->getIncomplete for use in background scanning
      adds  8687e0d   add Scanner->backgroundScan
      adds  810563a   don't redefine inherited functions as abstract
      adds  8ce5e0d   don't throw fatal error in updater cache if setup failed for some reason
      adds  ad70622   explicitly sort files when using getFolderContents
      adds  8fb4dfd   use background scanner
      adds  3a5f5e1   [tx-robot] updated from transifex
      adds  7461180   typo
      adds  8fe69df   also return fileid in OC_Filecache::get
      adds  1007013   stop increasing folder sizes once we hit a non folder
      adds  5435663   Merge pull request #483 from owncloud/archive_sizes
      adds  02bc440   Show error message to prevent adding a shared folder in the root dir fix #468
      adds  d4ec77e   Merge pull request #482 from eMerzh/fix_prevent_shared_folder
      adds  2af7ac7   refs #505 - defining publicListView based on template parameter
      adds  c773d07   Merge pull request #506 from owncloud/fix_505
      adds  6cb3774   make it possible to manually override the hostname and protocol if the automatic detection from ownCloud fails. This can happen in reverse proxy situations or with loadbalancers setups.
      adds  7e123cf   Merge pull request #554 from owncloud/reverse_proxy
      adds  3688376   [tx-robot] updated from transifex
      adds  95057e7   merge master into filesystem
      adds  eda9ce4   Fixes two issues if you using IE8. IE8 has problems with .bind actions and since jquery 1.7.2 using .bind is old school style for event delegation. the new and better way is using .on() function. The second is using $.each instead of for() to walkthrough an array! Now it works perfect, the events after uploads are triggered.
      adds  97ed467   Merge pull request #418 from libasys/Fix-IE8-fileactions-binding
      adds  1793e85   Also reject names with \ in the name
      adds  cd495bf   some more invalid characters have been added
      adds  a81d7cd   introduce Files.containsInvalidCharacters(), use when creating or renaming files
      adds  b5b7a67   Merge pull request #480 from owncloud/fix_435_and_437
      adds  20c24f2   Do the url encoding once, only in breadcrumbs template
      adds  db2be74   Merge pull request #479 from owncloud/fix_438
      adds  19797ee   even error messages have the right to look a bit pretty
      adds  67f9f07   Merge pull request #561 from owncloud/cssfix
      adds  555dec2   merge master into filesystem
      adds  c47bf9b   Add checks for storage object
      adds  d3e37fa   remove fileatime from common storage backend
      adds  709aacf   change behaviour of Filesystem::getMountPoint when a mountpoint is passed as path without trailing slash
      adds  cc5d8e5   Check if data variable in scanner isn't null before using it
      adds  dde3342   [tx-robot] updated from transifex
      adds  fb5d0db   prettier error output. Let´s see how many more low hanging fruits I find on my way to the real bug that I want to fix ;-)
      adds  0f61816   A new function to create nice error page. And use it for fatal db errors
      adds  e450933   remove left over tag
      adds  9b630f5   Merge pull request #562 from owncloud/dberrors
      adds  1857d5f   [tx-robot] updated from transifex
      adds  95340a9   use lastval() to get the insert id in postgesql
      adds  f81321a   Merge pull request #556 from owncloud/postgres_insert_id
      adds  ffd14df   add sample configuration for user backends
      adds  eaf8399   make sure the output buffer is closed when handeling webdav
      adds  f005254   Merge pull request #576 from owncloud/webdav_output_buffer
      adds  03fd43a   Merge branch 'master' into filesystem
      adds  0cfef83   sort output of getFolderContent by name
      adds  a609992   better check if we are passing a fileid to Cache::get
      adds  7892204   [tx-robot] updated from transifex
      adds  fdc7a8b   make sure path starts with /
      adds  776be8d   all but the first parameter are introduced by &
      adds  4764876   check whether to join url with ? or &
      adds  e5ad774   coding style
      adds  4c707d1   remove debug output
      adds  74cf3b5   use normalizePath to have a proper target path
      adds  ebe3c91   add a few more indexes. This is just a first step. More work is needed here but this should improve perfomance already for big installations.
      adds  f712ca6   remove the index on the share table because of problems with the index size. Thanks to icewind for spotting this.
      adds  588bbd2   Merge pull request #573 from owncloud/more_indexes
      adds  d8a171d   implement share via link token
      adds  995b5c0   readd fallback code for pre token links
      adds  71e8755   Merge pull request #380 from butonic/feature_share_link_with_token
      adds  d251f04   [tx-robot] updated from transifex
      adds  1d4d4fd   [tx-robot] updated from transifex
      adds  530f3f8   Create functions to install standard hooks
      adds  8bed38c   Rename install hook functions to register hook
      adds  eaa625c   Merge pull request #401 from owncloud/share_hooks
      adds  9a441d3   show drag shadow in firefox by using helper:'clone'
      adds  9717cdb   Merge pull request #601 from butonic/add_drag_shadow_in_firefox
      adds  37e524d   added more unittests for the group file
      adds  1ac6d88   Merge pull request #540 from Raydiation/master
      adds  6c3f43b   [tx-robot] updated from transifex
      adds  60f4ea8   Cleaned up docblock comments
      adds  77ad5dc   Merge pull request #617 from samtuke/fix_docblocks
      adds  ab13702   make some checks server-side
      adds  a577422   fix group and subadmin managing for 'ajax-loaded' users
      adds  4c83a4c   add a client side check
      adds  1d1ab2a   Revert "fix group and subadmin managing for 'ajax-loaded' users"
      adds  e5af24d   use attr instead of data
      adds  c38a75e   Merge pull request #620 from owncloud/fix_600
      adds  59d5aa2   add function to safely end output buffering
      adds  bcb27c8   use new obEnd function instead of ob_end_clean
      adds  9b709fa   Merge pull request #635 from owncloud/ob_end
      adds  d33f697   merge master into filesystem
      adds  dbbb357   add upgrade path from old cache to preserve file id's
      adds  702444b   fail gracefully when no old filecache is present during upgrade
      adds  16a6300   [tx-robot] updated from transifex
      adds  6975c55   OC_FSV->copy now only caches files which are copied from data/user/files Added contextual comments
      adds  4db53f9   Merge pull request #619 from samtuke/versions_cache
      adds  5c9faf3   Sharing: Fix false positived v. 2
      adds  f820596   Merge pull request #605 from owncloud/fix_false_positive_share_2
      adds  3b83fe1   fix checkstyle for files app
      adds  8aba587   Merge pull request #644 from butonic/checkstyle_fixes
      adds  80d1037   Group name does't need to be sanitized before storing it in the database
      adds  a3f18d4   Merge pull request #603 from owncloud/store_plain_groupname
      adds  c7c5e2a   [tx-robot] updated from transifex
      adds  401c56c   [tx-robot] updated from transifex
      adds  72b6faa   merge master into filesystem
      adds  01eb5d2   fix some edge cases while scanning the root of a storage
      adds  1866310   fixing syntax error + reformat the code
      adds  d3ea7fe   Update lib/image.php
      adds  87003e4   Merge pull request #672 from irosenb/patch-1
      adds  df21ebe   fix checkstyle for files_encryption app, add whitespace for readability
      adds  92df70b   fix checkstyle for files_external app, add whitespace for readability
      adds  475fe28   Merge pull request #654 from butonic/checkstyle_fixes
      adds  f4d7955   [tx-robot] updated from transifex
      adds  3d5ffeb   Clean KB entries processing code
      adds  6a211f3   Check if we have an array with data. Fix #487
      adds  cee92bd   Merge pull request #682 from VicDeo/master
      adds  bafb78a   fix regression in file versioning for shared files
      adds  f66ebea   fix typo in variable name
      adds  d527bb6   fix regression in file versioning for shared files
      adds  b6396bc   rebase on latest master
      adds  171e669   Merge pull request #650 from schiesbn/fix_fileVersioningForSharedFiles_master
      adds  4cb760a   LDAP: ldap_explode_dn escaped too much, fix it by manual replacement. Fixes different problems, esp. with non-ascii characters in the dn (#631)
      adds  be30b1a   merge master into filesystem
      adds  a53a946   [tx-robot] updated from transifex
      adds  3e51994   replace minified infieldlabel with dcneiners version
      adds  e72f95f   merge changes discussed in dcneiner pull number 4 'fix for autocomplete issue' including firefox password overlay
      adds  e65abb8   minified version no longer available
      adds  9e6ffec   Merge pull request #707 from owncloud/fix_infield_autofill
      adds  39e37fa   Enabling unit testing for apptemplate_advanced
      adds  524f3c3   [tx-robot] updated from transifex
      adds  a310dcb   Fix a dirty function preventing showing errors
      adds  521b6c7   Merge pull request #700 from eMerzh/fix_error_display
      adds  8ce3aca   Move loading of all the apps to setting the active navigation entry.
      adds  76625e9   Merge pull request #647 from owncloud/fix_app_settings_navigation
      adds  e6ec0e8   Remove support of sqlite2 at installation
      adds  4df61c3   Simplify has sqlite test
      adds  c487d9f   Merge pull request #716 from eMerzh/remove_sqlite2
      adds  69a9fe7   [tx-robot] updated from transifex
      adds  bf0f39f   make sure that all expected array keys are available
      adds  e3ae0b7   fix more undefined indexes
      adds  5b04db9   one more undefined index error
      adds  98f42d3   merge master into filesystem
      adds  317cd4c   catch error if old filecache table is not present during upgrade
      adds  8635699   fix cache behaviour for non existing files
      adds  438d3c2   actually connect the filesystem hooks to the cache updater
      adds  cc0a0df   one additional test case for the cache updater
      adds  5f03c30   initial setup
      adds  ccb9bb4   initial setup
      adds  fa858d7   initial setup
      adds  e147811   initial setup
      adds  0c6b53c   no message
      adds  b78dc3f   keycode naming
      adds  8722d37   Keys array
      adds  8802dac   Arrow key navigation
      adds  a73a263   Enter
      adds  dafe028   Rename
      adds  fd4aecf   cleanup
      adds  b6e3460   documentation
      adds  6060d06   Cleanup
      adds  48d6f33   Revert "initial setup"
      adds  2160663   ctrl issue fix
      adds  5d13b05   event.ctrlKey
      adds  47fa3a8   event.ctrlKey
      adds  93208d0   Remove rename
      adds  f021373   Code clean up
      adds  380db4a   Merge pull request #640 from esthepiking/master
      adds  81f019b   Make the redirect_url working again
      adds  822e4d5   Check for redirect_url for logged in users
      adds  d2e842f   Remove uneeded new line
      adds  271b838   Fix warning about redirect_url not set
      adds  1e062ea   Merge pull request #182 from owncloud/fix-redirect
      adds  855a011   group related input fields visually
      adds  5ccea4c   small fixes: toggle color adjustment, remove colon, prevent label wrapping
      adds  13e0287   better layout for installation page elements, centered and subdued legend text
      adds  56dae06   move inline warning styles into CSS, clean up and fix #270
      adds  b6fca70   add primary action button in fitting subtle dark blue
      adds  2288b26   fix missing feedback when tab-focusing on checkbox
      adds  0fa59f8   use vector logo also on log in page, d'oh (also now retina-ready)
      adds  4f513f2   fix dbhostlabel not disappearing, remove obsolete CSS
      adds  e989493   properly center data directory label
      adds  75367f9   Merge pull request #721 from owncloud/improve-installation-and-login
      adds  2ca72d0   [tx-robot] updated from transifex
      adds  65e4dc1   dont handle database exception in OC_DB
      adds  a84ae04   Merge pull request #762 from owncloud/database_exception
      adds  e3e4dcf   [tx-robot] updated from transifex
      adds  7639505   fix_new_and_upload_button_html_css
      adds  6864b28   rmeove vendor prefix for box-shadow
      adds  810e020   upload button HTML, CSS & JS cleanup
      adds  8cf1e56   add IE9 CSS checkbox fixes
      adds  2ec96c7   fix new li icons jumping when replacing p with input
      adds  80d8ca2   fix svg -> png replacement for android, cleanup and remove obsolete css
      adds  787e8b8   cleanup CSS whitespace and remove extra input[type='checkbok']
      adds  9a3a83e   Merge pull request #282 from butonic/fix_new_and_upload_button_html_css
      adds  a444999   [tx-robot] updated from transifex
      adds  f7f462f   [tx-robot] updated from transifex
      adds  7969d6e   Merge branch 'master' into filesystem
      adds  cb6c430   add my install changes from #721 again after they have been reverted through #282
      adds  b72a0f5   remove obsolete CSS, fix database host label position
      adds  c728d54   Merge pull request #807 from owncloud/add-changes-again
      adds  fba8c77   plugin mechanism implemented
      adds  5b1dea5   change name to IAddressBook
      adds  2d597c2   first unit tests implemented
      adds  f99497a   test for search and unregister added
      adds  35e5521   [Contacts API] example for searching added
      adds  889e55f   [contacts_api] update documentation
      adds  4cc895a   [contacts_api] move addressbook to it's own file
      adds  b11912f   Merge pull request #623 from owncloud/contacts_api_2
      adds  4327ed8   Revoke DB rights on install only if the db is newly created
      adds  eb7dbf3   Merge pull request #697 from eMerzh/revoke_on_create
      adds  8126b09   add debug logging for user backend registration
      adds  728ea71   Merge pull request #824 from owncloud/add_user_backend_registration_debug_log
      adds  f3bd6d1   add some output why some of the external filesystems might not work
      adds  ca7882a   disable not available external filesystems. Restructure the configuration a bit and improve naming
      adds  e55a363   don't call shell_exec if safe_mode is on.
      adds  e427197   ctor of OC_L10N requires the app name
      adds  2afc5ab   Merge pull request #813 from owncloud/check_external_dependencies
      adds  af12b0f   Autoload classes with 'OC' namespace prefix.
      adds  2361639   Merge pull request #825 from owncloud/oc_namespace
      adds  8ed0ce7   [contacts_api] IAddressBook moved to OCP as it's used by apps to provide access to their contact data
      adds  ddba906   Merge pull request #829 from owncloud/contacts_api_namespace_fix
      adds  bac4e01   [tx-robot] updated from transifex
      adds  b810e42   Improve autodetection of language.
      adds  7b0e2b3   Fix the loop to search al the available languages, not only the las element.
      adds  72fe339   Merge pull request #766 from btactic/language_autodetect
      adds  45074d5   restoring feature to send sharing link via email
      adds  162a2c0   moving sharing email code to core
      adds  c938a4f   feedback to the user while request is being processed
      adds  8b4aad7   Merge pull request #810 from owncloud/send-share-link-by-email
      adds  b8b64d6   set the session name to the instance id - which is unique
      adds  8442003   throwing InsufficientStorage in case the quota is reached
      adds  4018ba0   Merge pull request #847 from owncloud/webdav-quota-fix-exception
      adds  8686a44   [tx-robot] updated from transifex
      adds  15afbfd   Add an $excludingBackend optional parameter
      adds  de34f77   Exclude LDAP backend from global user searches
      adds  680ff3a   Merge pull request #584 from wardragon/ldap_access_userExists_fix
      adds  e7c4a2c   ungreenify new & upload buttons
      adds  7881bf1   improve general button coloring
      adds  2c41ae4   small code reordering of inputs and buttons
      adds  77c16b2   Merge pull request #855 from owncloud/ungreenify
      adds  1443d6c   fix mimetype icons for new files
      adds  b156150   Merge pull request #876 from owncloud/mimicon_fix
      adds  6d7ae46   [tx-robot] updated from transifex
      adds  4466e06   use username, not passed loginname, might differ
      adds  627da20   implement getCurrentUser in Sabre Auth Connector, fixes #508
      adds  90e8e94   icons for username and password field, not sure if it’s good
      adds  9d8bdff   tweak icons for username and password fields, now it’s good
      adds  a871e30   Merge pull request #850 from owncloud/icons-for-login
      adds  5cbe8d6   Show conflict warning when user_ldap and user_webdavauth are enabled
      adds  b54390f   Show conflict warning when user_ldap and user_webdavauth are enabled
      adds  414b7e8   Also show a more prominent warning when php_ldap is not installed
      adds  f0893fb   Give also hint about possible conflicts in the user_webdavauth description
      adds  9f5868c   [tx-robot] updated from transifex
      adds  8256650   Fix "No space found after comma in function call"
      adds  f39454e   Fix "Line indented incorrectly"
      adds  85bd28c   Fix some of "Closing brace must be on a line by itself"
      adds  2ef2dc4   Fix "There must be a single space between the closing parenthesis and the opening brace"
      adds  68562da   More whitespace fixes
      adds  df7d6cb   More style fixes
      adds  6a2b41e   use json encoding when deleting multiply files instead of using ; as delimiter
      adds  fda7d93   remove unneeded line
      adds  6ff3862   Merge pull request #875 from owncloud/multiplefiles_json
      adds  946d58e   merge master into filesystem
      adds  c6a5ce5   these functions should be static
      adds  bc52f12   dont insert and entry in the filecache during upgrade if the id already exists in the filecache
      adds  4be039e   Filecache Watcher: use scan or scanFile based on the current item, not the cached item
      adds  cf36650   make sure folders that are not fully scanned are at least shallow scanned when we open them
      adds  8951769   Check sub storage isn't null or false
      adds  b12abb2   use numeric ids for storages in the filecache
      adds  bf05ff3   Initial support for file sharing with filesystem branch
      adds  0c87f66   [tx-robot] updated from transifex
      adds  4301cd7   wrap hooks into a try, catch to prevent a faulty app from crashing the request
      adds  811b571   Merge pull request #923 from owncloud/hooks_try_catch
      adds  63a2271   Change post_write hook to write to prevent creating a duplicate of the original file on upload
      adds  ff3ed54   Merge pull request #924 from owncloud/versions_write_hook
      adds  dd5e39c   [tx-robot] updated from transifex
      adds  39eebeb   Fall back to default log file if logfile config file not found, suppress writing errors, fixes issue #826
      adds  e16be33   Merge pull request #926 from owncloud/fix_issue_826
      adds  c4ecbad   check if admin
      adds  6861d42   Merge pull request #928 from owncloud/fix_permissioncheck
      adds  e8897c2   prevent keyboardshortcuts from catching events outside the main doc - e.g. the share popup
      adds  d085fdf   Merge pull request #842 from owncloud/restrict_keyboard_shortcuts
      adds  b6eb953   fix utf8 filenames in ie download response header according to rfc5987, see http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http
      adds  b8f7494   Merge pull request #929 from owncloud/fix_utf8_filenames_in_ie_download
      adds  a4b0df4   [tx-robot] updated from transifex
      adds  262fecb   proper escape the mountpoints. Fixes https://github.com/owncloud/core/issues/557
      adds  b0532c6   Merge pull request #905 from owncloud/fix_mountpointescaping
      adds  1dd79cc   set password for shared links when the user press enter and when he leaves the password field
      adds  c457e15   some more usability improvements:
      adds  d873f0d   autofocus to password input after clicking the checkbox; code restructured; debug output added
      adds  3adfb91   call the password input field by name
      adds  982e46c   [tx-robot] updated from transifex
      adds  30b0e8b   cleaning up the settings. standardize the format, add missing I10N and other small things. Yes. This is not perfect. But way better than before ;-)
      adds  7c5150c   Merge pull request #913 from owncloud/fix_settings
      adds  d2828ba   fixes default email sender address
      adds  ad497d2   Merge pull request #949 from RandolfCarter/InvalidDefaultAddress
      adds  186147d   refs #933 send content length header - this will allow the browser to show the progressbar
      adds  e73a47a   Merge pull request #954 from owncloud/download-progress-master
      adds  f85106b   first version of the new documentation system integration.
      adds  89bbabd   a bit more polish. We are getting there.
      adds  2330d6b   show the link to the issue tracker only for Admins as discussed with Björn and Jan.
      adds  79b8d67   remove PgeNavi. It's no longer used
      adds  4b80e50   add pointer to the existing documentation. This will be replaced by the rel documentation during packaging
      adds  5689c78   rename to doc
      adds  cde74fe   make it more readable
      adds  e7c288a   fixing links docu/ ->doc/
      adds  d7fbe47   Merge pull request #868 from owncloud/new_doc_system
      adds  196f1c3   add a check and a warning if setlocale is working
      adds  b162e72   Merge pull request #961 from owncloud/check_locale
      adds  019da99   add curl proxy support. Fixes #504 https://github.com/owncloud/core/issues/504
      adds  f012135   make it more readable as deepdiver suggested
      adds  a64a923   call it "proxy" instead of "curlproxy" Thanks Bart for the hint. This also switches "==" to "<>" and not the code actually works ;-)
      adds  b6b4c4c   add curl proxy support. Fixes #504 https://github.com/owncloud/core/issues/504
      adds  2a55bea   make it more readable as deepdiver suggested
      adds  f381d2e   call it "proxy" instead of "curlproxy" Thanks Bart for the hint. This also switches "==" to "<>" and not the code actually works ;-)
      adds  1933f85   Merge branch 'add_curl_proxy' of https://github.com/owncloud/core into add_curl_proxy
      adds  96100fb   Merge pull request #888 from owncloud/add_curl_proxy
      adds  bca02f4   [l18n] fixing typos in source text
      adds  ecf82d2   [tx-robot] updated from transifex
      adds  03f4250   Migration of build files from Jenkins
      adds  fb6b03e   Merge pull request #914 from owncloud/incorporate-qa-tools-used-by-ci
      adds  2607c56   Trigger the last action before continuing with a file upload, fixes issue #918
      adds  915126c   Trigger last action before continuing with creating a new file/folder/from link
      adds  8e44404   Merge pull request #925 from owncloud/fix_issue_918
      adds  7d811e5   setting the timezone is now part of the login process and true part of the core.
      adds  a1bf6b5   remove timezone.js
      adds  373b69d   Merge pull request #974 from owncloud/fixing-120-master
      adds  cc9061d   adding missing translations for various strings + fixing tool tip on delete
      adds  31aa317   Merge pull request #970 from owncloud/fixing-950-master
      adds  316a29f   fix new button popup looking blurry
      adds  0bc2dc2   remove transitions for file rows and actions because it made everything seem sluggish
      adds  e0ada2c   bring back fixed multiselect bar so it’s visible when scrolled down, fix #746
      adds  5107ccb   move CSS from JS to CSS
      adds  c05ea8c   fix file actions messing with file row height on narrower screens
      adds  aa5f726   use slightly darker color for file actions background, fix fugly look for selected rows
      adds  babc0e4   fix Firefox issues with file actions position and multiselect bar width
      adds  86d510b   fix switched values from previous commit
      adds  bdc8d00   Merge pull request #869 from owncloud/files-styles
      adds  8a3d21d   ignore autogenerated testfiles and folders
      adds  5fb4ed2   Merge pull request #935 from owncloud/ignore_autogenerated_testfiles
      adds  1cbd04a   fix logout icon, hopefully also #969
      adds  84ba66e   Merge pull request #978 from owncloud/logout-icon
      adds  986f5d9   fixing variable name
      adds  3e39c39   [tx-robot] updated from transifex
      adds  05fda76   [tx-robot] updated from transifex
      adds  0656b41   [tx-robot] updated from transifex
      adds  4265419   Try to fix #836 https://github.com/owncloud/core/issues/836
      adds  15da11e   Merge pull request #845 from owncloud/sqlite_error
      adds  7d52c39   [tx-robot] updated from transifex
      adds  5d59ac0   [tx-robot] updated from transifex
      adds  7e36f73   merge master into filesystem
      adds  b4515d8   Only folders have Create permission
      adds  1910057   Fix shared statuses inside folders
      adds  65f1e52   Change old is_readable to isReadable, fixes downloads
      adds  b035626   Retrieve storage correctly, filename is not the mountpoint
      adds  8bdfb04   Fix shared folders
      adds  fb053f8   Fix retrieving of shared source paths
      adds  cfc3526   Fix data for shared root folder
      adds  d275725   No longer need to create folders locally for external storage mount points
      adds  2c23e14   Store etags in the file cache
      adds  a5cb736   Use etags from file cache in SabreDAV connector
      adds  83064ac   Remove old etag code
      adds  77f12c5   Update etags in parent folders
      adds  96e08a1   Fix function name
      adds  29b82cc   Change length of etag field to 40
      adds  3ee3323   Fix retrieving of cache and scanner in Updater class
      adds  aea8b0f   Merge branch 'filesystem' into filesystem-etags
      adds  d0a50fa   Fix eTagUpdate and add tests
      adds  f2ca702   Fix Shared root problems with Watcher and Quota proxy
      adds  b41189d   Cache: allow storage backends to overwrite Watcher
      adds  4b65dd6   Share: small phpdoc fixes
      adds  0ac78a6   Share: fix cache put function
      adds  f4e4a06   Forgot to select storage from filecache
      adds  3b67613   Remove Shared_Scanner and add Shared_Watcher instead
      adds  268c7ac   Actually add Shared_Watcher
      adds  04f83e3   Cache: optional path argument for getCache/Scanner/etc
      adds  a164fd1   Cache: provide path hints to getCache/etc where available
      adds  fe90130   Initialize storageId variable in shared cache
      adds  a1f7c28   Use the source Scanner for shared storage when the path is specified
      adds  a068ddf   Use the sub storage's permission cache for retrieving the correct permission
      adds  6a6d675   Cache: rename index to prevent colissions with old fscache indexes
      adds  b7257b2   [tx-robot] updated from transifex
      adds  27f9ea2   [tx-robot] updated from transifex
      adds  e9c51b3   [tx-robot] updated from transifex
      adds  9aefbea   [tx-robot] updated from transifex
      adds  4acb2f7   change technical expression 'Quota' to simpler 'Storage'
      adds  4ee9d39   change storage space 'none' to 'Unlimited' and capitalize Default
      adds  74d41b8   dim Default Storage label color a bit
      adds  436df6b   enable translations for quota sizes 'none' and 'default'
      adds  24e0a2a   remove unused code
      adds  7e78f8e   moving logic from template to the 'controller' THX @VicDeo
      adds  f922f83   Change old variable name $default_quota to $defaultQuota
      adds  36da34e   Merge pull request #902 from owncloud/storage-wording
      adds  66e57f5   [tx-robot] updated from transifex
      adds  b5b4842   Replace %2F with / in breadcrumbs
      adds  f70f9f3   Merge pull request #1043 from owncloud/fix_breadcrumb_slashes
      adds  329bdda   [tx-robot] updated from transifex
      adds  c6064a5   [tx-robot] updated from transifex
      adds  516464b   [tx-robot] updated from transifex
      adds  54f6f1e   phpdoc fixes for public api
      adds  e998da0   fix broken console.log in ie8
      adds  ed06070   omit type attribute in script tag to use fallback (text/javascript)
      adds  5b07e72   combine ie8 fix with debug check
      adds  166da88   Merge pull request #945 from owncloud/fix_app_management_in_ie8
      adds  1727b2e   add smtp port configuration option
      adds  8240717   Merge pull request #1062 from owncloud/fix-1048-master
      adds  1e3231c   Update lib/util.php
      adds  9dc5ea1   Merge pull request #975 from irgsmirx/patch-1
      adds  7b72424   Revert "fixed max possible upload size for files app in admin screen"
      adds  a3206b4   only show the max possible upload of 2GB on a 32 bit system. for a 64 bit system we have no such limitation refs #856
      adds  e0e7c98   Merge pull request #1041 from owncloud/fixing-856-master
      adds  3bcdd8c   [tx-robot] updated from transifex
      adds  34e5cb5   fixing indent
      adds  0405edc   add translation call for 'Not enough space available' upload error
      adds  ea732e5   also translate 'No file was uploaded. Unknown error'
      adds  3ea9432   fixing undefined variable $l
      adds  f19787f   move $l to top
      adds  fc64e8e   fix error when wrong dir was specified
      adds  b673748   Merge pull request #1063 from owncloud/translate_not_enough_space_available
      adds  e40be93   merge master into filesystem
      adds  f144be8   Don't mount shared storage unless there are shared files
      adds  38876fc   Update old storage classes names to the new namespace during mounting
      adds  1137723   Remove unnecessary length parameter from last commit
      adds  ce44381   Check if oc_token cookie exists before trying to use it
      adds  4e1923b   Merge pull request #1067 from owncloud/fix-logout
      adds  a52aa69   Rearrange code to prepare for updater feedback
      adds  7505837   Basic update progress of database update only
      adds  e7eea3d   Use hooks to send updates from apps
      adds  ceafb5d   Add maintenance mode entry to config.sample.php
      adds  f2e6df8   Add back check if installed around background jobs
      adds  a94405b   Only show the version updating to instead of worrying about converting internal to a formatted version
      adds  6b2216f   Remove old data directory protection from update, should already have taken place or not working because the server isn't Apache
      adds  89823ef   Modify and include additional update messages from updating apps
      adds  f6426ce   Tweak failure message and throw exceptions from updateDbFromStructure()
      adds  5ea8adc   Reformat long line
      adds  90f39cd   [tx-robot] updated from transifex
      adds  394cebc   Remove echo from lost password page
      adds  913c96d   Merge pull request #1081 from owncloud/fix-issue-1075
      adds  934d9dc   [tx-robot] updated from transifex
      adds  4eeb9c5   Fix indentation and lower case the whole url inside handle() instead of calling for each parameter
      adds  e8657c5   Implement PERSON add
      adds  7de97ed   Make readData() exit with a 400 Bad Request for not provided required parameters, and sanitize text
      adds  edb04b2   Fix merge conflicts
      adds  20838bb   Basic structure and functionality of api class
      adds  c375774   Fix odd indentation issue
      adds  9dbe5f3   Load routes before calling actions
      adds  038af7e   Add method to check if an app is shipped or not
      adds  5933d43   Basic template for authorising exernal apps with OAuth
      adds  138c66a   Improve styling of permission request page
      adds  cbc0f0c   Include the css for the OAuth page
      adds  e33174f   Add core routes and include them in OC_API::call()
      adds  f09ecee   Move routes to ocs folder
      adds  9072106   Move OCS methods to lib/ocs/.php
      adds  9ffaea4   Add the format parameter inside OC_API
      adds  b563dff   Record the app that is registering a call to use later with OAuth
      adds  b0dc438   Clean code slightly
      adds  e47a8a9   Authorisation requires you to be logged in
      adds  c7c16ac   Improve merging of api responses
      adds  3a0e370   Add public class for registering api calls
      adds  8161b04   Add Provisioning_API app and routes
      adds  caa9182   Updated group methods for provisioning api
      adds  c4d87c1   Add methods for getting users and creating users to provisioning api
      adds  2f84a8d   Merge the responses recursively
      adds  91daf54   Check if required apps are installed
      adds  372fdf8   Add 'ocs' as app name to API registration
      adds  0271bfa   Move loading of routes to OC_Router
      adds  95d3b83   Create OC_Router in OC::init
      adds  180bd69   Fix OC_API::register
      adds  7a24f0c   Make calling ocs/v1.php/config work
      adds  0a9ca42   Fix OC_OCS_Privatedata::privateDataGet
      adds  cc6911e   Make method static
      adds  b05639e   Fix error with namespacing
      adds  5922599   Handle function not needed in lib/ocs.php
      adds  78bbcc8   Basic OAuth class based on oauth-php. WIP
      adds  ce41f38   Actually login the user when using OAuth
      adds  fcf3dbc   Require a username for OC_OAuth::registerConsumer()
      adds  c2bdb5c   Fix require 3rdpartypath
      adds  2853703   Fixup OCS modules
      adds  9d6a09f   Routing: Method needs to be uppercase
      adds  006b127   Routing: Handle MethodNotAllowedException
      adds  71918a8   API: set request method for registered urls
      adds  7426217   Fix /privatedata/getattribute route
      adds  9ec035e   Add oauth-php library
      adds  e7f7693   Fix 3rdparty paths, initialise OAuth in correct order
      adds  e315384   Remove unnecessary include
      adds  75dbed2   Fix the api routes
      adds  2afe5f9   API: add OC_API::checkLoggedIn()
      adds  c11c2d0   Logout the user at the end of a call to be stateless
      adds  93daa9e   API: Complete respond function
      adds  7952c6a   Change access to router object to getter function
      adds  37ef522   Quick fix for xml encoding arrays
      adds  6ba2623   Move loading of routes to OC::getRouter function
      adds  4b9200f   Routing: combine all routes into one set
      adds  e3d8827   OAuth server implementation using oauth library
      adds  395a056   Remove old oauth-php library
      adds  88c6928   API: Use OC_API::checkLoggedIn() and OAuth scopes are app_$appname
      adds  a7906d8   Move OAuth classes into lib/oauth
      adds  6047a5f   API: Check if the consumer has permissions to access the requested method
      adds  21f8646   API: Fix merging of responses. Return 400 error when no OAuth operation sent.
      adds  b26ffdc   Add basic db structure for oauth
      adds  0d1d2c0   Fix class name
      adds  67c2d56   Add ownCloud OAuth store backend. WIP
      adds  b650c7c   Add table to hold OAuth scopes
      adds  47eebe5   Add 'authorised' field to oauth_tokens table
      adds  37bb16b   API: Add callback_fail, add OC_OAuth::init and bespoke request token method
      adds  4224eb8   API: remove OAuth auth check, respond in ocs formatted xml/json
      adds  470b87f   Fix ocs/person/check
      adds  2c664c6   API: Fix routes definition
      adds  3717969   API: Add provisioning api methods for apps
      adds  6c98a94   API: Fix addUser and added getUser methods
      adds  28a1195   API: Fix /person/check api method
      adds  6fbc1d7   API: Fix responses of enable and disable app methods
      adds  707f742   API: /cloud/groups use OCS response codes, fix response of getGroups, fix addGroup
      adds  fa5dff2   API: Require api calls to register the required auth level
      adds  227ada3   Fix merge conflicts
      adds  a045218   Remove provisioning_api apps from core
      adds  182f890   Remove a merge conflict
      adds  b261c98   Fix autoloader merge conflict
      adds  8b409df   API: Default to user authentication level
      adds  a8c8244   API: Use http authentication, check the auth level required
      adds  0c55ca1   API: Add required auth level to OCS routes, move some routes to provisioning_api app
      adds  0f07226   API: Allow admins to access SUBADMIN api methods
      adds  8926038   API: Fix merge conflict remnants
      adds  3ea01df   API: Parse PUT and DELETE variables
      adds  88b786e   Merge branch 'master' into ocs_api
      adds  07111ff   Allow apps to pass defaults and requirements for their API calls
      adds  b079447   Add API method for sharing a file, currently only via a link.
      adds  bcdf3a2   Merge master into ocs_api
      adds  6675a46   Fix url generated for public shared files
      adds  b2a1b54   Detect http protocol in providers.php
      adds  43917e1   External Share API: Move url down one level in response
      adds  115dbc7   API: Specify the response format using a GET parameter
      adds  140141e   API: Further tidying, implement OC_OCS_Result object for api results.
      adds  2a4b554   API: OCS methods now use OC_OCS_Result to return data
      adds  3cc3405   API: Remove old code. Move remaining methods to OC_OCS_Result.
      adds  228a75e   API: Include totalitems and itemsperpage meta data when needed.
      adds  1475ff6   API: Add check to see if the user is authorised to run the api method
      adds  c7a665a   API: Tidy up routes.php, remove redundant call registration
      adds  4facd76   Remove 3rdparty repo from ocs_api branch
      adds  5fe6129   Merge master into ocs_api, fix conflicts.
      adds  39b5199   API: PUT and DELETE variables are now accessed from the parameters array
      adds  3c98f36   Merge branch 'master' into ocs_api
      adds  314dd4b   prevent keyboardshortcuts from catching events outside the main doc - e.g. the share popup
      adds  f94c26e   Change post_write hook to write to prevent creating a duplicate of the original file on upload
      adds  0229b07   [tx-robot] updated from transifex
      adds  7980bcc   Fall back to default log file if logfile config file not found, suppress writing errors, fixes issue #826
      adds  e6de09c   check if admin
      adds  218a5ea   Remove unused methods
      adds  6eb194b   Merge branch 'master' into ocs_api
      adds  9626d9c   Code cleanup and add copyright info
      adds  2ac6166   Remove accidental submodule
      adds  8a5f583   Remove WIP OAuth code
      adds  3d23e98   Remove the WIP external sharing api
      adds  0b13b41   Merge pull request #1053 from owncloud/ocs_api
      adds  045c0ac   workaround for 32-bit systems to handle filesizes bigger than 2GB
      adds  dfc8d75   OC_Helper::is_function_enabled() added to find out if a function is available And some documentation adjusted on the way
      adds  cedec59   Fallback to use COM or exec('stat ..') is only executed if stat or filesize return negative values. Special case of BSD has been added as stat syntax differs In addition unknown OS is logged
      adds  ac50c2f   documentation adjusted on the way
      adds  2cb6632   enhanced log message
      adds  da28ae0   remove duplicate return
      adds  0c6213a   Merge pull request #1066 from owncloud/fix-388-master
      adds  035d0aa   Merge branch 'master' into update-progress
      adds  da7a14e   Merge pull request #1079 from owncloud/update-progress
      adds  a5dcbc3   Files: prevent people from renaming files to '.'
      adds  b4191b7   rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has changed! adding file name checks and notifications to isFileNameValid() for . and empty file name
      adds  08d7b8c   Merge pull request #1092 from owncloud/rename_dot
      adds  a0fe53d   fix pattern for database names
      adds  bbe805b   use regex which was suggested by dragotin
      adds  7ca740f   Merge pull request #632 from owncloud/fix_629
      adds  0b00723   [tx-robot] updated from transifex
      adds  e8d08d4   merge master into filesystem
      adds  0ca5047   Autoload namespaced test classes
      adds  457dc27   Fix messed up mounts
      adds  4395782   Cache: split permission cache scanning and cache scanning
      adds  ad3bade   Cache: split permission cache scanning and cache scanning
      adds  d0377b1   Cache: normalize mimetypes
      adds  6801f82   Merge branch 'filesystem' into filesystem-etags
      adds  8a63bcc   Don't use more entropy for etags
      adds  9e2f3a5   Remove old create etag function
      adds  5174eda   Fix permissions for mount point
      adds  a7d4d04   Fix mimetypes in shared cache
      adds  8f8a5bb   Maked Shared_Permissions extend Permissions class
      adds  e8b195b   Almost fix Shared scanner...
      adds  464dafd   Make Google Drive storage id unique, before it was anonymousanonymous
      adds  1065413   Change length of mimetypes to 255, the maximum length according to RFC 4288
      adds  aa15fcf   Scan mount points in root before adding a entry
      adds  4835525   Switch scan to scanFile for root of mount points
      adds  36cac7f   Return NOT_FOUND in shared cache
      adds  6f049d0   Merge branch 'filesystem' into filesystem-etags
      adds  a00b9e0   Bump version
      adds  b30648c   Don't waste time making another call since we know it doesn't exist
      adds  094a852   Wrap the etag in double quotes
      adds  3a9ec45   Merge pull request #1052 from owncloud/filesystem-etags
      adds  e2f549f   remove css not selector - incompatible with ie8
      adds  3dbb148   Merge pull request #1061 from owncloud/remove_css_not_selector_to_fix_ie8_input_fields
      adds  861f32a   Update apps/user_webdavauth/user_webdavauth.php
      adds  b69328e   [tx-robot] updated from transifex
      adds  24d4f70   calculate free space for versions
      adds  ee1ce67   add size to versions array
      adds  0a49fcf   update files history according the given intervals
      adds  acc902a   remove blacklist
      adds  a7bb4b1   personal settings removed, there is no need to expire versions manually
      adds  75a871e   expire all operation no longer needed; delete oldest versions if limit of empty space is reached
      adds  2a42344   don't check for min interval, no longer needed
      adds  0e0d54d   get timestamp from file instead from time(); typo fixed
      adds  e6e9d33   add missing bracket
      adds  21cdf93   remove DEFAULTMAXFILESIZE limit and make percentage of available space for versions configurable
      adds  ec3c5f3   debug output removed
      adds  619c3ef   use limits defined in issue https://github.com/owncloud/core/issues/860
      adds  a0b0a1d   adjust timestamp of the file copied from the version history
      adds  d51fba7   every 1000s run reduce the number of versions for all files, not only for the currently edited file
      adds  417498d   add complete size of versions to array
      adds  dca0fda   keep track of the size of the versions directory
      adds  6be9c0a   some code clean-up
      adds  67d00bc   some more clean-up, isVersioned() is no longer needed; rename hook fixed if a complete folder gets renamed
      adds  99a0ea4   function description fixed
      adds  d276d21   - code clean-up - some more code comments - fixed bug in the expire function, cleanup all_versions array during run. Otherwise it could happen that we try to delete already deleted versions
      adds  e017330   merge conflict fixed, settings-personal.php is no longer needed
      adds  8148c18   whitespace cleanup
      adds  32c2b0d   enable enter in ie by using .submit()+form instead of .change(), use notifications when name is empty
      adds  740b662   show notification when renaming a file to ''
      adds  a6733ff   abort rename on ESC keyup
      adds  4a7604d   remove , at end of js. IE8 chokes on this
      adds  03b8a06   input/form switching cleanup
      adds  fe4f056   use jQuery.parseJSON fallback for IE6/7/8
      adds  de496ed   remove initial iframe, is added automatically by jquery upload mechanism
      adds  9cd7bb2   reverse z-index of a and input to make upload work again in ie8/9
      adds  9671ace   Merge branch 'master' into fix_minor_files_annoyances
      adds  cbb118d   adapt to isFileNameValid, whitespace cleanup
      adds  da442b0   remove aborted uploads
      adds  3bb7ee5   attach max upload tipsy to div instead of a to fix tooltip not showing due to new z-index
      adds  0dda8f5   ie8 ignores rgba, show button border in ie8 by adding second border css row
      adds  7b9e6d2    fixing string concatenation in javascript  refs https://github.com/owncloud/core/commit/ae54364d7c8baf5138d166855db6431190963886
      adds  dae8f15   Merge pull request #938 from owncloud/fix_minor_files_annoyances
      adds  533f0e8   [tx-robot] updated from transifex
      adds  4341538   Upstream merged my patch to add additional ssl root certificates to the webdav client. This means that OC_Connector_Sabre_Client is no longer needed
      adds  ca027f3   Merge pull request #1124 from schiesbn/sabredav2
      adds  a40c952   more translations
      adds  fda1ada   Merge pull request #1131 from owncloud/more_translations
      adds  912050a   [tx-robot] updated from transifex
      adds  ccdaec6   webdav returns "503 Service Unavailable" in case the ownCloud server is currently in maintenance mode.
      adds  23dd7f1   Merge pull request #1127 from owncloud/fixing-641-for-webdav-master
      adds  d03dce1   [tx-robot] updated from transifex
      adds  42e3eaf   add more linebreaks, replace SQL LIMIT with param
      adds  6048976   Merge pull request #1133 from owncloud/add_linebreaks_in_sharing
      adds  1eb3c8e   Correct link to the bugtracker in exception.php
      adds  216a5af   Remove uneeded file
      adds  507d4aa   Merge pull request #1154 from owncloud/remove-uneededFile
      adds  9b9f5b1   Remove setContentTypeHeader()
      adds  b6e0842   Merge pull request #1155 from owncloud/remove-setContentTypeHeader
      adds  466cdab   Add security section to admin menu
      adds  ffbf273   Removed uneeded HTML tag
      adds  1f6eb68   Merge pull request #1150 from owncloud/EnableSSL-AdminMenu
      adds  9ddd754   Enhanced multiSelect jquery plugin.
      adds  daf452b   Added some missing type checks.
      adds  feeaaf2   multiSelect: Make sure last added entry is selected and some code cleanup.
      adds  8837f2a   multiSelect: Added scrollbar if longer than 20em. Ref #720
      adds  b23c03c   Enhanced multiSelect jquery plugin.
      adds  b62542f   Added some missing type checks.
      adds  fefb6ac   multiSelect: Make sure last added entry is selected and some code cleanup.
      adds  fd01744   multiSelect: Added scrollbar if longer than 20em. Ref #720
      adds  95bdfdb   Merge branch 'fix_multiSelect' of github.com:owncloud/core into fix_multiSelect
      adds  6d643f9   multiSelect.js: Give each select a unique msid to prevent double adding in users.js
      adds  73b186c   Merge branch 'fix_multiSelect' of github.com:owncloud/core into enhanced_multiSelect
      adds  63fa943   multiSelect: Don't force popup above if there's no room for it there.
      adds  1d55829   multiSelect: Modified users.js to only update other multiSelects.
      adds  689edc2   multiSelect: Make sure up/down classes are removed on close.
      adds  c317da7   multiSelect: Add sorting options.
      adds  5f795d3   Users: Show selected groups first in list.
      adds  954b559   Merge pull request #994 from owncloud/enhanced_multiSelect
      adds  809b264   Create CONTRIBUTING.md
      adds  b7bdfe1   Update CONTRIBUTING.md
      adds  9b63f1d   Added links to app + mirall repo
      adds  e833ed3   Merge pull request #1159 from LukasReschke/master
      adds  da4a50a   Remove uneeded link
      adds  1631ee4   Move to apps repo
      adds  e11b650   Remove OpenID from the router
      adds  b608675   Merge pull request #1157 owncloud/move-OpenID
      adds  ad64ce1   [tx-robot] updated from transifex
      adds  4272778   Update CONTRIBUTING.md
      adds  3695425   Fix a typo
      adds  98630dd   Create issue_template.md
      adds  ecde84a   Add template
      adds  d832147   Add ownCloud version
      adds  8501792   Remove :
      adds  4fa9e3c   Uneeded newline
      adds  7a72819   Add a space behind the ####
      adds  81472c8   Add the correct link to the apps repository
      adds  ca7658b   Add server operating system to template
      adds  0bf8a1e   Typos
      adds  2da5ddd   Adding database to server config
      adds  850184a   Updated browser log
      adds  689e37c   Merge pull request #1160 from owncloud/updateContrib
      adds  eddf9f9   Correct the link
      adds  981fd5e   [tx-robot] updated from transifex
      adds  c29310a   [tx-robot] updated from transifex
      adds  cd802ed   Merge branch 'master' of github.com:owncloud/core
      adds  2a7e5fa   Remove ugly indentation
      adds  51a4240   Merge pull request #1170 from owncloud/correctIndention
      adds  9d41322   fix c&p error
      adds  e51055c   Revert "fix c&p error"
      adds  f80bc4e   fixed error that displayed a white page and a warning that routes could not be loaded from apps that was caused by the ocs_api merge
      adds  5ccbfd9   readded ocs routes
      adds  75dbe88   added cleanup recommendations by including ocs in the cachedKey method and moving the ocs routes stuff at the end of the loadRoutes method
      adds  fa78fbe   Merge pull request #1112 from Raydiation/master
      adds  780fb37   allow default click behaviour
      adds  9eb16e0   Merge pull request #1135 from owncloud/allow_default_click_behaviour
      adds  fb7f9e2   legend - l10n
      adds  90d0d08   Improved the help text
      adds  9cfc195   The => This
      adds  7455056   Merge pull request #1169 from owncloud/webdav_L10n
      adds  e151210   Simplify the isSubDirectory() function
      adds  c27833b   Add @brief to description
      adds  b7db967   Commentblocks should begin with two *
      adds  99adfbd   Check for string position instead of string existence
      adds  8b2307c   Merge pull request #1172 from owncloud/isSubDirectory
      adds  31b1a73   Check if user is admin - bool
      adds  fef73d9   CP fail
      adds  0810d80   Add a closing )
      adds  eab6d7e   Enhanced auth is totally unmaintained and broken
      adds  53ca0db   Merge pull request #1177 from owncloud/OC_User--isAdminUser()
      adds  c845e75   Expand if to multiple lines
      adds  ab287d2   Move { to same line
      adds  71ae417   Merge pull request #1182 from owncloud/sanitizeHTML-Clean
      adds  fdd667a   [tx-robot] updated from transifex
      adds  959996c   LDAP: fix spelling
      adds  72d67ec   Switch to textarea to enable configuration of multiple DNs
      adds  3b82be5   Base DNs will be used as array, now, to support usage of multiple DNs
      adds  81489ad   support multiple base DNs
      adds  ec1caa7   support LDAP search using multiple base DNs also with paged results, implements #395
      adds  19fa78d   Code style
      adds  4a8c25e   dechex not necessary, do not waste time with it
      adds  bb9cc22   Merge pull request #1087 from owncloud/ldap_multiple_dns
      adds  9bf367e   merge master into filesystem
      adds  94068e5   Cache: show upgrade progress
      adds  7debfac   Cache: more efficient upgrading
      adds  4a345fd   removing undefined $response
      adds  a143e77   removing unused parameter $parameters fixing undefined variable $useDir
      adds  19e604c   fixing call of OC_Log::write() - missing parameter
      adds  a0d6f0e   fixing undefined $eventSource
      adds  01cecc9   initialize $result
      adds  408b2cb   fixing undefined variable $result - should be $query I assume
      adds  cdd28fc   fixing undefined variable $where
      adds  7042b5b   remove silly assignment
      adds  19edb29   add missing return
      adds  1093cdd   fixing returns
      adds  a21da9f   fixing returns
      adds  e475c26   fixing <input> tag
      adds  388bb6a   Merge branch 'master' into fixing-unused-and-undefined-in-master
      adds  4267809   remove php closing tag
      adds  0da0618   Merge pull request #1187 from owncloud/fixing-unused-and-undefined-in-master
      adds  65ef780   Fix regression caused by 31b1a73e1f508a33843835b632ee05c7bfc2aaaf
      adds  e8b45ca   Remove uneeded return
      adds  cc00c54   Remove uneeded returns
      adds  4668f8c   Merge pull request #1178 from owncloud/return_true_because_of_ponies
      adds  0398bff   [tx-robot] updated from transifex
      adds  a084903   Cache prepared statements in OC_DB
      adds  f18fc1c   Clear cached prepared statements when switching between mdb2 and pdo
      adds  1f7bf57   Merge pull request #1195 from owncloud/cache_prepared
      adds  60d5d5f   fix for issue #1186, missing variables added
      adds  ef4e6f3   fix for issue #1189, missing variables added
      adds  b2a3a8d   Merge branch 'versioning_history_issue_1189' of github.com:schiesbn/core into versioning_history_issue_1189
      adds  73c4d0f   initialize $versionCreated
      adds  f71a5de   initialize
      adds  5935f6a   Merge branch 'versioning_history_issue_1189' of github.com:schiesbn/core into versioning_history_issue_1189
      adds  2b9c925   Merge pull request #1192 from schiesbn/versioning_history_issue_1189
      adds  44e5c05   handling proper display of files/folders with negative size refs #1162
      adds  cb0fd30   Merge pull request #1185 from owncloud/fixing-1162-master
      adds  a8f963d   Spaces to tabs
      adds  5bfe4ad   Whitespace cleanup
      adds  1d57a2e   Merge pull request #1180 from owncloud/whitespace-cleanup
      adds  5445b94   merge master into filesystem
      adds  29ec007   Cache: dont migrate permissions, cache them on demain instead
      adds  f9c42a1   Cache: no longer using this file
      adds  bb43cf3   Files: make sure keybinds js is loaded after files js
      adds  6871a15   Cache: use a database transition for scanning each folder
      adds  5df6f9d   Fix merge
      adds  cd8d836   Disable fancy folder sharing for now
      adds  8ca30d2   Implement getETag() in shared storage
      adds  b7f507b    dont resize content div with javascript but use css box-sizing to do it
      adds  b659072   dont show horizontal scrollbar
      adds  d42214e   Merge pull request #1204 from Raydiation/master
      adds  433fa19   [tx-robot] updated from transifex
      adds  ba9c967   Throw an exception when creating a MySQL user fails and display exception error text to user
      adds  42cd996   Use a custom exception instead of adding a delimiter to the error message
      adds  0132a0b   Rename TestException to DatabaseSetupException
      adds  d85e440   Merge pull request #1148 from seancomeau/topic/setup
      adds  824fcf6   [tx-robot] updated from transifex
      adds  31ce320   in case of maintenance the error page returns http status 503.
      adds  5df57e4   Merge pull request #1181 from owncloud/return-503-in-maintenance
      adds  098c84a   Return 401 headers when authentication is required for the api call
      adds  358671a   Fix incorrect indentation
      adds  b4954c0   Correct spelling of 'Authorization'
      adds  0ed6352   Merge pull request #1205 from owncloud/ocs_api
      adds  d2c5f9b   fix error message, add "appid" to the output to know which app caused the error if OC_App::getStorage() fails. Port of approved patch for stable45: https://github.com/owncloud/core/pull/1222
      adds  9ffd419   Fix wrong word in comment
      adds  487e401   Typo fix (comment) /lib/base.php
      adds  edf3572   Merge pull request #1224 from davidgumberg/patch-2
      adds  39d874c   the maximum upload size is now part of the response of the upload and delete operation. the maximum upload size is updated within the browser once an upload or delete operation has been finished
      adds  bae1755   Merge branch 'master' into fixing-784-master
      adds  23896a7   Merge branch 'master' into fixing-784-master
      adds  362860c   adding jquery-visibility https://github.com/mathiasbynens/jquery-visibility MIT and GPL licensed
      adds  938254a   load jquery-visibility
      adds  e560cba   adding a ajax call to get the current file storage stats like free space logic to call it every 5 minutes make use of visibility API/jquery-visibility to perform the ajax call only if the browser is visible/in use
      adds  5ff29b4   fixing indent
      adds  31cc9aa   Merge pull request #986 from owncloud/fixing-784-master
      adds  a17ca3a   [tx-robot] updated from transifex
      adds  ad57db3   Make the message friendlier
      adds  02bd8dd   Change the second part of the notification
      adds  ae24497   Merge pull request #1228 from owncloud/generating_zip_message
      adds  f447e64   Remove uneeded file
      adds  53b95cb   Merge pull request #1230 from owncloud/remove-unused-autocomplete.php
      adds  a8094ab   load classpaths of apps before routes
      adds  2b95ae1   spaces to tabs
      adds  f193986   Merge pull request #1214 from Raydiation/master
      adds  42b924d   Also replace the backslash with a minus
      adds  8daefd0   Sanitize the exception
      adds  bc8957a   Add listener for VisualPHPUnit
      adds  10a9ddd   Merge pull request #1233 from owncloud/visualphpunit
      adds  ebc0c4b   [tx-robot] updated from transifex
      adds  83d6221   merge master into filesytem
      adds  664f33a   Update mtimes of all parent folders after change inside
      adds  4c05661   Merge branch 'filesystem' of github.com:owncloud/core into filesystem
      adds  42a1a17   Cache: return non numberic storage id
      adds  1762378   Files: don't load fileactions.js when upgrading filecache
      adds  8ede329   Cache: add database indexes for mimetype and mimepart
      adds  dea77b7   cached queries need to be reset on schema change because they become invalid fixes: https://github.com/owncloud/apps/issues/468
      adds  b0716ba   Merge pull request #1247 from owncloud/clear-queries-cache-on-schema-change-master
      adds  aede26d   [tx-robot] updated from transifex
      adds  d8d812a   enable unittesting on appframework and apptemplateadvanced
      adds  8817b60   Fix scrolling of leftcontent
      adds  dd40b69   Merge pull request #1255 from owncloud/leftcontent_fix
      adds  f2d0eea   Merge branch 'master' into filesystem
      adds  e666ce3   Fix external storage UI for new storage namespaces
      adds  465c100   Add tests for mtime changes in folders - testRename is failing right now
      adds  db2b485   Cache: fix test case Updater::testRename
      adds  7330fcf   Cache: make mounts overwrite existing folders, prevents duplicate entries
      adds  9a1f65a   Some style fixes
      adds  6af99f3   Development snapshot: Rewrote crtpt class as Util, Hooks, and Crypt Switched blowfish for openssl with AES Added setup() method for creating user keys and directory structure Many other changes complete and in progress
      adds  2835618   Added methods for handling encrypted file + iv content Improved IV generation
      adds  d294e77   Development snapshot: - Added methods for sealing data with multiple keys - Added method for encrypting data, generating iv and keyfile, and returning both - Added 6 unit test cases (containing 12 tests) for Crypt class - Commented out old unit tests for now
      adds  2cf64da   moved to ocs.php from master and added dummy functions for the keyserver
      adds  e32b2c8   moved to ocs.php from master and added dummy functions for the keyserver
      adds  9216289   Wrote new methods for testing if a file is encrypted using AES or Blowfish Added more unit tests for crypt class Added new method for generating 16 character pseudo-random initialisation vectors Started writing new methods for handling legacy keys and en/de/re cryption Added comments to lib/filecache.php explaining expected $path type
      adds  9368ea7   added tests and methods relating to handling of legacy keys
      adds  d766ca8   Changed util class methods to use / create public keys in single shared public-keys directory, and group encryption-related user files
      adds  6d1ed38   keymanager class for basic operations to store and retrieve keys
      adds  66b4616   Started implementation of new encyryption classes into the encryption proxy
      adds  e6de086   Fixed various bugs in hooks class Fixed documentation syntax in keymanager
      adds  adf5c95   Fixed use of OCFSV in getPrivateKey()
      adds  3ab4ddd   function to ask for the encryption mode (server side or client side). Needs to be implemented and integrated into the settings.
      adds  bdb4069   fixed path for filesystem view
      adds  cb5d935   implemented publicKeyGet() and privateKeyGet() calls
      adds  9f51841   Mainly work on implementing new encryption system (+ keyfile handling) into proxy classs
      adds  e5c8448   Merge branch 'files_encryption' of gitorious.org:owncloud/owncloud into files_encryption
      adds  bb229f7   write private/public key from the client to the server
      adds  931c469   run setup routine only for server side encryption
      adds  f752a27   write keyfiles to server
      adds  e5704bf   ocs call to get file key for client side enncryption
      adds  23391b3   get/set key files, take shared files into account
      adds  1f2aa32   url needs to be case sensitive to be able to have files and paths as part of the URL
      adds  ee15c40   comment added
      adds  eebf76d   Implemented writing of keyfiles and directory hierarchy in proxy class Added crypt::findFiles() method for finding different types of files, ready for batch encrypting / decrypting Added comments to postFopen in proxy class
      adds  9bab065   update file encryption key over webdav properties for client side encryption
      adds  e4e6574   allow admin to choose between client and server side encryption
      adds  f6863f9   get encryption mode from the settings
      adds  84fd62b   Implemented writing of keyfiles and directory hierarchy in proxy class Added crypt::findFiles() method for finding different types of files, ready for batch encrypting / decrypting Added comments to postFopen in proxy class
      adds  82f5f73   Merge commit '84fd62b13047cb756d9f39c192e17fd5f2179f83' into files_encryption
      adds  a7f3a67   get settings from DB and check the right checkbox in the settings
      adds  c4d1ad1   Made dependencies of Kaymanager::setFileKey() explicit using dependency injection
      adds  6b058cd   allow user to choose encryption mode
      adds  5996ea7   remove debug output
      adds  19b3109   code cleanup
      adds  d5808f0   return a list of all public keys for a given file
      adds  bed05f0   only force re-login if server-side encryption is enabled
      adds  a0b2474   code cleanup and TODOs added
      adds  773d7b1   OCS api calls cleanup
      adds  5bb3ea9   define default properties in keymanager.php
      adds  d4974b6   set default dependencies in keymanager.php fix calls in ocs.php
      adds  dc596a7   remove function which is no longer needed
      adds  5983643   fix setFileKey() call in updateKeyfile hook
      adds  a7cbc9e   lock system wide encryption settings once the admin took a decision
      adds  5a261b5   ask user for passwords when switching from client to server side encryption
      adds  800942e   change key password when user switches from client to server side encryption. make use of the keymanager class in changekeypasscode()
      adds  a969c23   disable admin choice of encryption mode once a decision was taken
      adds  bd7d566   change private key passphrase; disable file proxy for keymanager operations
      adds  368ade6   code cleanup
      adds  7e3f549   typo fixed
      adds  12628be   only call proxies for server side encryption
      adds  e4450d1   execute file hooks only if server side encryption is enabled
      adds  3ec6dc5   ToDo item removed
      adds  34f93ac   check if user has write access to a given file before updating the filekey
      adds  b1f6bb3   write error to OC_Log
      adds  6ce315f   added wrapper method in crypt class for encrypting asymmetric and symmetric simultaneously fixed bugs with keymanager integration added unit tests
      adds  92ec88c   move chane password code from keymanager.php to crypt.php
      adds  d039f11   provide ocs calls and keymanager functions to get/set both keys (private, public) of a user together
      adds  ea236e8   added first version of keymanager PHPUnit test files
      adds  d725d07   added two (currently passing) unit tests
      adds  b883bb6   Converted test to PHPUnit format
      adds  f11f524   working on streaming decrypted content applied some dependency injection to keymanager.php
      adds  293a0f4   Started rewrite of cryptstream class (renamed to stream) Added unit tests Fixed decryption of user private key at login Added functionality to keymanager
      adds  32ee3de   Extensive work on crypto stream wrapper implementation
      adds  e3ac15b   development snapshot
      adds  2e796b5   urldecode private- and public-key
      adds  ed98067   Development snapshot
      adds  4da67b0   Development snapshot; encryption stream wrapper now successfully writes files, and passes unit tests
      adds  06ea9c1   Development snapshot Stream reading and writing of small and large files working, using write cache
      adds  8b01286   Merged branch 'master'
      adds  265f365   all unit files_encryption crypt unit tests now passing after merge
      adds  dd987a8   Added minor documentation
      adds  fdf0f6c   Added namespace
      adds  459a762   Added check if sharing app is enabled, commented out sharing code due to issue
      adds  886fb18   Improved documentation Implemented exceptions Added method for splitting catfiles
      adds  cb81b82   Fixed IV generation test Changed use of namespace
      adds  138a255   Switched require() for require_once()
      adds  b5c0e40   Fixing use of splitIv Fixed unit tests for splitIv
      adds  6df35ee   Added unit tests for setupServerSide(), key paths, and ready() Started using Mockery library for mimicking objects
      adds  637891b   Development snapshot, lots of fixes Web UI based encryption working Crypt and Util unit tests passing
      adds  5328aae   Added unit tests for legacy encryption methods Improvements to documentation
      adds  13d93fb   Development snapshot
      adds  5f78f9d   Development snapshot
      adds  a465b3c   Development snapshot
      adds  bfd47cd   Development snapshot Moved legacy crypto methods from Util into Crypt Added preliminary support for reading legacy encrypted files Added some unit tests
      adds  bc3550b   Development Snapshot Opening short files via webdav, that were saved via webdav, now works
      adds  c56fb90   Development snapshot Read/write interoperability working through web UI and WebDAV New class Session for handling session data A few new unit tests Some additional unit tests are now failing, esp. legacy enc related ones
      adds  aabef79   Added library phpseclib First implementation of passphrase changing on user pwd change
      adds  b66d38e   Revert "Development snapshot"
      adds  a00dd2d   Revert "Revert "Development snapshot""
      adds  1fc5b1d   Replaced phpseclib calls with symmetric re-encryption of user private key
      adds  31cbb5a   Reverted temporary changes to core lib files
      adds  453fd66   Changing user login pwd now correctly changes encryption key passphrase All crypt unit tests are now passing
      adds  398b52e   Improved formatting of getPublicKeys()
      adds  063f225   Merge branch 'master' into files_encryption Encryption unit tests still failing, needs work Conflicts: 	3rdparty/Archive/Tar.php 	3rdparty/MDB2/Driver/Datatype/Common.php 	3rdparty/MDB2/Driver/mysql.php 	3rdparty/Sabre/CalDAV/CalendarQueryValidator.php 	3rdparty/Sabre/CalDAV/Plugin.php 	3rdparty/Sabre/CalDAV/Version.php 	3rdparty/Sabre/CardDAV/AddressBook.php 	3rdparty/Sabre/CardDAV/AddressBookQueryParser.php 	3rdparty/Sabre/CardDAV/Plugin.php 	3rdparty/Sabre/CardDAV [...]
      adds  bf69677   Merge branch 'master' into files_encryption
      adds  665261d   Development snapshot, mocking out Session{} for crypt unit tests
      adds  7fe9245   Development snapshot Crypt{} & Util{} unit tests now passing locally Added keymanager unit tests
      adds  69e86c0   Merge branch 'master' into files_encryption
      adds  b024db9   Made Keymanager::getFileKey() dependencies explicit, fixed client code and tests accordingly
      adds  2d98afa   Removed debugging line
      adds  015787f   All in-use unit tests now passing after merge
      adds  a68b597   Merge branch 'master' into files_encryption
      adds  61104d1   Re-added 'checkAdminUser' Improved code formatting
      adds  9ca9124   Merge branch 'master' into files_encryption
      adds  0579b52   Removed phantom depreciated files
      adds  3e83023   Removed unnecessary line
      adds  2e30641   Removed misleading crypto gen comment
      adds  fed74ed   Removed old and unnecessary comments
      adds  3fbf362   Removed debugging comments
      adds  619780a   Merge branch 'master' into files_encryption
      adds  4759265   Added localisation for encryption settings
      adds  ca454f0   Removed depreciated file
      adds  aa648fc   Merge branch 'master' into files_encryption
      adds  c18aec5   Merge pull request #1105 from owncloud/files_encryption
      adds  68272fa   Remove unnecessary ob_end_clean() from template tests
      adds  12e286b   Merge pull request #1237 from owncloud/fix-template-tests
      adds  eb9cd08   Add ebook specific mimetypes
      adds  73522fe   Add ebook specific mimetypes
      adds  ec8609f   Merge pull request #1259 from TheSFReader/master
      adds  f858381   merge master into filesystem
      adds  c82d6e5   Add CSP header
      adds  967b794   Add the default-src
      adds  af8c193   Disallow inline JS
      adds  68025ac   Add a route to the JS config
      adds  5fff573   Move config to core/js/config.php
      adds  8ca78fc   Move requesttoken to oc-requesttoken.js
      adds  0d02caa   No inline JS in apps
      adds  9bc8df3   Move publicListView to external JS
      adds  0c59074   Correct copy paste fail
      adds  39da6f8   Move timezone check to external JS
      adds  3ed7d5d   Move isadmin to external file
      adds  a29f9f9   Indentation
      adds  30274ee   Move to OC_App
      adds  d238333   External JSON for the Apps
      adds  8223117   Remove closing tag
      adds  3ffbaf4   Allow iframes to external domains
      adds  351d206   Allow eval() and send headers for legacy browsers
      adds  bd5ff29   Merge branch 'master' into no-inline-js
      adds  8907bda   Remove uneeded JS
      adds  367aadb   rename 'publicListView' switch to 'disableSharing' because this is not only used for the public list view
      adds  5fadd53   missing renames of publicListView to disableSharing
      adds  48949ba   Move appid to external file
      adds  d39655e   Move template parameters around so database error page is properly rendered
      adds  2012603   Merge branch 'master' into fix-issue-1085
      adds  d58cee2   returning http status code 503 in case connecting to the database failed
      adds  5136f6d   Make database connection error messages less verbose
      adds  9eecb91   Merge pull request #1113 from owncloud/fix-issue-1085
      adds  c986dbe   [tx-robot] updated from transifex
      adds  c8bbbb4   Merge master...
      adds  fe56e4d   Fix merge conflict
      adds  846971e   Fix merge conflict
      adds  b4c3dd8   update to jquery-ui 1.10.0
      adds  0517465   Allow admins to change the CSP policy in the config file
      adds  293e7bd   Notice about changing the standard policy
      adds  e5cc5a0   Allow the loading of external images
      adds  0d2a58b   Initialize router also if ownCloud isn't installed
      adds  ff4d621   This breaks the installation
      adds  3ff32eb   [tx-robot] updated from transifex
      adds  df6ba69   Update lib/mail.php
      adds  9c06953   Update config/config.sample.php
      adds  dfa5f2d   Update config/config.sample.php
      adds  dcda792   Update config/config.sample.php
      adds  f9a9fc5   Merge pull request #1265 from j-ed/master
      adds  9dc6687   Check that api methods return the correct result type
      adds  8f9d3cd   Code style update
      adds  1dac2ba   Merge pull request #1286 from owncloud/ocs_api
      adds  ef88ceb   drop SimpleTest compatibility
      adds  48e6ce7   Merge pull request #1291 from owncloud/drop-simpletest-compatibility-master
      adds  6832ddd   [tx-robot] updated from transifex
      adds  936e991   Add js linkToRemote and linkToRemoteBase
      adds  688fe0b   Merge pull request #1307 from owncloud/js_linkToRemote
      adds  047f198   Merge branch 'master' into no-inline-js
      adds  d8c4e62   Use black background images
      adds  d21946f   Merge pull request #1258 from owncloud/no-inline-js
      adds  0d6a577   Warn users not to enable DEBUG in productive environments
      adds  a65410f   Remove the CSP header for Firefox
      adds  af4411e   [tx-robot] updated from transifex
      adds  bc9ab07   add smart app banner to promote ios app
      adds  3b54789   Merge pull request #1306 from owncloud/smart-app-banner
      adds  2d36a20   moving storage calculation code to OC_Helper::getStorageInfo()
      adds  48c7bed   make usedSpacePercent available in the files app
      adds  48f6dcc   notifications are now shown/hidden using the js functions hideNotification and showNotification. storage warnings are displayed in a notification. as soon as a notification is hidden the storage warning will come back.
      adds  ba475d4   javascript notification functions have been moved to js.js for common use
      adds  594d388   new javascript notification functions used within users.js
      adds  b5d1dfc   javascript syntax error fixed on the way
      adds  6806484   Merge branch 'master' into fixing-998-master
      adds  a867b36   js optimisations and style fixes
      adds  7ebfcab   Merge branch 'master' into fixing-998-master
      adds  07b3b23   Merge branch 'master' into fixing-998-master
      adds  bfc55fe   bring back L250 as spotted by @tanghus - THX
      adds  364b1cd   Merge branch 'master' into fixing-998-master
      adds  508b6a9   displaying notification now centered
      adds  9afdc14   adding accidentally removed line - THX @bartv2
      adds  3d33e8f   fixing indent - sorryy wrong setting on the IDE :-( replace missing calls to OC.Notification.show
      adds  c2b3c7e   fixing text-align on navigation menu - closing div was missing - THX Lukas
      adds  7fe8fb4   pin notification to the top
      adds  b7d3bf5   rename space -> storage
      adds  130c9ca   relative storage info without decimals
      adds  afb5de9   Merge branch 'master' into fixing-998-master
      adds  cdd07b3   introducing class OCA/files/lib/Helper with new function to build an array with storage stats DRYing the code by using \OCA\files\lib\Helper::buildFileStorageStatistics() now returning used space percent on each ajax call
      adds  1dd70ac   update used space percent after each ajax call and display the notification
      adds  b8318e6   Merge branch 'master' into fixing-998-master
      adds  5d6c1d5   replace #notification with OC.Notification call
      adds  276d98b   Merge pull request #1059 from owncloud/fixing-998-master
      adds  2cc7775   lookup for OCA classes in all apps folders
      adds  c9e25d3   Merge pull request #1320 from owncloud/implements-1316-master
      adds  930b9b9   merge master into filesystem
      adds  7237ebf   Fix OC_Helper and change deprecated methods
      adds  177537d   Cache: port test cases to PHPUnit
      adds  f25db77   Filesystem: move mount management to it's own class
      adds  03b947e   Don't check for updates for sub storages, these scans should be done in the background
      adds  69f1115   Filesystem: add Mount::findById
      adds  8c42e2d   Test cases for new mount management
      adds  9e2a066   Cache: add function to get storage id and internal path of a file by id
      adds  17bcea1   Filesystem: add View->getPath to the cache api
      adds  4cae141   Filesystem: also add getPath to \OC\Filesystem
      adds  577e3b1   Filesystem: return all matching mounts in Mount::findById
      adds  3e59a87   Filesystem: use the updated Mount::findById in getPath to ensure we get the correct path if the storage is also mounted outside the view
      adds  00a2806   [tx-robot] updated from transifex
      adds  0986b6f   Use global oc_requesttoken for Event Source
      adds  9e498b6   Merge pull request #1326 from owncloud/event-source-token
      adds  b655444   [tx-robot] updated from transifex
      adds  bca5ce7   Merge branch 'master' into filesystem
      adds  c9c919d   Move streamwrappers to seperate files and put them in a namespace
      adds  232cc32   add oc:// streamwrapper to provide access to ownCloud's virtual filesystem
      adds  10c4288   Add create permission, fixes #780
      adds  44d6ff6   Merge pull request #1337 from owncloud/fix-issue-780
      adds  7f0a301   Fix undefined variable
      adds  6c882d9   Remove outdated comments
      adds  2e42c6f   Use HTML5 data attribute + fix undefined variable
      adds  31d83fd   Merge pull request #1321 from owncloud/csp-fixes
      adds  4d74738   Update config/config.sample.php
      adds  93834b7   Update lib/mail.php
      adds  857b15d   Merge pull request #1318 from j-ed/master
      adds  7f49d35   Move checkMaintenance and checkUpgrade
      adds  dbc13cf   Move update inline JS
      adds  1d44a99   Merge branch 'master' into updater-CSP
      adds  99ec265   Merge pull request #1313 from owncloud/updater-CSP
      adds  06c1c35   Fix phpdoc
      adds  74f6f85   merge master into filesystem
      adds  7207211   change required ownCloud version to 4.91
      adds  929b8c3   fix files_version hooks
      adds  86e5a9c   Files: fix sharing newly uploaded files
      adds  a67f11c   Sharing: partailly fix searchByMime
      adds  ca4c006   Make zip downloads use actual folder names, fix spelling mistakes
      adds  af3b0e3   Cache: don't insert duplicated during upgrade
      adds  95352fb   Files: Dont get maxUploadSize if the filecache needs to be upgraded
      adds  8c4931a   [tx-robot] updated from transifex
      adds  31ebea0   Permanently display shared status icons
      adds  a78ae6a   Merge branch 'master' into permanent-share-icons
      adds  01b3c08   fix color change on click
      adds  ede7fcc   Change file action text to 'Shared'
      adds  ed2ee8c   Change file action text for files inside shared folders as well
      adds  5143660   Merge pull request #1324 from owncloud/permanent-share-icons
      adds  5b77f16   Add robot.txt This is needed for security reasons - often people looking to exploit applications will search for something in a certain version of a web application and find many sites to exploit. This stops that from being so easy.
      adds  4724919   Merge pull request #1352 from mjkent/master
      adds  d16574f   new branch which introduces display names first commit with some infrastructure code
      adds  2fee120   add display name to title instead if login-ID
      adds  9bb8e05   get all display names
      adds  4271430   get all display names from users in a given group
      adds  64e8533   compare the correct uids
      adds  b4291f1   allow to get the display name from an abitrary user
      adds  839f4bd   show display name instead of uid in the public shared files view
      adds  e9a57e2   show display name instead of uid
      adds  a606e8d   use display name to show share_width and owner information
      adds  19024de   typo fixed
      adds  996b5cf   change order, key -> uid and value -> display name, this way it is also possible to have non-unique display names
      adds  022a7b1   prepare user table to show and edit display names
      adds  e0f2ed2   interface and API to change display names
      adds  70c3ab3   update the display name for the database back-end
      adds  3e0d117   add display name to the database table oc_users
      adds  e6cc0cd   implement display names for the database back-end
      adds  c00b66f   implement  DisplayNamesInGroup for database back-end
      adds  590c4aa   search display name instead of uid; fix key/value order for array access
      adds  f3a99f4   show display name in input field
      adds  4b7b092   rename Name to Login Name
      adds  59bb993   Adjust user interface to additions around displayName Handling
      adds  f33b726   LDAP: implement support for ownCloud Display Names
      adds  79c309d   Typo
      adds  ebc3d1b   remove dubug value
      adds  8d0b67e   fix typo in variable name
      adds  007bddc   version dump to trigger db update
      adds  e613a68   remove dubug output
      adds  27edbfd   added missing changedisplayname.php
      adds  afad6e9   check permissions before changing the display name
      adds  56c6e6a   remove debug output
      adds  d19de49   prevent xss
      adds  6659798   only change display name if the display name from the current user was changed; add correct display name to new user
      adds  250c565   Merge pull request #1360 from owncloud/display_name
      adds  68266e7   [tx-robot] updated from transifex
      adds  8fd263e   LDAP: update quota on every uncached userExists, i.e. also on every isLoggedIn, fixes #1278
      adds  9f5847b   Simplify the code and remove a first  unnecessary (and non conform) '&' character when there are pending arguments
      adds  2aead57   Merge remote-tracking branch 'refs/remotes/upstream/master'
      adds  9c7a180   Merge remote-tracking branch 'refs/remotes/upstream/master'
      adds  a6040d0   Merge pull request #1308 from TheSFReader/master
      adds  5e16510   hide upload progress bar and cancel action in IE < 10
      adds  5761bd7   Merge pull request #1227 from owncloud/hideuploadprogresscancelinielt10
      adds  0bce229   Update lib/base.php
      adds  bb48e0b   Merge pull request #1377 from irgsmirx/patch-3
      adds  0089b17   add multselect dnd
      adds  1d0ee61   use post instead of get
      adds  99dfaee   reset checkbox after getting selected files instead of ofter dragging, speed up revert
      adds  81a398c   use $.trim() for IE8
      adds  4786327   Merge pull request #1225 from owncloud/add_multiselect_dnd
      adds  92921ce   make strings translatable
      adds  2fbf3d4   Merge pull request #1381 from schiesbn/make_strings_translatable
      adds  207aa22   merge master into filesystem
      adds  6043789   Bumb version number for displayname db upgrade
      adds  0cde86a   Merge pull request #673 from owncloud/filesystem
      adds  5d0c5c8   Cache: use greaterEquals in tests cases to prevent failures due to race conditions
      adds  00a30e6   [tx-robot] updated from transifex
      adds  9a19c0a   search for display name and uid (with no display name) since it is possible that not all users have a seperate display name
      adds  ab255e8   add missing brackets
      adds  77765bd   remove some left over comments
      adds  13165bb   Merge pull request #1390 from schiesbn/search_display_name_and_uid
      adds  54d46fe   remove outdated line
      adds  9d77317   add trash button to web interface
      adds  f15deaf   listen to post delete event to allow the trash bin to create a copy of the version first
      adds  9bacb0e   rename "publicListView" option to "disableSharing", this is more meaningful also because it is not only useful for the public list view
      adds  dfab3d3   call the trash bin view
      adds  8259768   introduce option to disable download action
      adds  d605228   first version of the trash bin app
      adds  a3da822   remove item in the trash bin view after successful undelete
      adds  8e57fe1   remove unneeded function
      adds  655a20f   expire files in trash bin after 30 days
      adds  1255791   handle group restore
      adds  1817c78   allow to look into deleted directories
      adds  81ab0af   allow to restore single files/folder from a deleted folder
      adds  97e69e5   remove table row in trash bin view after undelete
      adds  16d7716   calculate correct relative date for trashbin file list
      adds  b694f99   allow admin to change retention obligation for the trash bin, default value is 180 days
      adds  73d45e7   add trash button to web interface
      adds  c494eb7   listen to post delete event to allow the trash bin to create a copy of the version first
      adds  d5ee435   rename "publicListView" option to "disableSharing", this is more meaningful also because it is not only useful for the public list view
      adds  82d4da0   call the trash bin view
      adds  1318450   introduce option to disable download action
      adds  d5151fa   first version of the trash bin app
      adds  d16164b   remove item in the trash bin view after successful undelete
      adds  ca14af2   remove unneeded function
      adds  8fdcd72   expire files in trash bin after 30 days
      adds  adbc576   handle group restore
      adds  3fd2863   allow to look into deleted directories
      adds  2c32162   allow to restore single files/folder from a deleted folder
      adds  76bd0cf   remove table row in trash bin view after undelete
      adds  bdee0e2   calculate correct relative date for trashbin file list
      adds  5c4e2ad   allow admin to change retention obligation for the trash bin, default value is 180 days
      adds  0245ec1   rebase to current master; merge conflicts resolved
      adds  16ae902   no undo notification for deleted file, we use the trash bin instead
      adds  039bc91   fix typo in comment
      adds  f919230   remove inline JavaScript
      adds  6ab95e8   code clean-up
      adds  dbb0d04   restore file in the root folder if the origin folder is not writable
      adds  8067a13   fix merge conflicts
      adds  f288573   use hidden input field to disable sharing
      adds  320233e   merge conflict fixed
      adds  d10e137   icons added; empty trash bin message added
      adds  eafd346   seperate css no longer needed, use files app css instead
      adds  0c8bcac   added some additional error handling
      adds  d6adab6   improved message if trash bin is empty
      adds  9639544   make background transparent
      adds  a6e5f4b   some minor improvements
      adds  e6f1544   fix OC_Log::ERROR call
      adds  1592764   show a spinner instead of the delete button while moving files to the trash bin
      adds  c62a38f   add spinner for undelete operation for visualisation
      adds  9ca0a93   make spinner title translatable
      adds  2ddd40e   rename 'undelete' to 'restore'
      adds  9c83b30   keep mtime
      adds  54eeb8b   fix merge conflict
      adds  dff5148   debug output removed
      adds  c8a4878   is_writable() is now isUpdatable() with the new filesystem
      adds  8dd9ded   Merge pull request #1266 from schiesbn/trash_bin
      adds  e2f1a44   increase opacity of buttons, fix for dark backgrounds like header in public share, fix #1188
      adds  300ecc2   change button box-shadow from hard white to slight transparent
      adds  f0ca8ee   no box-shadow for public share download button
      adds  43f8bf8   Merge pull request #1358 from owncloud/button-fix
      adds  4162ba4   adding l10n support to files_trashbin
      adds  209d599   [tx-robot] updated from transifex
      adds  170cf20   addapt the css to adjust the change display name filed to the set password field
      adds  9cd692a   use the same tooltip as for the password field
      adds  0dd9e6c   Merge pull request #1387 from schiesbn/visual_improvements
      adds  a27f92a   we are getting closer. updating is not working yet.
      adds  3fa4b3a   apps updater is now working
      adds  389c4e8   mark recommended apps. server part not yet fully implemented
      adds  66cab77   merge master
      adds  5e422de   fix typo
      adds  ea5861e   remove leftover code
      adds  5112dac   remove spaces
      adds  665bb41   style fixes
      adds  e8b423f   style fixes
      adds  8a662a6   Cleanup string - easier for translators
      adds  3af09f2   l10n support for the error dialog added
      adds  f7d281a   just return "true" for now
      adds  85a1297   update on translation string
      adds  b471177   Merge pull request #1379 from owncloud/improved_appsmanagement
      adds  5417e44   Files: fix moving files by DnD
      adds  0784bcb   introduce configPrefix to allow settings for multiple LDAP servers
      adds  fab5817   documentation for the Connection constructor
      adds  09c5472   add LDAP User and Group proxies to suppoer multiple servers
      adds  ad1113c   LDAP: fix parameter passed not as expected
      adds  4699f36   LDAP: fix read configuration, remove unnecessary debug output
      adds  6063ce9   LDAP: enable support for multiple LDAP/AD servers
      adds  3d56cf3   LDAP: add support for backup/replica servers
      adds  59a6068   fix undeclared variable
      adds  d8be830   make sure port is used as backup port if not specified. documentation. determine connection error earlier.
      adds  a53addf   LDAP: first basics for multiserver config ui
      adds  1c19e66   coding style
      adds  229d484   LDAP: gather defaults in one place, simplify readConfiguration
      adds  805f900   LDAP: pass defaults to settings form, and restore them on creating a new configuration if wanted
      adds  229a25f   fix mixed key and value
      adds  6d84aa9   Ajaxifiy Settings Save
      adds  0c34663   fix continue in switch, add another key to skip
      adds  10876ab   fix more config keys for save settings handling
      adds  83d9e1e   make sure that Configuration is read when getConfiguration is called. And give back the appropriate result.
      adds  06c284f   LDAP settings: read configuration when another server config is chosen
      adds  b979bf6   LDAP: fix default
      adds  96949fc   LDAP: consolidate config prefix determination, autofill combo box in settings
      adds  319dcd4   LDAP: Clear cache on saving settings
      adds  b084ed6   LDAP: clean up, save configuration is now handled by Ajax
      adds  b2ea78c   LDAP: improve and cleanup settings JS
      adds  fccfdb2   LPAP: cleanup settings.php, it's already ajaxified
      adds  3bf38c7   LDAP: add missing new LDAP Helper
      adds  5b9e181   LDAP: implement deleteConfiguration feature
      adds  6bc7256   LDAP: forgotten file for deleteConfig feature
      adds  2749a14   LDAP: make it possible to enable/disable server configurations
      adds  3e99f12   LDAP: make settings strings in JS translatable
      adds  a8ac4bd   LDAP: Always preset configuration prefix when no configuratin is stored or all remaining ones are deleted
      adds  9f7d780   LDAP: use consolidated method for determining config prefix
      adds  a557522   LDAP: send back error message properly
      adds  19867b1   LDAP: make sure app meta data is not deleted from database when deleting configuration with empty prefix
      adds  14bc6f8   LDAP: working visual feedback on save. Save button will be highlighted green or red.
      adds  e8db1e8   LDAP: some inline documentation
      adds  8f388d9   LDAP: update link to online documentation
      adds  b3b0544   LDAP: make it possible to define attributes that should be considered on searches
      adds  b5ed8b2   LDAP: fix wrong index
      adds  0b98dc3   LDAP: remove unnecessary placeholders, fixes PHP warnings
      adds  1a85445   LDAP: avoid attempts to save null as configvalue
      adds  2f11d7f   LDAP: adjust settings interface for custom search attributes
      adds  a17a7f5   adding l10n support to user_ldap
      adds  7f2d7cd   spell check
      adds  5862f3d   spell check
      adds  1971415   spell check
      adds  afacaf8   string fragment was added by accident and does not belong here
      adds  411e8e5   Merge pull request #1365 from owncloud/ldap_multiple_server
      adds  e22a886   some web servers by default don't recognize index.php as default page - IIS for example In order to allow easy installation and configuration this index.html has been added with a redirect to index.php
      adds  878cf9b   Merge pull request #1393 from owncloud/adding-index.html-with-redirect-master
      adds  a224d80   Sort internal apps above 3rdparty apps
      adds  5bf7791   Merge pull request #1396 from owncloud/apps_sorting
      adds  17f94de   Case insensitive Lang Detection fix #1328
      adds  a1dc24c   LDAP: implement getDisplayName and getDisplayNames also for UserProxy (multiple server support)
      adds  fc58562   spell check :+1:
      adds  df3fc65   Merge pull request #1399 from owncloud/fix_ldap_proxy_display_names
      adds  943c033   remove z-index from app labels which caused overlap with top bar
      adds  206c6c1   Merge pull request #1398 from owncloud/appname-overlap
      adds  ab2b79c   add multiple domains reverse proxy support
      adds  7747f49   add SSL proxy support
      adds  317261d   Merge pull request #1099 from herbrechtsmeier/ssl-proxy
      adds  3eea7aa   first base on navigation rework, less obtrusive, icons need to be updated, settings moved
      adds  b595ea6   first icon update. Next step: make sprited hover state (like for home already)
      adds  fc280b2   first move of settings to top right
      adds  cf2a504   Merge branch 'master' into navigation
      adds  71435ac   improve user menu
      adds  a6f3a57   dont resize content div with javascript but use css box-sizing to do it
      adds  99ba05e   Merge branch 'navigation' of github.com:owncloud/core into navigation
      adds  7af8c6c   first version of breadcrumb 'root', still have a weird feeling about this
      adds  d7abd44   merge breadcrumb root into navigation
      adds  db5e8f3   enable hover state, now that needs to be added to the other icons
      adds  3db43a9   Merge branch 'master' into navigation
      adds  c4b8bb1   added old functions again to not break apps, but show a deprecation warning
      adds  f50c043   Merge branch 'navigation' of github.com:owncloud/core into navigation
      adds  01bd0ef   Merge branch 'master' into navigation
      adds  b056662   Merge branch 'master' into navigation
      adds  586cc9a   merge master into navigation
      adds  74b4fef   remove padding from header
      adds  6182b13   merge master into navigation
      adds  de41813   new app icon style for new design
      adds  09d3db5   new settings menu for new design
      adds  b81a7aa   fix up content and content-wrapper merge ...
      adds  f7a0ab7   Style fixes on core/navigation Branch.
      adds  aed204d   Defined height for #leftcontent
      adds  a86da16   More Style Fixes
      adds  329d965   merge changes in navigation
      adds  aaac241   undo padding change on buttons, otherwise it will mess up the upload and new buttons again
      adds  feb65c8   update Files icon from home to files, update Home icon from checkbox to home
      adds  3bafa87   merge styles
      adds  284e690   Merge branch 'master' into navigation
      adds  228a181   use new user function to display real name if available, username still fallback
      adds  d620495   No Image Repetition on Enabling Apps in Navigation Bar
      adds  0dfbd53   Reduced Styling and Image loads as from src and not backgorund.
      adds  b978cc8   Shorter, Cleaner JS in apps.js
      adds  c801b86   Merge pull request #1359 from raghunayyar/navigation
      adds  90aa1b3   ellipsize long app names in navigation
      adds  1144b61   vertical scrollbar for app navigation when too many apps
      adds  cbafea4   increase opacity of inactive apps and settings entries for better visibility
      adds  ad044eb   Merge branch 'master' into navigation
      adds  3d5c7ca   Merge branch 'master' into navigation
      adds  3f3ae4a   fix header for shared links
      adds  6d560be   fix svg fallback replacement for settings icons
      adds  45865b4   use translate string for Log out, remove title
      adds  a9e1c9b   Merge pull request #1351 from owncloud/navigation
      adds  02f8c94   API: If key begins with '@' treat it as an xml attribute
      adds  d89be72   Remove some whitespace
      adds  b262795   Simpler method for getting the first char
      adds  caec0c4   Merge pull request #1287 from owncloud/ocs_xml_attributes
      adds  ebcf41b   Move data directory permission checks after data directory existence checks
      adds  da34e58   Move permissions check to new function checkDataDirectoryPermissions()
      adds  9e28f92   Merge branch 'master' into move-datadirectory-checks
      adds  b20529e   Merge pull request #1171 from owncloud/move-datadirectory-checks
      adds  5dd2c91   fix breadcrumbs for gallery and texteditor
      adds  94f7446   [tx-robot] updated from transifex
      adds  fb0a5f3   undelete -> restore
      adds  cc73568   Updateing -> Updating
      adds  402263b   fix #1276 - use registerLoadedCallback()
      adds  88f4ace   Merge pull request #1404 from owncloud/fixing-1276-master
      adds  f452d2d   Check for upgrade/maintance mode before trying to load an app
      adds  057920b   Still load js files in maintance mode
      adds  2488a49   Merge pull request #1384 from owncloud/upgrade_fix
      adds  5605297   Adds webkit scrollbar to ownCloud
      adds  0118606   More Visible webkit Scrollbar, syntax error solved.
      adds  48022f4   Merge pull request #1395 from raghunayyar/webkit-scrollbar-534
      adds  0c85250   add function to remove a search provider
      adds  03c18a6   Merge pull request #1413 from owncloud/enable_removing_search_providers
      adds  b29b55a   [tx-robot] updated from transifex
      adds  a7d82ad   LDAP: settings Advanced tab has grown too long by far. Structure it using accordion
      adds  10ad5f9   remove ugly whitespace
      adds  23166aa   Merge pull request #1415 from owncloud/ldap_fix_settings
      adds  c61c98c   Dav: don't overwrite etag from filecache with old etag from properties table
      adds  ed41304   Dav: update etag in filecache when doing a PROPSET
      adds  561e6c4   Merge pull request #1419 from owncloud/etag_fix
      adds  2936140   [tx-robot] updated from transifex
      adds  469b1e8   Correct it
      adds  d8f6595   Merge remote-tracking branch 'refs/remotes/upstream/master'
      adds  7e3aa0d   Merge remote-tracking branch 'refs/remotes/upstream/master'
      adds  42d59d5   Remove a warning by making sure the renamed file is a dir before trying and opening it
      adds  743c330   Merge pull request #1422 from TheSFReader/master
      adds  37e6ac9   initPaths: set include path before any owncloud function is called
      adds  a3b9227   Merge pull request #1416 from herbrechtsmeier/set_include_path_early
      adds  3bcf3c9   Password Toggle Support for Login
      adds  b8e6b86   fix CSS to coding guideline
      adds  da6e79a   [tx-robot] updated from transifex
      adds  3def7f8   Make fileblacklist configurable
      adds  95fd2d8   Merge pull request #1435 from owncloud/make_BlacklistConfigurable
      adds  03a1a20   fixing href for folders
      adds  47ce3c2   include keyboardshortcuts.js
      adds  11e88f4   call ajax scan only if a user is logged in - otherwise we'll get a 500
      adds  2af6d74   Merge branch 'master' into fixing-js-errors-public-link-master
      adds  c1072d0   call ajax scan only if a user is logged in - otherwise we'll get a 500
      adds  5ceddab   Merge pull request #1340 from owncloud/fixing-js-errors-public-link-master
      adds  22812c5   replace live() with on() in core js
      adds  263c3f3   attach on to filelist instead of individual td elements for file link behaviour
      adds  d7823ad   attach to filelist which is present on .ready()
      adds  de00111   use on instead of live in users.js
      adds  b1da1db   Merge branch 'master' into from_live_to_on
      adds  04b97a1   Merge pull request #1229 from owncloud/from_live_to_on
      adds  018c5f6   [files_trashbin] Add CSRF token
      adds  8add89c   OCP\JSON instead of OCP\User
      adds  fee3f80   Merge pull request #1434 from owncloud/trashbin_CSRF
      adds  6093d96   Add getOwner to Filesystem and View classes
      adds  f7258cc   Merge pull request #1423 from owncloud/getowner
      adds  80dd8d7   Cache: check for invalid paths in getFileInfo/getDirectoryContent
      adds  7c33d0a   Cache: fix copy-paste errors
      adds  814369e   Merge pull request #1436 from owncloud/cache_check_path
      adds  d03155a   translate the mimtype/mimepart to readable in the searchByMime function
      adds  bc886ac   Merge remote-tracking branch 'refs/remotes/upstream/master'
      adds  301afac   Merge pull request #1427 from TheSFReader/master
      adds  8de0f96   Allow loading of external fonts
      adds  bb90b0e   Allow the loading of local font files embedded via data:
      adds  5fcb35e   Also allow local files
      adds  f04a91b   Merge pull request #1445 from owncloud/CSP_font
      adds  0a11360   in case file based session handling in enabled - we need to make sure the configured folder is writable
      adds  a7e62b0   Merge pull request #1444 from owncloud/writable-temp-folder-for-session-data-master
      adds  316eef3   Fix sharing issue with collection and children mismatches
      adds  3b8c071   Merge pull request #1234 from owncloud/fix-issue-192
      adds  997259d   reuse \OC_Helper::tmpFolder()
      adds  951afcf   Merge pull request #1442 from owncloud/reuse-oc_helper-tmpfolder-master
      adds  bce59c3   [user_webdavauth] add requesttoken
      adds  68fe6d0   Merge pull request #1432 from owncloud/add_requesttoken
      adds  02e6adf   fixing namespace
      adds  6e5f211   Merge pull request #1449 from owncloud/fixing-namespace-local-storage-master
      adds  98f37f4   [tx-robot] updated from transifex
      adds  661da10   gitignore all apps except core ones
      adds  59ed0e6   Merge pull request #1456 from owncloud/gitignore-apps
      adds  7eaa2d0   form detail on log in button, better shape
      adds  8ae1205   line up 'remember' text with checkbox
      adds  e61d21f   Merge pull request #1460 from owncloud/login-button
      adds  88ad1e5   Make app icon linkable when enabling app.
      adds  4059959   Merge branch 'master' into fix_addNavigation
      adds  2ec0c49   remove superfluous enabled-app class again
      adds  cda0780   Remove superfluous append
      adds  9961235   Merge pull request #1429 from owncloud/fix_addNavigation
      adds  65bd7af   Remove undefined crumb variable from home breadcrumb
      adds  79e6e57   Merge pull request #1452 from owncloud/fix-breadcrumb
      adds  d8084c1   new function \OC_Util::runningOnWindows()
      adds  ac11c84   setlocale test is pointless on Windows
      adds  86f4126   Merge pull request #1469 from owncloud/no-setlocale-on-windows
      adds  1fd807a   pass the argument to the ctor
      adds  9446017   spell check
      adds  69fd3f4   Merge pull request #1471 from owncloud/temp-storage-call-parent-ctor-master
      adds  de0ed63   Added two hooks: pre_unshare and pre_unshareAll, useful for files_encryption
      adds  14d0903   Merge branch 'master' of github.com:owncloud/core
      adds  e9f3c5f   Added creation of dir for shared file env encryption keys Added comment to use multiKeyEncrypt
      adds  1641ed8   Merge branch 'master' into files_encryption
      adds  23db814   Merge branch 'master' into files_encryption
      adds  d95fc4e   Adding sharing support: added new method in Keymanager setShareKey() Added notes in proxy{} and stream{} pointing to share support
      adds  cd83293   Merge branch 'files_encryption'
      adds  59ca312   Work on util: findFiles() and encryptAll(); both close to working Ecnryption unit tests are failing, recursion in filecache{}
      adds  094213e   Fixed many coding guidelines issues Continued work on upgrade path via login hook listener New spec file with notes
      adds  c1f20fe   Made encyrption keyfiles be deleted when their parents are Made encryption keyfiles be renamed when their parents are Fixed bugs with encryptAll() execution on login
      adds  61b23ce   Working on support for deleting directories (removing all keyfiles)
      adds  c7b1bdf   Fixed handling of keyfile subdir creation Improved keyfile subdir deletion (1 bug remains here)
      adds  31e723a   Merge github.com:owncloud/core
      adds  2183f77   Fixed incompatibilities with filecache rewrite merge
      adds  c6b3bdd   Fixed compatibility with filecache rewrite merge
      adds  06847f6   Improved support for detecting and recrypting legacy files. Bugs remain.
      adds  0677d56   Added debugging output relating to recrypting legacy files
      adds  fd90b82   Merge github.com:owncloud/core
      adds  53248a9   Recryption of legacy encrypted files now working on login
      adds  50faddf   Minor improvement to comments
      adds  a1f200c   Cleaned up path formatting with new method stripUserFilesPath()
      adds  221b69d   Fixed bug relating to Filesystem{} that prevented webdav logins with files_encryption
      adds  680c5b3   Removed debugging output
      adds  b84e832   Added notice to personal settings indicating what filetypes are not encrypted
      adds  4ba0ab7   Added missing translation wrapping
      adds  20b1d12   Fixed comment typo, wrapped return value conditional on var assignment in session{}
      adds  e6400b3   Merge pull request #1474 from samtuke/master
      adds  5221ee0   offer change password only when the action is supported by the user backend
      adds  77369d8   disable error handler while running phpunit
      adds  10ea45c   fix failing test cases due to wrong typing
      adds  c026317   add phpunit configuration for autotest withou the json listener because this pollutes the console
      adds  cbf6b28   uncomment failing calls to \OC\Files\Filesystem::file_put_contents
      adds  7415790   Merge pull request #1476 from owncloud/disable-error-handler-while-running-phpunit
      adds  335b6cd   [tx-robot] updated from transifex
      adds  9d73e7e   let the user change his display name, if supported by the back-end
      adds  e68d0c7   make strings translatable
      adds  2fdf8ff   Merge pull request #1490 from schiesbn/user_displayname
      adds  9e08f85   port already approved bugfix to master, https://github.com/owncloud/core/pull/1479
      adds  0e54828   Replace OC_FileCache usage in files_versions
      adds  58a3a6a   Merge pull request #1487 from owncloud/fix-1420-master
      adds  825cdf8   add support for apps to register alternative login methods below the standard login a list of icons/button will be displayed
      adds  964ff88   move inline style to CSS file, fix details
      adds  efdaea4   Merge pull request #1357 from owncloud/alternative-loging-master
      adds  0a16d25   make it possible to modify the links to the clients
      adds  5f84f4b   Merge pull request #1496 from owncloud/custom_clients
      adds  8ea6398   collapse user menu when inside one of the settings sections
      adds  09a4424   Merge pull request #1497 from owncloud/collapse-usermenu
      adds  1557b6d   Fix leftcontent positioning. Ref #1255
      adds  bb9be6f   Add box-sizing to controls.
      adds  9060c3b   Files: fix positioning of Trash button and upload progress bar
      adds  46e1040   Remove padding hack to position users list.
      adds  b06ac67   Add 'hascontrols' class for content with fixed topbar.
      adds  2d77c7c   Reduce top position for content below controls.
      adds  3879e5d   Merge pull request #1428 from owncloud/content_positioning
      adds  c47fcf7   shift infield labels just a tiny bit to the right so the cursor doesn't overlap
      adds  2130262   Merge pull request #1459 from owncloud/infield-detail
      adds  07a7478   PHPUnit support for Windows added
      adds  7d0b4c2   Merge pull request #1438 from owncloud/phpunit-tests-win32-master
      adds  148e4fa   Change files_versions namespace to OCA\Files_Versions
      adds  3e7ca37   Only calculate md5 of local file once
      adds  8179244   Merge pull request #1472 from owncloud/files_versions-cleanup
      adds  4c406c9   fix shorttag issue mentioned in #1357
      adds  8e00611   Merge pull request #1501 from owncloud/fix-shorttag
      adds  abb3635   gitignore Cloud9IDE system folder
      adds  a26f17c   Merge pull request #1502 from owncloud/gitignore-cloud9
      adds  0067ac6   Remove the no longer existing function "isUserVerified"
      adds  a7aff48   Fix indentation
      adds  ad644b4   Merge pull request #1363 from owncloud/FixPasswordChange
      adds  e2516a2   allow to delete single files from the trash bin permanently
      adds  8cc7bab   delete debug code
      adds  fd171a4   copy&paste bug, no fetchAll() needed here
      adds  e522872   Merge pull request #1498 from schiesbn/delete_trash
      adds  16a5ace   Fixed bug causing encrypted files to be doubly encrypted at login Added comments and docblocks
      adds  6870add   Development snapshot
      adds  a3289d3   Merge branch 'master' into files_encryption
      adds  a8c0e36   Removed call to depreciated isUserVerified()
      adds  d9631ae   Merge branch 'master' into files_encryption
      adds  70d937c   Fixed syntax bug
      adds  81de097   Fixed bug causing password change related hooks to not be called due to ajax
      adds  ae8cfe6   Added comments
      adds  2b07afc   Removed debugging code
      adds  954a627   Added comment
      adds  faf6cb0   Merge branch 'master' into files_encryption
      adds  2c22619   Reverted fix temporarily; another fix by  LukasReschke is awaiting merge
      adds  93b1597   Merge pull request #1506 from owncloud/files_encryption
      adds  6058c2f   we get best results regarding mime type detection if we use fileinfo - let's tell the admin about that
      adds  e969a78   Merge pull request #1443 from owncloud/use-module-file-info-master
      adds  a4d3cc7   Correct lib/public/contacts.php tests
      adds  2dfe674   Merge pull request #1509 from owncloud/correct-public-contacts-tests
      adds  a4f909c   Update lib/public/util.php
      adds  223f538   Merge pull request #1500 from chriskoch/patch-1
      adds  35bd7a4   [tx-robot] updated from transifex
      adds  c81d7b0   OCA_Versions is now known as OCA\Files_Versions
      adds  7e874af   rename OCA_Trash to OCA\Files_Trashbin
      adds  ce293b8   remove debug output
      adds  8e70763   Merge pull request #1522 from schiesbn/trash_bin_fix
      adds  1738499   add class hascontrols to trash bin file table
      adds  6299704   Merge pull request #1518 from schiesbn/trash_layout_fix
      adds  c5079a6   Add Redirect to getUrlContent fix #1065
      adds  0efcf33   Merge pull request #1451 from eMerzh/fix_1065
      adds  33ec26f   LDAP: info string improved
      adds  e122fdb   LDAP: when ldaps and tls are configured, disable the latter one - they do not work together. ldaps already creates a secure connection.
      adds  781d247   LDAP: better detect timeouts. do not try to reconnect. do not try to bind when connection failed. makes ownCloud more responsive, esp. with multiple server connections configured
      adds  15e383f   Typo
      adds  6cff541   Merge pull request #1524 from owncloud/fix_ldaps_tls_setting
      adds  afa1a6d   Don't try to use routes when called from cli
      adds  f3f5565   Use dummy request method in CLI
      adds  73ed629   Fix previous commit
      adds  07f5048   Merge pull request #1531 from owncloud/cron_no_routes
      adds  20b6cb2   Fix warning with displayname in user layout template
      adds  fc72303   Merge pull request #1530 from owncloud/fix-warning-displayname-layout
      adds  488ab0d   l10n support enhanced in files_version
      adds  18a288a   l10n support enhanced in files_trashbin
      adds  e0212c1   l10n support enhanced in files_versions
      adds  5f92d26   l10n support enhanced in core
      adds  c015455   Merge pull request #1526 from owncloud/l10n-support-master
      adds  ddd4797   Remove left float from actions div class
      adds  a93282a   Merge pull request #1507 from tripflex/master
      adds  867dc8e   fix database labels having left padding
      adds  ae7a80e   some comments for CSS documentation
      adds  ee6884e   remove duplicate show password toggle code, move current one to proper location
      adds  32e739f   make show password not specific to log in
      adds  8ca730f   make show password toggle work for installation (once #1525 is fixed)
      adds  867650e   Merge pull request #1529 from owncloud/installation-login-fixes
      adds  149d079   Move loading of js_config to templatelayout
      adds  c0b370f   Define the variables that are expected to exist but won't be set in setup
      adds  458ba4b   Fix disabling setup form on submit
      adds  a82d18d   Fill oc_webroot with the expected value
      adds  217328e   Merge pull request #1514 from owncloud/fix-setup
      adds  1ef3e4c   simplyfy mimetype parsing of 'file' output
      adds  3bd33b6   Merge pull request #1527 from owncloud/simplyfy_file_mimetype_parsing
      adds  59249eb   [tx-robot] updated from transifex
      adds  b67251b   Files: add translation support back to move/rename
      adds  5ef9d96   Files: rename 'space' to 'storage' in upload.php
      adds  9bdc43e   Files: explicitly define
      adds  40f6e1e   Merge pull request #1534 from owncloud/files_l10n
      adds  1158447   missing comma in sql statement
      adds  96042f1   Merge pull request #1539 from owncloud/fixing-1508-master
      adds  4c3d4f7   quick fixing this require_once.
      adds  12bdc6d   Merge pull request #1439 from owncloud/fix-archive-tar-on-win32-master
      adds  a26e66b   improve and shorten security warning, add link to docs, fix #1342
      adds  bebdd11   use proper HTML for other security warning too
      adds  84657cb   Merge pull request #1548 from owncloud/installation-improvements
      adds  c73f525   brighter grey for the navigation bar, hopefully solves the weird similarity to the header
      adds  f42ac97   Merge pull request #1547 from owncloud/navigation-color
      adds  e5c05e9   [tx-robot] updated from transifex
      adds  1d3c132   remove undefined function FileList.finishDelete
      adds  ce8fc20   remove unused code
      adds  3918325   Merge pull request #1541 from owncloud/fixing-1540-master
      adds  ed1dc3e   Fix files router download links
      adds  5a15221   Merge pull request #1550 from owncloud/fix-files-download-links
      adds  c72537c   don't call the delete button unshare, unshare operation no longer available
      adds  ca243f3   Merge pull request #1521 from schiesbn/label_fixed
      adds  6e9f434   rename trash to trash bin
      adds  c5fd9cc   Merge pull request #1562 from schiesbn/fix_naming
      adds  43ffb59   attach handlers to document instead of filelist, minor whitespace cleanups
      adds  c91334c   Merge pull request #1537 from owncloud/fix_sharing_dropdown_event_handlers
      adds  d5f98a8   fix-oc_webroot
      adds  800609a   Merge pull request #1545 from owncloud/fix-oc_webroot
      adds  8961e67   remove (comment out) old code to fix replacing of files
      adds  ab4ae2b   Merge pull request #1560 from owncloud/fix_replacing
      adds  2137bbe   remove code properly
      adds  0c73cae   Merge pull request #1565 from owncloud/fix_replacing
      adds  fd8cb99   initial version of a local storage implementation which will use unique slugified filename on the local filesystem. This implementation will only be enabled on windows based system to solve the issues around UTF-8 file names with php on windows.
      adds  ec829bd   Merge pull request #1512 from owncloud/mapped-filename-storage
      adds  1adcc5f   basic WebDAV test in place now
      adds  3582f7b   Execute the post setup check after finishing the setup
      adds  84f3c8b   show webdav test results in admin section as well
      adds  5788d36   Merge branch 'master' into fixing-1354-master
      adds  ea42014   in case curl is not present we cannot test
      adds  279cbeb   Merge pull request #1481 from owncloud/fixing-1354-master
      adds  18fa8e2   json_encode the appid
      adds  60411f7   Remove unneeded __destruct call in OC\Files\Storage\Temporary
      adds  420b63c   fix empty path handling
      adds  5a309c1   Merge pull request #1572 from owncloud/fix_empty_path_handling
      adds  ddc7af9   know your libraries ;-)
      adds  2b0b6bb   Merge pull request #1566 from owncloud/fixing-1505-master
      adds  842fc85   moved iframe height and width fix from js to css
      adds  aa1adf4   added exe and msi filetypes and icon
      adds  43981e6   Revert "added exe and msi filetypes and icon"
      adds  6212214   Revert "moved iframe height and width fix from js to css"
      adds  f8335c4   moved iframe height and width fix from js to css
      adds  bb656ca   Merge pull request #1561 from Raydiation/master
      adds  8ded07d   first style fixes - @samtuke: I added some TODO regarding undefined variables and unreachable code - please review
      adds  927d4c9   Fixed todos: undefined vars and unreachable code
      adds  a528f96   Merge branch 'master' into files_encryption-style-fixes
      adds  3b9e2f1   Merge branch 'master' into files_encryption-style-fixes
      adds  d2b288c   Reverted erroneous commit
      adds  b95bc66   Merge branch 'master' into files_encryption-style-fixes
      adds  7f58e27   cleanup - more to come after
      adds  9bf1f22   Merge pull request #1383 from owncloud/files_encryption-style-fixes
      adds  0664b98   added icons and mimetypes for .msi and .exe files
      adds  73c44df   Merge pull request #1575 from owncloud/exec_mimetype
      adds  9dddcae   Remove invalid characters from app id to prevent loading of invalid resources
      adds  d67d956   Merge branch 'master' into clean-app-id
      adds  460faf3   Merge pull request #1569 from owncloud/clean-app-id
      adds  676f89b   extract common code
      adds  2a650bc   Merge pull request #1570 from owncloud/refactor_filelist_addFile_addDir
      adds  232a985   some systems use en_US.UTF8 instead of en_US.UTF-8
      adds  e68cf72   Merge pull request #1543 from owncloud/utf8-locale-master
      adds  340d6fc   Better way of getting the navigation entries for an app
      adds  fba9739   Always load the apps before trying to match a route
      adds  0222c58   Merge pull request #1546 from owncloud/fix-loading-hooks
      adds  2dde418   Remove uneeded lines
      adds  f7d898d   [tx-robot] updated from transifex
      adds  7507b1d   don't add a extra 'Trash' breadcrumb since we have the home-symbol now
      adds  d5dc8ae   initialize breadcrumbs array
      adds  76a6209   Merge pull request #1564 from schiesbn/trash_bin_breadcrumbs
      adds  bd2f898   Typo
      adds  01fabd6   Merge pull request #1577 from owncloud/typo_catagory
      adds  b356b70   Password Toggle Works on Installation as well.
      adds  eea4864   Removed whitespace from installation.php
      adds  1ba44a3   Merge pull request #1538 from raghunayyar/admin-password-toggle
      adds  b44c18d   Don't run external storage tests on default
      adds  680af2e   Fix filelist shifting up one row on (multi)select
      adds  60344bf   Another attempt on the filelist heading.
      adds  419eced   Remove hascontrols - use original positioning.
      adds  b7b50f8   remove hascontrols from trash bin file list table
      adds  1c56539   Merge pull request #1551 from owncloud/fix_files_multiselect
      adds  08156cc   Create sftp.php
      adds  180ab42   Update apps/files_external/appinfo/app.php
      adds  6aded84   Update apps/files_external/lib/config.php
      adds  3375253   Update apps/files_external/lib/sftp.php
      adds  00bfcd9   Update apps/files_external/lib/sftp.php
      adds  be197d5   Update apps/files_external/lib/sftp.php
      adds  8598d18   Added phpseclib to files_external as 3rdparty
      adds  ab31c3e   Update apps/files_external/lib/sftp.php
      adds  ab4d52e   Update apps/files_external/lib/sftp.php
      adds  2fa3efd   Update lib/filestorage/common.php
      adds  a26d506   Update apps/files_external/lib/sftp.php
      adds  b1b2eaf   Merge remote-tracking branch 'upstream/master'
      adds  41fa65e   Merge branch 'master' of https://github.com/owncloud/core
      adds  2b4823d   Deleted phpseclib/tests
      adds  81a281a   Modified to new class structure
      adds  77763fb   Update lib/filestorage/common.php
      adds  d6b4d25   Merge branch 'master' of https://github.com/hkjolhede/owncloud_core
      adds  3b029d5   corrected namespace
      adds  96cfe37   Update to conform to API changes
      adds  71d3903   Added unittest
      adds  674955d   Spelling mistake
      adds  9e42a36   Update to touch
      adds  bcf9887   Just a little cleaner in touch
      adds  c662230   Security bug
      adds  1df8a5a   Updated phpseclib from git + requested style changes
      adds  421bacc   Final changes from icewind1991
      adds  6f785e2   Merge pull request #1030 from hkjolhede/master
      adds  1b10032   Use sanitizeHTML instead of stripslashes + htmlspecialchars
      adds  46103e6   Coding style
      adds  32b1c7a   Merge pull request #1589 from owncloud/use-sanitizeHTML
      adds  bf4a073   count divs in actions instead of action div itself (is set to 100%)
      adds  72a33e0   Merge pull request #1585 from owncloud/fix_breadcrumb_resizing
      adds  1263511   append .part to put files
      adds  d08a3bb   Merge pull request #1590 from owncloud/fix_470
      adds  121c1f2   wrap etags in quotes when doing a propfind on a folder
      adds  bc2bfea   Merge pull request #1588 from owncloud/etag_quotes
      adds  513bf0b   Update apps/files_external/lib/config.php
      adds  980c197   Merge pull request #1594 from hkjolhede/master
      adds  0c05244   Mapper: use md5 hashes for database indexes
      adds  dc12dd5   Merge pull request #1581 from owncloud/mapper_md5
      adds  d8fee28   add switch to enable/disable the possibility to change the display name by the user
      adds  e4c9fc1   Merge pull request #1592 from owncloud/display_name_setting
      adds  e8d17e4   Personal Page Password Toggle Also Loads Well.
      adds  45a4016   Merge pull request #1552 from raghunayyar/personalpage-style-fix
      adds  3292dc3   Cache: allow file sizes >2GB
      adds  4c16ef1   Merge pull request #1597 from owncloud/cache_largesizes
      adds  ca43e09   keep track of trash bin size
      adds  808de17   use never more that 50% of available disc space for the trash bin
      adds  b24e3f1   comment added
      adds  60cc7d0   debug output removed
      adds  046ede8   Merge pull request #1558 from schiesbn/trashbin_sizelimit
      adds  0c4487d   add big white icons for lightbox, slideshow etc
      adds  c5e17e0   split close and delete icon, add red hover for delete
      adds  f097fad   Merge pull request #1601 from owncloud/lightbox-icons
      adds  04146f2   [tx-robot] updated from transifex
      adds  a721f7d   check whether user belongs to the backend before calling getHome()
      adds  3cef8f1   LDAP: do not store user home as it destroys configurability. always fetch it. use of cache is save however, it is cleared when settings are saved
      adds  c6aa370   code style
      adds  993831b   LDAP: version bump -> clean up database
      adds  af2acad   LDAP: fix settings handling of homeFolderNamingRule option
      adds  1c94ec7   LDAP: fix database cleanup in update  script
      adds  7644091   Merge pull request #1493 from owncloud/fix_ldap_stored_homedir
      adds  4a130d1   I'm an evil bastard and I commit this 3 letter text fix without a pull request.
      adds  a7bfee5   Fix breadcrumbs overlapping into the content, preventing the select all checkbox from being clickable in subfolders
      adds  0708f4d   Merge pull request #1611 from owncloud/breadcrumb-sizing
      adds  9bd45b2   add the buttons for the clients to the personal page. Useful and prettier
      adds  c14f0b5   add in new window
      adds  2b586eb   correct target blank from image to link
      adds  47341eb   spaces to tabs
      adds  40d8a25   move CSS to correct location, move and format php
      adds  efc70e2   Merge pull request #1610 from owncloud/improved_personal_page
      adds  e0da721   adding ctor to Local and revert call to it within Temporary
      adds  e70aef6   Merge pull request #1573 from owncloud/fixing-ctor-local-storage-master
      adds  cc19df2   Remove old OC4 link compatibility
      adds  71affd5   Fix public links
      adds  c6985d6   Merge branch 'master' into fix-shared-links
      adds  8e3b8c7   Proper fix for shared links
      adds  eeb409a   Merge branch 'master' into fix-shared-links
      adds  0d3c58d   Replace filename key with fileTarget in template
      adds  56df48b   Remove additional old compatibility code
      adds  a6bd086   Set permissions to read only
      adds  d7d9e2a   fix positioning of password label, add autofocus to password field
      adds  ad36029   Update tests and apps to the new \OC\Files\Filesystem::init signature
      adds  d0a005e   Sharing: fix position of file list in public link view of folder
      adds  7626887   Share: fix downloading files from a public shared folder
      adds  7842b41   Share: fix breadcrumbs for public shared folder
      adds  bbf672f   Share: fix nested subfolders in public shared folders
      adds  7fa9181   Share: fix sorting of files in public shared folder
      adds  a1db280   Share: fix downloading selected files from public shared folder
      adds  d0d6d97   Share: fix table head color for public shared folders
      adds  eed48c8   Merge pull request #1608 from owncloud/fix-shared-links
      adds  b2261c3   added l10n for db error messages
      adds  36df2fb   fixed  argument for translation
      adds  c544a63   fixing indent
      adds  766fbea   Merge pull request #1578 from owncloud/mysql_admin_fix
      adds  39d19a9   [tx-robot] updated from transifex
      adds  37ea784   Files: always show share action at the right
      adds  130f100   Merge pull request #1626 from owncloud/share-indicator-position
      adds  9c8f5de   svg replacement for breadcrumb home icon, fix #1620
      adds  ca99ff3   Merge pull request #1627 from owncloud/home-svg
      adds  25b5b39   Files: fix width of table header when files are selected
      adds  2cb2644   Merge pull request #1613 from owncloud/multiselect-row-width
      adds  45ed0c6   if you add/remove more than one user from the share dialog replacing 'Share' with 'Shared' will lead to a string with more and more trailing 'd's
      adds  58e5715   Merge pull request #1625 from owncloud/fix_shared_string
      adds  d2332f6   add a custom header clients can use to skip a n additional propset request
      adds  2644003   send back 'X-OC-MTime: accepted' when X-OC-MTime was applied
      adds  72a2075   readd renaming and mtime handling to new directory nodes
      adds  806522d   also rename file when it has not been present before
      adds  15ab2fd   check Content-Length to detect aborted uploads
      adds  2cb2991   delete partial file when file upload is aborted
      adds  99f41de   only check content lenght on PUT to make litmus happy
      adds  04bf8c1   Merge pull request #1596 from owncloud/fix_470
      adds  808a139   Remove the leading slash from the filename for opendir
      adds  fb23ac3   [tx-robot] updated from transifex
      adds  062befd   Update lib/files/cache/legacy.php
      adds  53111cc   Merge pull request #1634 from irgsmirx/patch-6
      adds  89bc262   [files_external] removing function as it's the same in the base class - THX Robin
      adds  f512dea   [files_external] fixing some undefined index
      adds  7776d04   [files_external] fix config gui for all users
      adds  392be78   the path must be encoded because within the smb4pph code it's decoded again - pretty easy but still .....
      adds  0c11747   use urlencode not rawurlencode
      adds  2507e0d   Merge pull request #1636 from owncloud/fixing-smb-master
      adds  a9c77eb   Check requesttoken
      adds  06c2688   Merge pull request #1648 from owncloud/checkRequesttoken
      adds  dbb4be9   LDAP: change generation of internal names. Use UUID for users. Change to sequential numbers for groups as they are still used as display names
      adds  afc9fe4   adjust copyright
      adds  b6ee118   Merge pull request #1604 from owncloud/fix_ldap_internalname_generation
      adds  ed1c943   Makes password toggle button inside input.
      adds  ffb3ac5   Merge pull request #1650 from raghunayyar/personal-toggle-fix
      adds  068595e   fixing issues with UTF8 characters in translatable strings
      adds  ba1ab38   Merge pull request #1649 from owncloud/fixing-l10n-master
      adds  8d9352a   [tx-robot] updated from transifex
      adds  56d10e9   Cache: simplify scanner logic a bit when handeling with unknown folder sizes
      adds  299649b   Cache: reuse known folder sizes when doing a shallow scan
      adds  d84c3cd   Cache: actually use parameter
      adds  2921d2f   Cache: don't create a new etag when the mtime hasn't changed
      adds  e1fe527   Cache: also preserve etags for files
      adds  f2baf1a   fixing syntax error
      adds  b54dcd1   Cache: fix scanner trying to use existing data when file isn't in cache
      adds  251b676   Merge pull request #1616 from owncloud/cache_fixes_rebase
      adds  318c0b3   user name and password need to be encoded as well fixes #1652
      adds  0f13da4   Merge pull request #1654 from owncloud/fixing-1652-master
      adds  b31cc83   $this->numericId should be determined based on table storages not filecache
      adds  5ee0adc   Merge pull request #1655 from owncloud/use-correct-tablename-in-cache-master
      adds  e68e5cc   Split editable select code used for quota selection into a jquery plugin
      adds  316807e   Merge pull request #1624 from owncloud/singleselect
      adds  68fa0b7   [tx-robot] updated from transifex
      adds  8174e5f   make MappedLocal available and testable within Linux as well
      adds  f223ab7   Merge branch 'master' into mapped-storage-unit-testing-linux-master
      adds  92e6409   fixing mappedlocal storage to work on non-windows as well this allows us to run unit tests on linux - necessary to enable easy regression testing
      adds  06bba59   Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-master
      adds  5a0a956   alpha 1
      adds  1e45453   LDAP: format dn before using it, not other way round. fixes #1605
      adds  4f38b54   Merge pull request #1665 from owncloud/fix_ldap_1605
      adds  8ff20ac   ellipsize infield labels when too long, specifically fix #871 for database labels on installation
      adds  79511f6   fixed database input group having two slightly thicker dividers
      adds  6d7e324   Merge pull request #1574 from owncloud/installation-label-overflow
      adds  05b46f7   on creation only test for existing users if the backend supports user creation this solves the issue where no users can be created any more if backends are active which always return true on userExists() like WebDAV Auth
      adds  b9089fe   Merge branch 'master' into fixing-1424-master
      adds  f58ed7a   no need to implement createUser in web dav auth
      adds  037fcde   Merge branch 'master' into fixing-1424-master
      adds  5731a1b   introduce new virtual method hasUserListings() to determine if a user backend can list it's users.
      adds  14e3d77   https://github.com/owncloud/core/pull/1598#discussion_r2976684
      adds  bc43dd7   Merge branch 'master' into fixing-1424-master
      adds  9d6f74c   missing piece after merge
      adds  e1e77fe   Merge pull request #1598 from owncloud/fixing-1424-master
      adds  bfe6334   [tx-robot] updated from transifex
      adds  bd22e94   call 'Trash bin' 'Deleted files'
      adds  ae172ce   improved description of the trash bin app
      adds  a03d702   fixing undefined originalEvent
      adds  8877087   adding a compatibility.js as a single source to define all fallback function declarations
      adds  8065c73   fixing eventsource.js for IE8
      adds  e643742   adding prototype trim as fallback for IE8
      adds  022993c   fixing javascript errors IE8 in user management
      adds  f4c9d4c   Merge pull request #1682 from owncloud/fix-ie8-master
      adds  7d88980   only show navigation scrollbar on hover, when needed, to be less obtrusive
      adds  95575a7   simplify noise (immense file size reduction), also apply to user menu and header, fix #1576
      adds  3f09cc1   double speed for user menu slide
      adds  db30f94   Merge pull request #1697 from owncloud/navigation-details
      adds  c5d716e   fixing javascript errors IE8 in apps management
      adds  6a250c8   fixing javascript errors IE8 in personal settings
      adds  7f1b827   Merge pull request #1696 from owncloud/fixing-more-ie8-master
      adds  c709419   Sanitize HTML
      adds  5624f1b   Merge pull request #1701 from owncloud/XSS-fixes
      adds  be194c5   Invalidate existing HSTS headers
      adds  b6cbfc9   Merge pull request #1705 from owncloud/DisableHSTS
      adds  6adaf67   add dark calendar and contacts icon for firstrunwizard and others
      adds  5b20c30   pixel align dark calendar and contacts icons
      adds  29bf355   Merge pull request #1703 from owncloud/firstrunwizard-icons
      adds  a410529   remove unused images to lessen packaged size
      adds  4320f23   Merge pull request #1702 from owncloud/remove-images
      adds  5c4a804   Fix SpaceBeforeOpenBrace errors
      adds  d3ef967   Fix indentation style
      adds  cd35d25   Fix NoSpaceAfterComma and SpaceBeforeComma
      adds  2679123   Add braces around single line if statements
      adds  2d6d0a4   Whitespace indent fixes
      adds  ffae6f4   Style-fix: Breakup long lines
      adds  9058d39   Merge pull request #1662 from owncloud/style-cleanup
      adds  b169073   [tx-robot] updated from transifex
      adds  ab70f9b   Fix quotes in OC_User::isEnabled
      adds  92744be   Merge pull request #1713 from owncloud/fix-user-enabled
      adds  bcabdd7   Don't cache errors/exceptions when debug is enabled
      adds  0395715   set DEBUG from xdebug session before we first use it
      adds  1666934   Merge pull request #1712 from owncloud/debug-exception
      adds  102619a   we should never drop a database
      adds  6cee4c4   Merge pull request #1714 from owncloud/fixing-1677-master
      adds  e96f6ff   filter l10n-* files
      adds  61e3c15   add some missing fallback language mappings
      adds  2e28016   adding language code oc
      adds  a63f5ff   some more missing language code fallbacks
      adds  d2f3418   sort languages based on display name not the iso code
      adds  8b09fbc   Merge pull request #1700 from owncloud/fixing-1680-master
      adds  08b68aa   check if glob() returns any results, fix for stable45 was already approved by pull request #1695
      adds  b8a6bca   always show checkbox when selected, also in IE8, fix #1621
      adds  09d9138   fix caret on installation page for IE
      adds  f9a6ed6   fix navigation icons SVG replacement, also hover and active opacity for IE
      adds  e8190c6   fix user delete button not showing in IE, another SVG replacement issue
      adds  53a3a30   no ugly border around checkboxes or radio buttons
      adds  1edfe87   only style text, password and search inputs like inputs, instead of using unsupported :not selector
      adds  bb52271   exchange bright caret with dark triangle
      adds  ac32ae7   Merge pull request #1683 from owncloud/ie-fixes
      adds  297c50d   changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME
      adds  2ce398c   Merge pull request #1715 from owncloud/fixing-1640-master
      adds  0f405d9   fix Users settings header bar element positioning, close #1686
      adds  f29a0ec   also fix header alignment for multiselect columns
      adds  cd310ad   Merge pull request #1694 from owncloud/users-header
      adds  b8e2454   Fix strict standard warning in user template
      adds  425d41a   Merge pull request #1717 from owncloud/fix-warning-template
      adds  83f0c8c   [tx-robot] updated from transifex
      adds  4708d45   Add missing requesttoken
      adds  bef48ba   LDAP: announce that OC_USER_BACKEND_GET_DISPLAYNAME is implemented, fixes #1727
      adds  17d21a8   Merge pull request #1729 from owncloud/fix_1727
      adds  c8e7b14   [tx-robot] updated from transifex
      adds  a28df74   LDAP: check array with isset first to avoid warnings about undefined index
      adds  71472c2   Merge pull request #1730 from owncloud/ldap_fix_warnings
      adds  d1dcb28   fix multiselect bar offset on shared page, close #1339 finally
      adds  0f8058c   Merge pull request #1699 from owncloud/multiselect-bar-fix
      adds  325746a   Merge branch 'master' into fix-googledrive
      adds  c0fafe8   Merge pull request #1642 from owncloud/fix-googledrive
      adds  1ef2ecd   Style cleanup user_ldap
      adds  92a36ca   Join short comment lines
      adds  925de78   Join split translated strings
      adds  90939c8   Merge pull request #1708 from owncloud/style-cleanup-user_ldap
      adds  e3ba0c3   adding a new test class for mapped local using a dot in the datadir - reflects the issue described in #1659
      adds  c0f3d85   folder should be created :-(
      adds  191da02   new test cases added to search in sub folders
      adds  b488800   fix error in recursive search
      adds  4073935   class Mapper no respects an unchanged physical root which will be excluded from slugifying the path
      adds  55d6b96   Merge pull request #1719 from owncloud/fixing-1659-master
      adds  5616690   Style cleanup files_external
      adds  6c19722   Join split translated strings
      adds  8e76a98   Merge pull request #1709 from owncloud/style-cleanup-files_external
      adds  3b9796b   [tx-robot] updated from transifex
      adds  a984a27   Sanitize user input
      adds  79284b8   Sanitize HTML
      adds  96ae110   Merge pull request #1751 from owncloud/sanitizeHTML
      adds  37352bb   close file handler after readdir()
      adds  9a93db9   remove obsolete variables
      adds  51cef9d   allow user to delete selected files from the trash bin permanently
      adds  815e964   use  instead of
      adds  ac1b2a7   add missing paramenter to post request
      adds  e6c39fc   change $_REQUEST to $_POST; fix check if file was successfully deleted
      adds  4a3374e   fix redirect, use the new routing
      adds  0ab8720   Merge pull request #1759 from owncloud/redirect_fix_1737
      adds  0c1ec75   Cache: hash long storage ids to ensure they fit in the database
      adds  f554347   Merge pull request #1724 from owncloud/long-storage-id
      adds  c5f6a77   Correct new password input name
      adds  06dbcec   Do not set password if it has't provided
      adds  c8e0206   Merge pull request #1762 from owncloud/user_password_fix
      adds  f343d9d   files_versions no longer contains a personal settings page -> remove the call
      adds  474b829   Merge pull request #1767 from owncloud/fixing-1766-master
      adds  4662691   Use a parser to read custom mount configuration instead of including the php files
      adds  6da2c6c   Create new mountconfig files in json
      adds  2bbb57e   merge master into mountconfig
      adds  e1700c2   pretty print json
      adds  cad6591   look where you are typing ...
      adds  3bf9aa4   Merge branch 'mountconfig' of github.com:owncloud/core into mountconfig
      adds  d9035d4   Merge pull request #1728 from owncloud/mountconfig
      adds  76c4dc6   [tx-robot] updated from transifex
      adds  0e9b9f4   no pretty print
      adds  c56542c   Merge pull request #1771 from owncloud/mountconfig
      adds  e2f87e4   Calculate size for existing directories only
      adds  3d75452   Merge pull request #1764 from owncloud/Undelete_directory_fix
      adds  5075960   add file_exists method to files_trashbin app
      adds  4b4b1f8   Properly delete empty directories in Trashbin
      adds  c0ac980   check filename and timestamp in Trashbin's file_exists method
      adds  9575187   Merge pull request #1740 from houqp/issue#1688
      adds  f45b268   rebase to master
      adds  7bfbfe6   initialize $result
      adds  211e651   add timestamp to function call; fix trash.js to handle multiple delete operation at once
      adds  3a36463   use "|" as delimiter instead of ";", since "|" is not allowed in file/folder names
      adds  273e1a1   switch to json encoded file list
      adds  c1847aa   change for loop to make it hopefully work with IE
      adds  953c87d   fix erroneous CSS, remove obsolete selectors
      adds  a085e4c   Merge pull request #1720 from owncloud/usermenu-css
      adds  99758dc   [tx-robot] updated from transifex
      adds  d96146a   Give storage backends the option to define having no known free space
      adds  451daf3   Keep user quota into account when the storage backend has unkown free space
      adds  3878203   Merge pull request #1731 from owncloud/unknown-freespace
      adds  0efa418   Update office icons
      adds  7a9200f   Merge pull request #1790 from owncloud/update_office_icons
      adds  ff09a1f   don't use OC_FilesystemView()
      adds  87b98da   use new filesystem to mount users home
      adds  b05f05e   make store function static
      adds  efa024c   fix getUidAndFilename() function
      adds  d426a09   Merge pull request #1752 from schiesbn/versioning_use_new_filesystem_api
      adds  94e5de8   Update apps/files_versions/js/versions.js
      adds  57fbfaf   Merge pull request #1787 from maelzx/patch-1
      adds  fde0a8b   Add Ability to the app to detect more details on the file
      adds  383194c   Merge pull request #1753 from owncloud/Extra_info
      adds  5a8e0f2   Extra position check for multiselect dropdown. Fix app/issues/575
      adds  18dab4a   Merge pull request #1738 from owncloud/fix_multiselect_in_settings
      adds  59fd9b2   5.0.0 beta 1
      adds  4f4e81d   Add message when trouble sending email ref #1799
      adds  fbfd54d   Merge pull request #1806 from eMerzh/ref_1799
      adds  3b9d9ee   replaced for in loops with normal enumerating loops to fix #1803
      adds  d2f9c3e   Merge pull request #1809 from owncloud/fix_ie_deletefolder
      adds  3eb9cd0   Merge branch 'master' into trash_bin_delete_selected
      adds  eb3769e   Merge pull request #1773 from owncloud/trash_bin_delete_selected
      adds  dcd93a5   [tx-robot] updated from transifex
      adds  2c78c5c   bug fix for issue 1739, two changes included:
      adds  c8c0e72   Merge pull request #1768 from houqp/issue_1739
      adds  c24ec86   calculate versions size per user
      adds  2436d01   calculate trashbin size per user
      adds  629097b   increase db fileds for usernames
      adds  df76e0d   use the same string lengths like the file cache
      adds  7b7994b   WebDAV-Testing: - write the exception to the log - in case curl is missing we should return true as well
      adds  0a6e993   Merge pull request #1812 from owncloud/add-logging-to-webdav-test-master
      adds  89ef06c   rename app to 'deleted files'
      adds  eceb734   make number-input fields look like they should
      adds  2184473   Merge pull request #1830 from owncloud/fix_css_number
      adds  88bea55   Update hint by the internal version number.
      adds  40a5a52   Merge pull request #1836 from owncloud/update-version-remark
      adds  e7d1bbf   fix giant advanced caret in installation
      adds  a8a85ed   Merge pull request #1835 from owncloud/normalize-giant-caret
      adds  734a463   [tx-robot] updated from transifex
      adds  83e613b   Fix error path in changedisplayname call
      adds  31d2b9b   Merge pull request #1838 from owncloud/fix-changedisplayname-call
      adds  16a5f15   keep transparency when resizing or cropping png/gif
      adds  51d050c   Merge pull request #1848 from owncloud/keep_transparency
      adds  9edec54   mount users home before write/read file to it, necessary to deal with external homes
      adds  c0443a2   Merge pull request #1849 from owncloud/mount_users_home
      adds  f51d8c1   fix order of mount commands
      adds  5c76fff   Merge pull request #1854 from owncloud/fix_mount_order
      adds  59a3238   Style cleanup files_sharing
      adds  fb7de77   Style cleanup files_trashbin
      adds  db8dbb9   Style cleanup files_versions
      adds  1a747b3   Style cleanup core dir
      adds  83f161d   Style cleanup settings
      adds  19c5213   Join split translated strings
      adds  59582e0   Fix review issues
      adds  e8da90d   Merge pull request #1711 from owncloud/style-cleanup
      adds  62c65bc   Add OC\Files\Filesystem::isFileBlacklisted
      adds  608ebb5   Merge pull request #1859 from owncloud/blacklist-fix
      adds  2268596   Fetch displayname in userlist ajax requests. Refs #1681
      adds  78fce83   Merge pull request #1855 from owncloud/userlist_load_displaynames
      adds  6aa0ecc   [tx-robot] updated from transifex
      adds  bb75dfc   Whitespace fixes
      adds  a417028   Merge pull request #1862 from owncloud/whitespace-cleanup
      adds  a2d3333   Don't throw insufficient storage exception if free space is unknown
      adds  d29c2b0   Reuse $freeSpace variable
      adds  069adf8   Merge pull request #1879 from owncloud/fix-webdav-quota
      adds  7019972   [tx-robot] updated from transifex
      adds  c5e0dda   add a safe_mode check
      adds  906f8fa   Merge pull request #1881 from owncloud/safemode_check
      adds  21f3291   [tx-robot] updated from transifex
      adds  4e826b1   Set required owncloud version to 4.93
      adds  8f65916   Merge pull request #1882 from owncloud/required_version
      adds  5b94959   using the number of writen bytes as indicator if streamCopy() was successfully. Instead check if fwrite returns the number of bytes or false
      adds  d8137fd   return both, count and result if the operation succeeded or failed. Maybe in some cases it is useful to know how much bytes where copied
      adds  eabfd9b   put value assignment into brackets
      adds  9ee5069   Merge pull request #1856 from owncloud/fix_error_handling_stream_copy
      adds  632ca9f   Merge branch 'master' into update-expire-function
      adds  736d5de   version checks for apps now use all three version numbers and fixed bug that would not do the version check correctly for the second version
      adds  ecd40f0   spaces to tabs
      adds  5bf3d28   created unittests and factored out version test into seperate method
      adds  8068051   more tests to fail the version check
      adds  da82f7f   Merge pull request #1888 from Raydiation/master
      adds  ebcb778   remove the check for session data folder - causes trouble on some environments let's try to find another solution for =C6
      adds  9ceae51   Merge pull request #1887 from owncloud/fixing-1843-master
      adds  0dd7fd0   IE8 does not support window.onclick
      adds  7c30c1a   Merge pull request #1833 from owncloud/fix_1465
      adds  859caee   use :hover pseudo class to set opacity
      adds  660670e   Merge pull request #1832 from owncloud/fix_1779
      adds  0a5457c   fix getVersions(), we need to get the correct user and filename
      adds  3f48beb   Merge pull request #1827 from owncloud/fix_getVersions
      adds  686254a   move2trash() handles keyfiles
      adds  4d0df96   put all trash bin content in user/files_trashbin
      adds  c49e73d   restore filekeys from trash bin
      adds  4b5a662   delete keyfiles if file in trash bin gets deleted permanently
      adds  5ce6d1f   reuse delete() function in expire()
      adds  5329c9e   update script which copies all trash bin related files to user/files_trashbin
      adds  b685aa8   some fixes for the keyfile handling
      adds  2d6efae   update path to deleted files
      adds  fc1fba2   don't show empty trash bin message for sub folders
      adds  6aed7ab   Merge branch 'master' into trashbin_encryption
      adds  4dea6a6   Merge branch 'master' into trashbin_encryption
      adds  7ebbecd   always use "==="
      adds  7da9755   some final code clean-up
      adds  a37577e   Merge pull request #1810 from owncloud/trashbin_encryption
      adds  4c980a4   Merge branch 'master' into update-expire-function
      adds  e30b3f6   fix line endings
      adds  0f763f4   Merge pull request #1823 from owncloud/update-expire-function
      adds  15f5325   Don't use routes when displaying error page
      adds  2954c7e   Merge pull request #1865 from owncloud/fix-displaying-db-errors
      adds  664e7a3   use distance option to delay dragging in sane browsers
      adds  638de02   Merge pull request #1889 from owncloud/use_distance_option
      adds  dbf2bfc   delete table row if file was deleted instead of just hide it
      adds  3ef8c0b   Merge pull request #1892 from owncloud/files_remove_row_on_delete
      adds  272f854   fix getVersion call
      adds  b917646   fix quota calculation
      adds  ede0e7d   Merge pull request #1890 from owncloud/trashbin_fix
      adds  e4e915f   LDAP: simplify default for user home settings, fixes wrong display of default value in settings
      adds  f50be25   Merge pull request #1864 from owncloud/fix_display_default
      adds  3009b43   use a 5 sec timeout for the webdav check
      adds  946a064   Merge pull request #1891 from owncloud/set_timeout
      adds  1d83d76   fixed bug that prevented a newly created file to be opened with registered files actions
      adds  571f1e2   Merge pull request #1894 from owncloud/texfix
      adds  a533bb6   5 beta 2
      adds  f2b5bc8   adding autotesting for mssql server - windows only
      adds  d577f79   Added MS SQL Server support
      adds  41ec976   Bugfixes and cleanup MS SQL Server installation
      adds  4e5a3fb   - Fixed indentations. - Fixed a bug in legacy.php: there was an error that was not checked for if the table 'fscache' did not exist in the database.
      adds  df528bf   Merge pull request #1635 from irgsmirx/master-sqlserver
      adds  0c31c3c   fixing user for autotesting mssql
      adds  76b31f8   Merge branch 'master' into master-sqlserver
      adds  b2dfdac   fixing undefined variables
      adds  8136851   fixing indent
      adds  98d7e0f   write any database messages / non critical errors to the log - don't pollute the browser
      adds  bcbf2e6   fixing sql server syntax for database creation
      adds  78a3625   final adoptions for mssql connectivity
      adds  4b80466   Merge branch 'master' into master-sqlserver
      adds  2675290   Merge branch 'master' into master-sqlserver
      adds  5062ae2   Merge branch 'master' into master-sqlserver
      adds  9898ba4   Merge branch 'master' into master-sqlserver
      adds  6dd1d47   Merge pull request #1706 from owncloud/master-sqlserver
      adds  efe33c5   Don't walk objects with array_walk_recursive()
      adds  a2a1e8c   Merge pull request #1839 from owncloud/no_recursive_object_walking
      adds  bf0b9ba   Remove unneeded code for user layout template
      adds  6735701   Merge pull request #1837 from owncloud/fix-user-template
      adds  55c7261   set http 500 when session could not be started to prevent serving of empty files see #1049
      adds  bc2fefe   write an error log when session could not be initialized
      adds  aba60db   added simple error message for the browser
      adds  7f7b8bc   use error template
      adds  d713948   Merge pull request #1898 from owncloud/session_start_fix
      adds  63d9feb   [tx-robot] updated from transifex
      adds  2f3c5d8   when user changes displayName, also update it on expand button
      adds  278a6f5   update oldDisplayName value on displayName change
      adds  c111a3a   add span tag to displayname on expand button
      adds  195b52c   Merge branch 'master' of github.com:owncloud/core into issue_1776
      adds  7e3a8c1   use text method instead of html method
      adds  02da5d5   remove Gwr
      adds  072daf8   Merge pull request #1885 from houqp/issue_1776
      adds  f415f3e   return true once one owncloud version number is bigger at any position
      adds  5b250af   Merge pull request #1903 from owncloud/fix_version_check
      adds  6b33a23   Code style
      adds  52dccd4   Storage: don't throw warnings when a stat fails
      adds  b987c76   Merge pull request #1906 from owncloud/storage-stat-fail
      adds  b537cec   add CSP turned on for angularjs
      adds  69eb69b   Merge pull request #1902 from owncloud/angularcsp
      adds  7a47786   align logo type pixel perfectly
      adds  6f09f57   remove more unused logo files, now in promo
      adds  5e07c30   Merge pull request #1919 from owncloud/logo-pixelperfect
      adds  8c9d0d1   cleanPath needs to be public
      adds  1591b2f   Merge pull request #1915 from owncloud/fix_webdav_mount
      adds  c94974c   Add missing echo
      adds  a148e6d   Merge pull request #1922 from owncloud/missing_
      adds  ea841e5   Catch exceptions on malformed categories.
      adds  81c6646   Merge pull request #1920 from owncloud/catch_vcategories_exceptions
      adds  4e55348   implemented a heartbeat request which is calls the server every 15 minutes to prevent a session timeout
      adds  7eec315   Merge pull request #1938 from owncloud/session_heartbeat
      adds  81bb436   use 15 min instead of 15 sec timeout
      adds  d3aecda   Merge pull request #1939 from owncloud/session_heartbeat
      adds  a65b16f   generate url only once
      adds  aa8bf3b   Merge pull request #1941 from owncloud/session_heartbeat
      adds  023f19e   added defaultcharset to utf-8 in htaccess
      adds  5572c3a   Merge pull request #1929 from owncloud/htaccess-utf8
      adds  4a26d63   Fix using wrong quotes for breaking long lines
      adds  f1dc46b   Merge pull request #1942 from owncloud/fix-1925-wrong-quotes
      adds  26d5992   add cgi pathinfo when fcgi is enabled #1189
      adds  f3a8bf9   Merge pull request #1931 from owncloud/fastcgi
      adds  348812f   [tx-robot] updated from transifex
      adds  25cf18f   Fix undefined root parameter in Dropbox storage
      adds  f26c477   Merge pull request #1949 from owncloud/fix-dropbox
      adds  d82c9fd   Text stays inside the sharing dropdown
      adds  170a585   Merge branch 'sharing-css-fix' into sharing-dropdown-fixes
      adds  d8e8dab   Fixes the Email Button and the email input Width.
      adds  326aae8   Hovering on the unshare doesnt spoil look
      adds  6ecc3d7   Reduced email input width by 10% to increase space.
      adds  f36d92b   Merge pull request #1800 from raghunayyar/sharing-dropdown-fixes
      adds  aa2ea9e   Fix adding share icons to share action
      adds  5b732ac   Move space
      adds  07e9f8d   remove general CSS from IE specific rules, displays Shared state permanently again
      adds  58b06c5   Merge pull request #1905 from owncloud/fix-share-icons
      adds  64551ee   LDAP: sort users on server-side
      adds  60d4fdd   sort users according to display name
      adds  a54be4a   Merge pull request #1948 from owncloud/improve_user_sorting
      adds  49cd9f2   fix shared by text going out of box, fix #895
      adds  7ee5b2d   fix ugly giant triangles
      adds  a5d84b7   properly align triangle and unshare icons to text, also fixes line hopping
      adds  0828bb7   Merge pull request #1957 from owncloud/fix-895
      adds  c71fdf0   fixes 1933 - the locale name is no longer part of the translation string
      adds  f69fa27   Merge pull request #1958 from owncloud/fixing-1933-master
      adds  86ffa28   quick fix for log in button not being aligned with input fields
      adds  a09076c   Merge pull request #1955 from owncloud/login-button-alignment
      adds  5c7e3cf   escape regular expressions; fix typo in variable name
      adds  49f2a2d   Merge pull request #1953 from owncloud/escape_regular_expressions
      adds  49a0f42   fixed bug that would cause a failure because of undefined variable  instead of %s in a translation string
      adds  a708b63   Merge pull request #1961 from owncloud/trans_fix
      adds  18b7a2b   add css and scripts before session init
      adds  a1afc2e   only add style.css to initsession
      adds  3a73223   Merge pull request #1956 from owncloud/session-error-format
      adds  fd654e9   [tx-robot] updated from transifex
      adds  888e4f2   timeout after a longer time
      adds  5fd8d15   Merge pull request #1962 from owncloud/big_upload_fix
      adds  d9e75c2   remove admin settings for versions
      adds  9b220d0   rename History to Versions
      adds  6cf1470   Merge branch 'master' into versions_cleanup
      adds  f8bcd38   remove admin settings from app.php
      adds  fed39d0   Merge pull request #1964 from owncloud/versions_cleanup
      adds  6c26214   Refix #1931
      adds  f0a4506   Merge pull request #1967 from eMerzh/refix_1931
      adds  0dbf1d0   Show status icons for mount points in external storage UI
      adds  3c08d2b   Change callback url to path only in case oauth parameters are still in url
      adds  a0e47a2   Prevent javascript error if no value is set for the multiselect
      adds  30a07e9   Save configuration after paste events and 2 seconds after typing
      adds  5d68e04   Change callback url for dropbox as well
      adds  48a3966   Listen to paste events for dropbox configuration
      adds  d9ff3b6   Fix last commit's variable
      adds  ad902a9   Move storage backend tests from constructor to test function
      adds  595e72a   Fix some of the default mount points creating sub folders i.e. SMB / CIFS, ownCloud / WebDAV
      adds  442a045   Fix problems with chosen multiselect
      adds  a69de3a   Turn off async for saving mount points, improve input detection for Google and Dropbox 'Grant Access' buttons
      adds  d65cb7a   Fix 'Grant Access' button for multiple Google Drive mount points and prevent multiple scripts being added
      adds  db90f2c   Listen to checkbox changes as well
      adds  7f218c4   Remove accidentally included file
      adds  78043d7   Set status to waiting for Dropbox and Google Drive while authenticating
      adds  fbcf623   Merge branch 'master' into external_storage_ui_feedback
      adds  6f08b1f   Change wordings
      adds  6eba790   Merge branch 'master' into external_storage_ui_feedback
      adds  ad6e133   Replace another mount point placeholder
      adds  646d60e   fixing namespace
      adds  a953786   Merge branch 'master' into external_storage_ui_feedback
      adds  6b594c1   fixing namespace
      adds  a814361   Merge branch 'master' into external_storage_ui_feedback
      adds  010c4c2   adding spinner while talking to the backend
      adds  037c3ee   fixing issues with UTF8 characters in translatable strings
      adds  702c27b   Merge branch 'master' into external_storage_ui_feedback
      adds  05a8766   attach on() events to external storage table, dom events in the table will always bubble up here
      adds  4a05e88   Merge branch 'master' into external_storage_ui_feedback
      adds  5b50bc8   Fix Dropbox and Google ui
      adds  766a301   Merge pull request #1031 from owncloud/external_storage_ui_feedback
      adds  470fc38   Remove the template autoescaping
      adds  4860d03   [Files] Use p() instead of echo
      adds  8520928   [Files] Use htmlspecialchars()
      adds  7f8eddf   [files_encryption] Use p() instead of echo()
      adds  236507a   [files_external] From echo to p
      adds  221ecf6   [files_sharing] From echo to p
      adds  c9415e6   [files] Unescape file size
      adds  3ba8881   [files_trashbin] From echo to p
      adds  fc5331e   [files_versions] From echo to p
      adds  df1d904   [user_ldap] From echo to p
      adds  0b5b495   [user_webdavauth] From echo to p
      adds  40e51d1   Remove uneeded file
      adds  229c907   [core] From echo to p
      adds  6f14bec   Add a missing )
      adds  39e28c0   Typo...
      adds  7311c2b   Remove uneeded OAuth files
      adds  1f9551a   Update apps/files/templates/part.list.php
      adds  a8bab02   Merge pull request #1969 from j-ed/master
      adds  47b899e   Disable prepared query caching while doing an upgrade
      adds  9508a58   Merge pull request #1944 from owncloud/query-caching-upgrade
      adds  d7528f0   Disable query cache for Sqlite
      adds  8a0d786   Merge pull request #1945 from owncloud/sqlite-query-cache
      adds  56f3917   Use the plain urlencoded path info for the routing matching
      adds  2f036bc   Merge pull request #1972 from owncloud/raw-pathinfo
      adds  b93ebe1   Merge master
      adds  5f8bd07   [Files] Use p() instead of echo
      adds  a93b5b4   [tx-robot] updated from transifex
      adds  e01ab04   reduce minimum length for username suggestions in share dialog, fix #1666
      adds  a2147c4   Merge pull request #1973 from owncloud/share-improvements
      adds  fbb989f   up limit of share dropdown from 4 to 15, scrollbar after 4 1/2 entries, fix #135
      adds  4223e99   Merge pull request #1985 from owncloud/sharing-more
      adds  4d3d8ed   Trash: highlight Files navigation entry while in trash
      adds  73cd116   Trash: don't use depricated filesystem api classes
      adds  3756f23   Trash: enable fileactions while viewing trash
      adds  9d74ce4   Trash: fix opening folders
      adds  697536c   Trash: use the same sorting algoritm as files
      adds  f93f9dd   merge master into trash_fileactions
      adds  429bf42   Merge master into trash_fileactions
      adds  d2fe600   Trash: fix trash when default quota is used
      adds  f497970   Trash: fix download.php
      adds  923c517   Trash: disable text editor from trash for now
      adds  12fd47a   Trash: fix opening folders
      adds  6d4b344   Merge pull request #1397 from owncloud/trash_fileactions
      adds  59835a9   add checks for xml and dom when installing
      adds  93e713d   Merge pull request #1987 from owncloud/fixinstalldeps
      adds  cef6131   Sanitize HTML in html_select_options
      adds  1cc7e6d   Merge pull request #1989 from owncloud/selectSanitize
      adds  f7a4339   Cache: add option to delete file from permissions cache for all users
      adds  ee1eb98   Cache: cleanup permissions cache when removing a file from the cache
      adds  a86761e   Merge pull request #1988 from owncloud/permissionscache_clean
      adds  dee16de   Merge master
      adds  301d065   Sed was wrong
      adds  9a2ca0a   Check resharing setting
      adds  84aa2c6   Merge pull request #1937 from owncloud/check-resharing
      adds  294403f   The router base url is without / on the end
      adds  040076f   Merge pull request #1992 from owncloud/fix-heartbeat
      adds  a319fa8   Fix window.location mistakes in previous code
      adds  416607e   Merge pull request #1979 from maelzx/patch-2
      adds  d20fd7e   [tx-robot] updated from transifex
      adds  09dc15d   5.0 RC 1
      adds  630becb   Style fixes
      adds  93f1521   Check if requesttoken exists in session
      adds  f7cb53b   Merge pull request #2008 from owncloud/1999-requesttoken
      adds  e81b639   make sure that the version app always work on the users real home folder and not on the mount point
      adds  a01540a   fix getVersions() call for the history view
      adds  87c8fff   Merge pull request #2007 from owncloud/fix_1834_master
      adds  7c360c2   add post_moveToTrash and post_restore signals to the trash bin
      adds  df2a9a3   add additional parameter to signal
      adds  2e2cf28   Merge pull request #2005 from owncloud/trash_add_signals
      adds  39b9ed5   for this self test we don't care if the ssl certificate is self signed and the peer cannot be verified.
      adds  7f7f447   Merge pull request #2014 from owncloud/fixing-1909-master
      adds  e3e4c28   fixes #2001 - in case the user has no permissions to upload/create files/folders a clear warning is displayed
      adds  5036e31   Merge pull request #2015 from owncloud/fixing-2001-master
      adds  6c304fa   validate the generated email address and fall back to localhost.localdomain in case it is not valid
      adds  31754a6   Merge pull request #2016 from owncloud/fixing-1844-master
      adds  5e7970f   Merge master
      adds  4b9863f   Merge branch 'master' into from-insane-autoescape-to-p
      adds  73c84e4   Merge master
      adds  8e5bbac   Merge pull request #1976 from owncloud/from-insane-autoescape-to-p
      adds  6708dd8   some more new languages recently introduced to ownCloud
      adds  f21ecef   Merge pull request #2019 from owncloud/fixing-languages-again-master
      adds  c9d9c38   [tx-robot] updated from transifex
      adds  630483c   Fix notice
      adds  2af3bc3   Merge pull request #2022 from owncloud/fix-notice
      adds  f9b454d   change bug tracker links to https://github.com/owncloud/core/blob/master/CONTRIBUTING.md
      adds  fadb112   Merge branch 'master' into fixing-bugtracker-link-master
      adds  4c8c974   Merge pull request #2020 from owncloud/fixing-bugtracker-link-master
      adds  07b956c   Update image.php
      adds  5a9e9e0   Merge pull request #2026 from j-ed/master
      adds  50460d9   Remove uneeded \ since we're using "
      adds  b759c61   Merge pull request #2021 from owncloud/fix-csp-docu
      adds  d3e88e6   Remove uneeded sanitizeHTML
      adds  050de00   Avoid to display empty DisplayNames for menu and title
      adds  37295de   Merge pull request #2031 from eMerzh/fix_empty_display_name
      adds  dbb9b68   Fix quoting of query for user_ldap ref #1983
      adds  c8cdc74   Merge pull request #2033 from eMerzh/fix_ldap_quoting
      adds  3e3c039   Escape the data only in the template
      adds  927a374   Merge pull request #2036 from owncloud/escape-only-in-template
      adds  b900d09   Add link to installation instructions
      adds  844e18a   [tx-robot] updated from transifex
      adds  9cb5bf0   add ie css switch to layout templates
      adds  d8655a4   Merge pull request #2046 from owncloud/add_ie_css_switch
      adds  71bdccf   Chunk size comment should say kB, not MB
      adds  3021d9b   Merge pull request #2050 from owncloud/fix-readfile-comment
      adds  ff9476b   fix oc#47
      adds  22424e8   update OC.Notification.show
      adds  620ddd3   new Array() -> []
      adds  0488968   Merge pull request #2034 from owncloud/fix_bug47
      adds  376f350   Fix encoding settings ajax getlog
      adds  d8d1463   Merge pull request #2058 from owncloud/fix-getlog
      adds  a2d6b27   Check maintenance mode before loading apps in route matcher
      adds  d800f35   Disable loading of backgroundjobs js when upgrade is needed
      adds  ef01e0c   Merge pull request #2057 from owncloud/upgrade-fixes
      adds  b738aab   [tx-robot] updated from transifex
      adds  577945b   Sanitize shareWith
      adds  841daf4   Merge pull request #2062 from owncloud/shareType
      adds  962b7a7   Add log as text and not as HTML
      adds  17f7bd4   Merge pull request #2059 from owncloud/getlog
      adds  86a7202   Sanitize uid, group and quota
      adds  d70912e   Merge pull request #2060 from owncloud/escapeGroupname
      adds  0252479   Add the description as text and not as html
      adds  36a1bcb   Merge pull request #2061 from owncloud/app-text
      adds  d3ddf03   Datepicker height fixed.
      adds  b0be84d   Merge pull request #2065 from owncloud/files_datepicker
      adds  f4411b0   durhurrrhurrr
      adds  de066be   Merge pull request #2044 from owncloud/fix_1779_including_permanent_shares
      adds  0703065   LDAP: typos in app description
      adds  39a94a3   LDAP: orthograophy fix
      adds  310edb4   Merge pull request #2068 from owncloud/fix_ldap_typo
      adds  94dab96   fix quota calculation for trash and versions
      adds  21bad1f   fix type in var name
      adds  05aad21   Merge pull request #2070 from owncloud/fix_quota
      adds  52919fa   use p() for the output and not for the comparison
      adds  ccc4102   fix p() call
      adds  2a9c3c1   Merge pull request #2069 from owncloud/fix_sanitize_call
      adds  2a5d9ca   damn copy&paste, fix wrong var name
      adds  d4ea381   Merge pull request #2072 from owncloud/fix_typo
      adds  d23702d   make trashbin work with different user homes
      adds  ef70978   Merge pull request #2073 from owncloud/trashbin_userHome
      adds  afe7ea8   fix files table CSS specificity issue causing multiselect bar overlap, fix #2075
      adds  d9c11a9   Corrects Files Layout in Trashbin
      adds  8c8423e   Merge pull request #2076 from owncloud/filestable-specificity
      adds  70014d3   fix expire function
      adds  b3df526   Merge pull request #2079 from owncloud/fix_expire_function
      adds  ec2a916   Change remove() $user parameter to optional
      adds  8c64484   Merge pull request #2082 from owncloud/fix-permissions-class
      adds  8b09402   Fix #2074 by initializing  as an array
      adds  ee00dde   Merge pull request #2084 from owncloud/fix-group-displaynames
      adds  a970061   Only send the standard headers
      adds  cf6db7a   Merge pull request #2085 from owncloud/csp_shitty-browsers
      adds  c08a04b   VCategories: Don't forget to save category relations if category exists.
      adds  5c06156   Merge pull request #2078 from owncloud/save_category_relations
      adds  6019cdd   adding test case for getDefaultEmailAddress() + fixing #1844 again
      adds  62dde34   Merge pull request #2088 from owncloud/fixing-1844-again-master
      adds  2aaf38b   Update app.php
      adds  d3e0a41   Update app.php
      adds  5352f1e   Update app.php
      adds  4c03c3a   Update app.php
      adds  20a45d5   Update app.php
      adds  f96eef9   Update app.php
      adds  10b108e   Merge pull request #2030 from j-ed/master
      adds  a118906   fixes #2089
      adds  33c62bf   Merge pull request #2090 from owncloud/fixing-2089-master
      adds  07dee24   explicitly add empty placeholder to inputs which use infield labels, fix #2049
      adds  fdb37d1   Merge pull request #2092 from owncloud/infieldlabels-placeholder
      adds  e9f46a7   Remove inline js from OC.Dialogs.FilePicker.
      adds  76e6369   Merge pull request #2077 from owncloud/oc_filepicker_inline_js
      adds  56ae4bb   Cache: also check if the file id is already in the cache during upgrade
      adds  9d9acf2   Cache: more efficient detection for existing entries during upgrade
      adds  db23c88   Merge pull request #2096 from owncloud/cache-upgrade-id
      adds  6c96b93   [tx-robot] updated from transifex
      adds  2b7ff72   ownCloud 5 RC2
      adds  b08894b   LDAP: error codes can be negative, too
      adds  f3b9c9e   Merge pull request #2108 from owncloud/fix_ldap_errorcheck
      adds  055fadd   LDAP: escape some more chars for proper search filter, fixes #1673
      adds  4830ba8   Merge pull request #2112 from owncloud/fix_1673
      adds  c1a32b5   [tx-robot] updated from transifex
      adds  5da9223   make getDisplayNames optional feature for Group Backends, fall back to internal names
      adds  72c293e   LDAP: implementation of displayNamesInGroup
      adds  b5dc8b9   whitespace
      adds  82990b8   Merge pull request #2118 from owncloud/fix_1689
      adds  1e5f8b0   LDAP: fix settings output thus make settings work again
      adds  bce0c3c   LDAP: move more settings stuff to template file
      adds  d9a0d1d   Merge pull request #2119 from owncloud/fix_ldap_settings
      adds  5300d6a   Clear the CSS and JS cache earlier to make sure update goes smoothly
      adds  145fb18   Merge pull request #2120 from owncloud/clear-caches
      adds  630ee64   Don't sanitize error message hint
      adds  cfb10dc   Add warning about sanitization
      adds  3213331   Merge pull request #2129 from owncloud/don't-sanitize-error-message
      adds  a83a5aa   fix #2128
      adds  a2aebbd   Merge pull request #2130 from owncloud/fix_2128
      adds  6acbadf   return 403 when mkdir failed on webDAV, fixes #2127
      adds  e5a497c   Merge pull request #2134 from owncloud/fix_2127
      adds  97222b1   [tx-robot] updated from transifex
      adds  4a4f705   json encode list of files
      adds  3970d1f   remove debug output
      adds  ce99423   create a meanigful file name if files are from the root folder
      adds  7c16c2c   Merge pull request #2163 from owncloud/fix_file_download
      adds  7188303   let the home icon link to the files view in the trash bin
      adds  dda4c6b   no dir parameter needed
      adds  ba9f5f5   add dirlisting var to file list
      adds  70f0e0a   Merge pull request #2162 from owncloud/trash_bin_home
      adds  114c645   add email input type to styled inputs, fix #2097
      adds  ab7dc76   add type=text to ZIP size field, fix second part of #2097
      adds  19073e0   Merge pull request #2167 from owncloud/input-type-fix
      adds  47d176a   Remove <br> from error messages, because they will be escaped and the used template has it's own <br> already
      adds  99914a4   Merge pull request #2174 from owncloud/fix_printed_brs
      adds  a5cab28   Fix fetching source path of shared files
      adds  ef2eb10   Change findById to findByStorageId in mount test
      adds  d6bb627   Merge pull request #2173 from owncloud/fix-shared-storage
      adds  0aa6c1b   fixed header content padding
      adds  308c850   [tx-robot] updated from transifex
      adds  48bb530   distinguish between touch and write
      adds  45869af   remove debug output
      adds  8d26400   remove some debug output; move code to the right function
      adds  0525bbd   Merge pull request #2189 from owncloud/versioning_sync_client
      adds  f9c24a0   5.0.0 RC3
      adds  2ae1ad2   Offer download of whole shared dir only if it does not exceed zip input limit
      adds  f4a3261   fix foldersize check to validate zip input size
      adds  546fb72   Merge pull request #2165 from owncloud/fix_2155
      adds  0629ff4   [tx-robot] updated from transifex
      adds  988a67f   remove remaining br-tags that do not belong here
      adds  4763c46   Merge pull request #2213 from owncloud/fix_2208
      adds  99c873e   fixed typo that broke xsendfile
      adds  0fa12f8   Merge pull request #2214 from riso/fix_xsendfile
      adds  6bdb84a   [tx-robot] updated from transifex
      adds  9347350   API: Remove api response structure from OC_OCS_Result, handle multiple registered methods for api calls
      adds  0956cae   Add new /cloud/capabilities route and remove unused methods
      adds  a08e863   Add <syncpollinterval> and order the result for /cloud/capabilities
      adds  aec5ab3   Remove app related values and change structure of /cloud/capabilties call
      adds  406922f   Merge master
      adds  c975f0f   Merge branch 'master' into ocs_capabilities
      adds  8b9cabf   fixing variable name type
      adds  1a6f347   Fix merge conflict
      adds  742cafb   Change strucutre of cloud/capabilities response
      adds  675afbc   Remove accidental inclusion of apps repo.
      adds  5102596   Add capabilities exposure to the versioning app
      adds  ab8777a   Merge branch 'ocs_capabilities' into ocs_multiple_methods
      adds  eefaefe   Use OC_User::isAdminUser() in lib/api.php
      adds  5d14a2c   Merge in master
      adds  5ad1b63   Fix api result merging.
      adds  266ba28   Remove debug call, correct app identifier
      adds  e63c4e3   Change capabilities exposure for files_versions since it extends files
      adds  28498e1   Code style and remove OAuth code
      adds  6d74aa0   more code style
      adds  f141f8b   Add further capabilities to /cloud/capabilitites api call
      adds  370f202   Rebase to current master
      adds  e58dbd4   Merge in master
      adds  dfbf572   Merge pull request #1584 from owncloud/ocs_multiple_methods
      adds  be4806d   Store the global mount configuration file in the datadir
      adds  3c06020   Merge pull request #2217 from owncloud/mountconfig-location
      adds  07f8842   LDAP: fancy version for release, no code change
      adds  39f75d9   Merge pull request #2224 from owncloud/ldap_version_bump
      adds  ef2e840   remove php_value
      adds  75377a6   Merge pull request #2184 from tripflex/master
      adds  3dfb162   Include etags for the root of the shared folder
      adds  09a2730   Include etag field for folder contents
      adds  b6a21cc   Fix WebDAV uploading of partial shared files
      adds  00e28cf   Return unknown free space for shared root folder so we can still upload partial files
      adds  36827d1   Fix variable
      adds  8983465   Correct parent folders' ETags for all users with access to a shared file
      adds  ea83ace   Fix target path and reuse mtime
      adds  b5989c9   Merge branch 'master' into shared-folder-etags
      adds  9b4d7d9   Update ETag when file is shared
      adds  e466d68   Fix variable name in Shared_Updater
      adds  ee0c38b   Fix group post_shared hook
      adds  4dcbaa1   Merge branch 'master' into shared-folder-etags
      adds  771e01a   Move hook connectors from shared storage to app.php, add post_unshare hook
      adds  812e306   Update Shared folders ETags of users with reshares
      adds  4cb5cb9   itemSource parameter should be fileSource
      adds  4826564   Merge branch 'master' into shared-folder-etags
      adds  2d00d13   use pre_unshare hook, otherwise the share is already removed. Which means that we have no chance to determine which folder has to be updated
      adds  2082848   Fix share hook for updater
      adds  02e2f73   not only files can be reshared but also folders
      adds  e743386   Fix correctFolders and retrieve the correct storage cache
      adds  049a4df   Merge pull request #1786 from owncloud/shared-folder-etags
      adds  8a5946f   Fix variable for mounting for all users, fix #357
      adds  11251ec   Merge pull request #2218 from owncloud/fix-mounting-all
      adds  6e5e8c6   Fix #2080 and fix #2141
      adds  9ad03b6   Update share.js
      adds  1e20067   Merge pull request #2183 from owncloud/fix-shared-statuses-again
      adds  3ae70ab   Check if username is valid and remove slashes from filename
      adds  7693177   Merge pull request #2236 from owncloud/fix-migration
      adds  256595e   5.0.0
       new  2afece4   Fix file sharing via public link for one particular file.
       new  00030a6   Merge pull request #2248 from otetard/bugfix/fix-public-link-file-sharing
       new  40bb805   indexed slug should be created based on logic path
       new  8bafcd1   slug generates uniqid in case the file/folder name contains not one single valid character
       new  253f7ec   adding //IGNORE to iconv to prevent nasty php warnings
       new  8846edd   skip archive tests for now
       new  9b9497b   fixing various filesystem/storage unit tests on windows fixing copy operation on mapper
       new  510cbc4   write error message to log file in case insert to file cache failed - took hours to find that the insert failed :-(
       new  eedc1e7   enable UTF-8 charset on mssql disable MDB2_PORTABILITY_EMPTY_TO_NULL for mssql to allow insert of empty string to no null fields
       new  6017ca5   LDAP: compatibility with Novell eDirectory UUID
       new  ca93f6e   don't show share action for the Shared folder, approved pull request #2265
       new  92ce2bf   fix for #2267, use OC_DB instead of MDB2
       new  09d3b9e   Merge pull request #2278 from owncloud/fix_2267_master
       new  d166471   we need to listen to the pre delete hook, otherwise the file is already gone
       new  0493295   Merge pull request #2276 from owncloud/fix_sharing_hooks_oc5
       new  d06fec6   use display name as sender for private link mails
       new  2cd52e5   Merge pull request #2294 from owncloud/use_display_name_in_mail
       new  0fe2f81   create new version if the same file is uploaded again over the web interface
       new  6ca2abc   create new version if the same file is uploaded again over the web interface, approved in #2317
       new  885b81b   Add backtick for trash app to prevent pg errors
       new  fc86815   add backtick for db queries to prevent postgresql errors
       new  0c6c175   remove backticks around table names
       new  6f86802   Merge pull request #2348 from owncloud/fix_version_db_query
       new  b51b414   Correct emails when folders are shared.
       new  e6616ed   Add error handling to the file cache upgrade
       new  9a2c1cb   Merge pull request #2384 from owncloud/error-handling-upgrade-backport
       new  2c76ee1   Close sessions when doing background jobs
       new  cfea3ce   Cache: better rename hook for cache updater
       new  532e546   backport  https://github.com/owncloud/core/pull/2411
       new  9e383db   User list: Avoid dupes and better sorting. Fix #2420
       new  84a2be1   Backport #2440 js parameter.
       new  d392aa8   LDAP: user exists check on getHome, otherwise check will be performed with wrong configs on a multi LDAP server setup.
       new  f42d98e   LDAP: avoid irritating log output
       new  5bf111e   LDAP: check whether user exists for before trying to determine displayname
       new  c12b30f   LDAP: check first whether group exists in this backend before doing other operations
       new  98c5d10   LDAP: remove unnecessary func call, was a leftover from earlier refactor
       new  432fb55   LDAP: specify appid when selecting from appconfig
       new  f791141   Merge pull request #2444 from owncloud/fix_ldap_issues
       new  1cb3872   fix npe when createStorage() returns null
       new  707b319   Merge pull request #2449 from owncloud/fix_npe
       new  9a41453   fixes #2081
       new  7de540b   using rtrim
       new  85613cc   Improve detection of installations errors
       new  d61e820   Merge pull request #2538 from eMerzh/improve_pbm_detect
       new  4ff5658   skip update if the recipient is the same user as the owner, otherwise we run in a infinite loop for group shares
       new  98ee292   fix indention
       new  ee0dab1   LDAP: fix wrong return value
       new  d091db4   Merge pull request #2474 from owncloud/fix_2299
       new  0eaf141   add backticks around table names
       new  660d204   Merge pull request #2525 from owncloud/fix_db_queries
       new  9a26b1e   Update de_DE.php
       new  83e5383   Merge pull request #2532 from Mirodin/patch-6
       new  bfd69dc   Update de.php
       new  2ce8329   Merge pull request #2531 from Mirodin/patch-5
       new  5ad7eb0   adding extension to slugified physical path
       new  fe73b59   some more test cases & fix on file name generation with index
       new  01ffa51   Fixing author and copyright
       new  76e5ffa   the old path no longer exists after rename, update the parent folder instead
       new  9b84c50   Merge pull request #2533 from owncloud/fix_sharing_updater
       new  011ab3a   listen to touch hook to update the mtime after sync
       new  2387fbd   Merge pull request #2562 from owncloud/update_mtime_after_sync
       new  896c569   let public link download handle json encoded file lists
       new  e0cf61d   Merge pull request #2272 from owncloud/fix_json_encoded_pubic_download_oc5
       new  871bbbb   prevent to fire delete ajax a second time.
       new  7e9e94d   No Scrolling for more than approximately 10 Applications
       new  73758c1   Fixed typo
       new  6333036   Merge pull request #2599 from owncloud/backport-2515-nav-scrollbar
       new  0bbac66   Users: use DisplayName in the Display Name col when appending users
       new  c962f9d   Merge pull request #2593 from owncloud/fix_userlist_append_displayname
       new  07d0245   Files External: show display names instead of internal user names in Settings UI
       new  3797113   Merge pull request #2596 from owncloud/fix_files_external_displayname
       new  c82f43e   Fix lost ETag on Cache Upgrade
       new  0d075df   Performance: prepare queries only once
       new  0fb9cc3   Upgrade FileCache on ownCloud upgrade for all users with files
       new  ad62d89   Remove Debug output
       new  19a65f6   Change LIMIT in DB query respectively remove where not necessary
       new  707de3e   Add Index to properties table for better performance on upgrade
       new  56302ff   Port Icewind's fix I
       new  e63a12a   Cache: fix property path for getting legacy etag
       new  2e58294   Adjust to Icewind's fix
       new  b2b7822   Add PHPDoc
       new  0b6b5e8   Only prepare an SQL statement once.
       new  4384cf7   Cache: Do not overwrite ETag when file did not change
       new  4411de0   Cache: on equal mtime also for equal size before keeping ETag, at least makes Unit Test happy
       new  4d50a21   Merge pull request #2558 from owncloud/fix_cache_upgrade
       new  84bc4c1   Share Dialog: show Displayname instead of internal name
       new  c901709   Whitespaces
       new  4742d0e   Merge pull request #2602 from owncloud/fix_share_with_displayname
       new  75d944f   fixes #1461
       new  eeebf21   fixes #1463 - file size is now displayed correctly in IE8
       new  b9213cf   User list: Keep array of available groups. Should fix #873
       new  ed39e47   Remove leading and trailing backslashes in classname. Ref #2310
       new  da96d1a   some basic unit test for loading classes
       new  a004266   Check if the installed PHP version has a fix for the nullbyte vulnerability
       new  d4a492d   Show a warning in the installer if the used PHP version is vulnerable to the NULL Byte attack
       new  c16860e   Remove space before parethesis
       new  e1b6574   Merge pull request #2625 from owncloud/fix_namespace_in_autoloader_stable5
       new  5944ee6   5.0.2
       new  4f9f5a4   Key must use less then 767 bytes long
       new  8231f65   Merge pull request #2641 from owncloud/fix_2612
       new  22c8194   fix upgrade error for instances not upgraded from 4.5
       new  cc204a6   Merge pull request #2656 from owncloud/fix_2642
       new  d7dccfb   5.0.3 RC1
       new  5268aad   Backport PR #2622
       new  2bb22d3   ignore files in scanFile instead of scan to catch all occurences.
       new  9bfdfdf   supress write hook for .part files
       new  7b42c20   Merge pull request #2595 from owncloud/fix_part_file_ignoring_stable5
       new  835df6c   manually backport #2275 app styles to stable
       new  4cd4bbd   Merge pull request #2665 from owncloud/backport-2275-app-styles
       new  db48f53   5.0.3
       new  f5592cc   Typo, fixes #2690
       new  09f11c2   PostreSQL compatibility, fixes #2666
       new  5317e70   Merge pull request #2680 from owncloud/fix_2666
       new  5add001   Unescape the update hint
       new  e6d286b   Proper CSS comment
       new  dc3a7e0   Make FileCache upgrade more robust, fixes #2650
       new  f82799c   Merge pull request #2741 from owncloud/fix_2650
       new  f308b0e   Improve internet connection check with proxy
       new  2a5599b   Merge pull request #2614 from eMerzh/fix_internet_check
       new  b526665   fixes #2792 - only touch if writable
       new  1e580bf   manually disable archive app for stable5 to fix upgrade problems
       new  5ef8762   Merge pull request #2786 from owncloud/disable-archive-app
       new  b35148b   fixes #2679
       new  67a84ad   Fix #2730
       new  440148a   fix versioning check
       new  aef66e0   Merge pull request #2818 from owncloud/fix_versioncheck
       new  2c3d66c   Users: fix "Other.." quota option for the default quota
       new  06ab314   fixes #2125 - the warning is now displayed with a disabled button
       new  9159d55   fixes #2743 - use public OC_User::getDisplayName instead of OC_User::determineDisplayName
       new  e26cdc4   Suppress the notice from the nullbyte check
       new  9a4fe09   Use a more random source...
       new  c241985   5.0.4 RC
       new  f26a4e0   only add filesize to trashbin size if the file was moved to the trash bin successfully
       new  317b009   size of the trash bin could be incorrect, remove it for all users to enforce a recalculation during next usage.
       new  5fb891e   Merge pull request #2828 from owncloud/trashbin_fixes
       new  892d855   Add the quota change listeners to newly added user entries in the user list
       new  ef1481c   Fix touch for creating new files
       new  c43e33c   5.0.4
       new  33b2736   Long Application Names are ellipsis correctly.
       new  9a0344f   The Opacity for the navigation loads fine for icon and App name.
       new  e9c3cae   Adds a fixed width to the filename to prevent horizontal scroll.
       new  30d5c70   Using max-width instead of width for filename.
       new  6dc66e1   remove used space for versions from db is a user was deleted
       new  d068325   cleanup the trash bin tables in the database after a user was deleted
       new  11dcc29   Merge pull request #2867 from owncloud/cleanup_after_delUser
       new  edae196   dont overwrite background image when hovering over button
       new  fbcb4b2   Merge pull request #2899 from owncloud/stable5-backport-buttonfix
       new  5e81758   use proper sans-serif font-stack
       new  0ff7aa4   add styles for disabled input fields
       new  2220802   added yet another test for the verion compare check due to mail
       new  0a3e87c   used oc version 5.0.3
       new  5fbb8b3   more accurate safe_mode check - refs #2258
       new  86d8b83   Add a name to the version parameter
       new  b400c29   Add span tag while enabling or disbling apps as well.
       new  f70b1c1   add .disabled class so it can be used for simple a buttons as well
       new  16b62c6   allow Storages to join MountPoint initialization
       new  1ddfefe   write a info message to the log if a file gets removed from the trash bin automatically
       new  0978ebd   add explenation of the expire function to the apps description
       new  16ef7c6   Merge pull request #2931 from owncloud/info_message_trash_bin
       new  623db85   also show black background on links that are active, fixes the news app that doesnt show the bg for folders correctly
       new  15c5001   5.0.5 RC1
       new  a065ae5   improved free space calculation if no quota is set, discussed in #2936
       new  e718a72   adapt free space calculation to the way it is done for the trash bin
       new  6e32fc1   Merge pull request #2945 from owncloud/improved_quota_calc
       new  811d649   always connect file cache updater hooks first
       new  05a2f31   Merge pull request #2960 from owncloud/always_load_file_cache_hooks_first_stable5
       new  d7cbf45   Update de.php
       new  a82965e   Merge pull request #2965 from Mirodin/patch-5
       new  76f1256   Update de_DE.php
       new  1c06bec   Merge pull request #2967 from Mirodin/patch-6
       new  32667f8   Remove not null constraint. Fix #2976
       new  4e11814   fix navigation hover effect, documentation
       new  207bf4b   additional comments
       new  29054c2   Warn when we do an upgrade
       new  536117d   apply navigation hover effect directly to img and span, cleaner code
       new  9aae21d   5.0.5
       new  1d255eb   No need to strip slashes, json_decode handles that for us
       new  969bcb3   make textarea inherit ownCloud font instead of using monospace
       new  18d5154   remove unnecessary border from navigation, looked strange with scrollbar and pushed the text over 1px
       new  3e8bedd   Backport #2567
       new  b626e51   Merge pull request #3076 from owncloud/manually_backport_insertIfNotExist
       new  7ae0e38   LDAP: reset user/group-config association only after exists-check, may performance in some cases
       new  a7f1269   Files: also check if the source path is valid when doing a rename or copy operation
       new  bb3d39f   Disallow URLs containing a @
       new  ff49824   check if there is a default/ folder in the theme directory if no theme exists
       new  72ea678   use  variable instead of relative path to file
       new  41dc1fe   Merge pull request #3100 from owncloud/ensure_index_php
       new  deba972   - xframe restriction configurable now
       new  9894145   Allow loading of external media ressources
       new  8d92aaf   fix wrong shared icon description
       new  d9f10e2   Files: fix the order fileactions are computed for a file
       new  faa51bd   backport #3109 to stable5 - changed *.po and *.pot have been ignored
       new  65c7746   Merge pull request #3115 from owncloud/backport-3109-stable5-2
       new  794ed99   turn off autocompletion for password field
       new  2030037   modify password clone to password type right on submit to prevent the browser remind the content
       new  3bcd10a   Use correct variable when checking auth
       new  556ea61   Change app identifier for core api routes
       new  d642480   Code style for ocs/routes.php
       new  b24e6f1   Fix typo
       new  a5978ad   Correct the api response when both a shipped app and/or a third party app fail
       new  b38a1ad   Files: Fix XSS when creating dropshadow
       new  5428086   Move onclick handler
       new  cbd2164   Remove uneeded onclick handler
       new  c08c22a   It's a class
       new  c99b667   Fix retrieval of users with multiple backends
       new  7d5b8e8   Merge pull request #3197 from owncloud/fix_userlist
       new  0639634   LDAP: remove restriction from group names to be in line with core behaviour again
       new  9c605c3   Dont task external storages with creating their own root
       new  6c26143   fix bug that would only return error responses for 3rdparty apps
       new  5db33b4   logout before output to not run into header already sent problems
       new  e3c7386   respect format output
       new  0d5c82c   LDAP: cachekey in set method needs to match with that one from get
       new  a6ece10   LDAP: do not reset UUID attribute setting when guid is detected
       new  44fedae   Merge pull request #3143 from owncloud/ldap_guid_check
       new  c0047b9   Fix #2816 renaming shared files
       new  1dfb757   Merge pull request #3245 from owncloud/use-$view
       new  ffb91cd   5.0.6 RC
       new  7ff26af   allow to set quota to zero, issue #2696
       new  dd8c1f7   Merge pull request #3244 from owncloud/allow_set_quota_to_zero
       new  4c008a8   Cache: mount user mountpoints to make sure that // exists before accessing it. Fixes #2553 and #2374
       new  54a3038   Cache Test: set datadir to temporary location, otherwise initmountpoints will access to productive location
       new  d6fe8f2   Merge pull request #3141 from owncloud/fix_2553
       new  1449773   Cache: only look for child entires when doing a move operation when moving a folder
       new  08561da   touch file relative to users file folder, otherwise the hooks will be ignored
       new  c43ec33   update etag for for the touched file
       new  35da6f2   rename a file if it gets restored so that it no longer exists as a version. Otherwise it can happen that the expire() function removes all other versions so that we end up with only one version which is exactly the same as the original file
       new  8875bae   don't call correctFolder() in touchHook, it will be called later in the writeUpdate()
       new  a23e883   Merge pull request #3282 from owncloud/fix_etag_update
       new  35b1f40   rename isIgnoredFile to isPartialFile, remove check of blacklisted files in isPartialFile, correct usage of isPartialFile and isFileBlacklisted
       new  bc767f1   don't emit rename hooks on partial file renames
       new  9a53d50   Merge pull request #3290 from owncloud/config-data
       new  726350e   5.0.6 RC2
       new  f2911e7   Add requesttoken to guest view
       new  cc495ed   backport https://github.com/owncloud/core/pull/3329
       new  2020f35   5.0.6
       new  256e53b   touch() needs to be performed relative to user/files otherwise ownCloud doesn't execute the hooks which means that etags aren't updated properly; backport of https://github.com/owncloud/core/pull/3303
       new  1282c33   fix history template, print_unescaped() needs to include closing tags
       new  408aed3   Merge pull request #3350 from owncloud/fix_history_template
       new  752a316   Escape file names and types in filepicker.
       new  7a1992a   Merge pull request #3355 from owncloud/filepicker_escape_names
       new  3a61816   Add OC\VObject\StringProperty. Partial fix for owncloud/apps#762
       new  1979144   StringProperty unittest
       new  f6dac66   Add Compound property to avoid double escaping values.
       new  75fd968   only connect share hooks if installation OC is installed
       new  1284179   Initialize collectionTypes variable as false
       new  1291f36   Set storage id for openstack swift backend
       new  74e475c   cleanup after people who don't test in ie
       new  412f096   Have the filecache updater testcase clean the filesystem properly
       new  34fda27   RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links instead
       new  a55a927   Add support for copying/moving folders between storages, move isIgnoredDir() to Filesystem
       new  0e4d45a   Fix undefined variable for copying empty folders
       new  c528fbb   Add data-dir attribute to home breadcrumb
       new  ae98c50   Remove user name addition to paths in deleteAll
       new  0eb32bf   Switch to calling deleteAll via storage to avoid emitting delete hook
       new  33520c2   move old files_encryption out of the way
       new  1c3ced2   add new files encryption app
       new  c4b40af   backport: enable admin to recover encrypted files
       new  8fa5f35   backport changes to share.php to enable the encryption app to get all users with access to a given file
       new  a99676a   backport trashbin: enable trashbin to handle encryption keys
       new  c960cfc   add post hooks to share API, needed by the encryption app
       new  89546bf   add post hooks to share API, needed by the encryption app
       new  3bd0141   backport file cache changes from master to stable5, needed for encryption app
       new  cb12cf8   increase ownCloud version number to upgrade file cache table
       new  7b8f64d   remove unneeded hooks
       new  c6dc799   enable files_encryption for testing
       new  a4018ad   handle recovery password
       new  890b770   port css for recovery passwd input to stable5
       new  1a638cd   backport of #3271
       new  e7734d0   Merge branch 'stable5' into files_encryption_stable5
       new  8c235de   no use the recoveryPassword var instead of accessing the POST array
       new  397dc3d   fix first time encryption after app was enabled
       new  9a25c39   fixed missing directory creation in files_trashbin
       new  f164f43   added files_encryption tests at first position
       new  210ae9e   improved trashbin test
       new  12f5b5c   improved trashbin test again
       new  e044260   Merge pull request #3484 from owncloud/files_encryption_stable5
       new  2018e94   increase version and add warning
       new  6c53253   preview of stable5 including the new encryption app
       new  c8d63e3   LDAP: Coypright info
       new  57339b7   LDAP: prepare settings for internal username attribute and clearing user mappings
       new  55332fe   LDAP: add settings for UUID override
       new  34c8fd5   LDAP: implement r+w for new settings
       new  0e2c3dc   LDAP: better variable name
       new  6573fdc   LDAP: implement UUID and internal username override
       new  0e3e3d1   LDAP: Implement clear mappings functionality
       new  41aef94   LDAP: fix display of numerical display names
       new  c7d8cd9   Merge branch 'backport_ldap_configurable_username_n_uuid' into stable5
       new  faad2d0   Add check for Magic Quotes
       new  07fb230   Fixing UPDATE error in filecache table when renaming files by calling move(). Add storage id to the where clause to avoid updating entries of other users.
       new  3cbe6b2   improved test - fixed testPermanentDeleteFile sometimes failed - speed optimization - reformat code
       new  55e4e05   added users for tests reformat code to meet coding guidelines
       new  0cf6e56   add event.preventDefault to undelete function
       new  c872042   fix https://github.com/owncloud/core/issues/3320
       new  daf5d47   backport of #3495
       new  189d251   fix migration from old to new encryption
       new  09765ea   make legacyDecrypt() private als always call legacyBlockDecrypt() from other classes
       new  087b21c   legacyBlockDecryprt() needs to be public
       new  9ac29cd   Merge branch 'stable5' into fix_enc_migration
       new  7316d6f   Merge pull request #3504 from owncloud/fix_enc_migration
       new  5476840   fix for losing private key while being logged in and accessing a public link
       new  0c5bd4e   fix for undefined index
       new  621d18f   The "lost password" field depends on OC_USER_BACKEND_SET_PASSWORD
       new  a4ef49c   LDAP: fix help (doc) URL. Old one works, but leads to an outdated version
       new  955eff8   LDAP: fix generation of alternate internal name on conflicts. Use also smaller number for better user experience on e.g. *DAV links
       new  0017753   Cache mimetype icons
       new  3891a4c   Style fixes
       new  71cdd17   Only update metadata that has changed
       new  9a25f7b   Organize conditionals in a better order
       new  1c49784   backport #3507
       new  1b4d2e8   Merge pull request #3526 from owncloud/fix_ldap_doc_url
       new  deeb1cf   Merge branch 'stable5' into fix_ldap_alternateintname
       new  acff4fc   Merge pull request #3543 from owncloud/fix_ldap_alternateintname
       new  f9c9cce   fixed if fopen returns false typically on external storage
       new  a8c3d51   check list of users with access to the file from the bottom to the top. This way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages
       new  ae2ab01   if one public link share was found, we don't have to check it for the other folders
       new  a5b75d3   for external storages we never reach the path 'files', instead we need to leave the loop if no further parent exists
       new  8e512bd   use public API for error handling; improved while condition
       new  6d667c0   remove unnecessary variable
       new  15e0fc6   fix indention
       new  8e80aa3   backport of #3527
       new  0fa0e92   fix $parent/$source typo
       new  512571c   fixes if cache returns false
       new  4dac837   fixed typo
       new  2e5fcf4   changed deprecated class
       new  5353bcc   fixes for pgsql
       new  aed15ef   fixed problems with file_get_contents and file_put_contents this problem was related to text editor with big text files
       new  6e3acd3   fix share and un-share for single file
       new  7c9b34a   prevent files_versions from calling file proxy which calls files_encryption and do unnecessary load and file operations
       new  5eded27   added our own file extension .part will not work here if we use file_get_contents so we used our own extension '.etmp'
       new  a1401f6   fix login errors while filesystem is not loaded
       new  1ef101c   also fix login errors while filesystem is not loaded in app.php
       new  78520cd   Backport bfa7157
       new  7b95d03   LDAP: fix possible recursion
       new  f3620b7   LDAP: sqlite compatibility for emptyiing tables
       new  9046c65   5.0.7 RC
       new  03e5982   LDAP: append port when URL is passed in LDAP Host configuration, fixes #2600
       new  68960db   Merge pull request #3584 from owncloud/fix_ldap_port
       new  e35303f   5.0.7
       new  1b39f46   Backport #2919
       new  d3a6634   add hint about what the recovery password field is for
       new  ec80dd5   use pre_setPassword hook to update the encryption keys if the back-end doesn't support password change; improved output to let the admin know what happened
       new  4b50145   disable proxys during ssl root cert upload to avoid encryption
       new  2ed0d6e   fix deletion of ssl root certificates
       new  df39e68   remove debug output
       new  365c77c   fix var naming
       new  07c3f08   remove html entities since this seems to be a problem only on my system
       new  243b7d8   IE doesn't like class as keyword, add quotation marks
       new  1fa76e5   Merge pull request #3470 from owncloud/fix_ssl_root_certs
       new  2d5f97e   Merge branch 'stable5' of github.com:owncloud/core into stable5
       new  33afa9a   move storage bar below clients showcase to make it more visible
       new  7252d09   make sure that only one process can enter the migration mode
       new  76bb5a4   use constants for different migration status
       new  1d5c9d8   adapt test to the code changes
       new  8c07edd   use number of manipulated rows as idicator if it was possible to enter the migration mode
       new  301b0f1   fix typo in var name
       new  07fb6a0   add comment to explain the helper function
       new  49b4d8e   fix for autoloader while user logged in and system is in maintenance
       new  514e47f   use legacyDecrypt to decrypt key file like the previous files_encryption
       new  1fb9a51   fix re-encrypt legacy files
       new  a701716   fix legacy key in until test
       new  9620f0d   normalize path to prevent following split to fail
       new  64cb67c   cleanup unused method legacyKeyRecryptKeyfile
       new  d33b215   check if the decrypted private key is valid on login and on read/write files
       new  d45bddc   allow the user to login but do not allow upload and show error message on the web
       new  1914353   code optimized and cleaned up unused vars
       new  b3d87de   introduce decryptPrivateKey() method which also checks if the result is a valid private key to avoid additional checks on various places
       new  1d38e24   control files are no longer needed, remove them from the tests
       new  30b00f4   $session->setPrivateKey expects only one parameter
       new  fe9a9c3   let user update private key password in case it was changed from outside, e.g. external auth back-ends
       new  7a5c4fd   added test for decryptPrivateKey()
       new  380a402   use generated private key fro m setUp()
       new  86a1a7e   reformat code
       new  5d7aa76   fix password change when files_encryption app is disabled
       new  4e2ff14   fixed typo
       new  e65ff41   changed redirect handling
       new  f637118   better handling for http post
       new  76db8c0   link directly to the encryption settings
       new  bea81bc   improved label for the password recovery feature
       new  03907da   improved error msg and removed duplicate string
       new  c062322   only show personal settings if the recovery feature is enabled or if no private key is set
       new  fef186e   tell the user what he can do to regain access to his files
       new  ac77c2f   allow to press enter to update the password
       new  af23fa9   print a warning if a user wants to reset his password and encryption is enabled
       new  56a0b7a   add a hint that the admin can recover your files; Don't let the user change the recovery settings if no private key is set
       new  aa16518   only check for recovery key if someone else than the user wants to change the password
       new  a74ece3   mage page title aware of ownCloud edition
       new  7e55647   make footer aware of ownCloud editions
       new  939bc3e   keep all strings in one place to make it easier to change them
       new  ae2615e   make footer and urls aware of ownCloud editions
       new  22394d5   add default doc url
       new  6822900   make main menu aware of the different owncloud editions
       new  89191a9   make pub link share footer aware of different owncloud editions
       new  43146a6   short explanation about OC_Defaults
       new  5572e1d   move common settings footer fieldset out of conditional
       new  ca7699c   don't show translation hints in enterprise edition
       new  d8a55da   add logo-claim
       new  5efbf25   improved footer
       new  1d956b1   fix memory problems as reported at #3620
       new  d7528a9   fix for path_hash not unique as reported at #3641
       new  28d8ed9   Squashed commit of the following:
       new  f5b1f59   Squashed commit of the following:
       new  fe2ef4b   db structure, allow null in columns for '' values
       new  3903977   shorten table identifiers in tests
       new  2d876c2   add missing backticks all over the place
       new  715648e   fix fetchRow checks to also work with MDB2
       new  fb33c01   convert LIMIT to parameter
       new  61c8987   allow install when only oracle is available
       new  be534fe   oracle fixes, missing backticks, LIMIT to param
       new  d6878f5   use to_char only for oracle, whitespace
       new  1099960   cleanup codestyle
       new  b6e664c   don't use sequence suffix, MDB2 handles that internally
       new  112f9f0   Merge pull request #3725 from owncloud/oracle_stable5
       new  1171a5a   fix link to translation, bug was introduced by https://github.com/owncloud/core/commit/ca7699c8bdb85df9b69e3639f53d1b959287ba16#settings/templates/personal.php
       new  52d1797   Merge pull request #3753 from owncloud/fix_translation_link
       new  1fead35   only escape glob pattern
       new  592656c   don't normalize absolute local path
       new  96983c2   fix lost password page, don't show checkbox is encryption is not enabled
       new  87f70d6   Merge pull request #3771 from owncloud/fix_lost_password_page
       new  9700b84   Fix OC_User::getDisplaynames when using numeric user id's
       new  07b1e67   also use the default theme if the theme is set to an empty string in the config.php
       new  cf51be0   use default value when we try to retrieve the theme from the config
       new  c72e3ca   Merge pull request #3770 from owncloud/fix_theme_loading
       new  5e06b06   hide the logo claim in case the theme is not loaded
       new  663c30e   split of scanning the childs of a folder
       new  90acda6   scanner: give more percision about what data is reused during scanning
       new  a498876   reuse etag when doing a forced rescan
       new  b06432f   add tests for reusing existing data in scanner
       new  fa894be   fix updaters test cases
       new  908c8fd   fixed enghlish sentence, thanks to @MTGap
       new  41fa7ec   add some more error messages, in case something went wrong
       new  433cb9f   some more error messages
       new  8e5bc02   always have a defined return value
       new  850cde6   allow scanning files for multiple users
       new  4f99dcf   use json to encode user list
       new  7992953   remove deleted files when re-scanning a folder
       new  ba7797e   adding unit test for folder remove: testRemovedFolder()
       new  2a26336   check openssl dependency for the encryption app
       new  437a79e   encryption is LDAP compatible
       new  fee313e   improve error handling of webdavauth
       new  96e42eb   Replace display name only
       new  62f01a1   In German we want uppercase 'Du' and 'Deine*'
       new  a1e1456   Merge pull request #3814 from owncloud/fix-german-du-and-deine-stable5
       new  4797f9d   LDAP: better check for emptiness, fixes #3815
       new  4f75a9c   Revert "LDAP: better check for emptiness, fixes #3815"
       new  b52d765   LDAP: even better check for emptiness, fixes #3815
       new  38d702e   Merge pull request #3816 from owncloud/fix_3815
       new  07a5914   Fix ugly error style on install
       new  498bb50   move javascript variables 'oc_current_user' and 'oc_requesttoken' to js.js - fixes #3853
       new  87ef930   Escape dropdown
       new  60173be   Squashed commit of the following:
       new  3e3ed07   construct the foother in defaults.php so that we use always the same footer
       new  26cb6ba   check for updates only in the community edition
       new  31d5651   lib/defaults.php should only contain the default strings and read the other strings directly from the theme
       new  f8374fa   remove unneeded if condition
       new  49e86ed   make mail footer aware of different themes
       new  6a7efa3   logo claim added
       new  6ae9af1   add logo claim to defaults.php
       new  6d3349c   PHP Strict standards:  Non-static method OC_Defaults::themeExist() should not be called statically
       new  1eae41e   set default logo claim to ''
       new  c421103   Merge pull request #3863 from owncloud/improved_footer
       new  761c7e9   backport oracle related changes, mostly comments, but also setup related fixes
       new  5cabb73   Merge pull request #3802 from owncloud/stable5_backport_oracle_fixes
       new  bcb85ea   Hide a ghost image on the apps management page
       new  511a806   Add fallback for svg app icons
       new  73ac5c6   Use svg to png fallback on demand only
       new  3a2f662   improved error message
       new  8f84600   return original filename to fileupload
       new  b94272b   refactor files.js, make proper use of fileupload events
       new  f60a74e   return created table row, use as context in fileupload events
       new  0c10c4a   don't update progress bar in ie < 10
       new  b9abc80   use === to compare empty string ''
       new  a3862c4   use local variable to walk DOM only once
       new  2a0a4ad   '#upload' is actually '#uploadprogresswrapper', fix css and js to show cancel button correctly
       new  9e5983c   use css browser switch instead of deprecated jquery browser detection
       new  a987f9f   Public upload feature
       new  fb83481   Added file-upload to GIT repo Optimized CSS identifiers
       new  f7b6499   code style
       new  66773ac   fix uploading when ['dirtoken'] is not set
       new  4dfc560   fix detection of public upload in filelist.js
       new  102a041   Merge pull request #3909 from owncloud/stable5-anon-upload
       new  a7b01ae   introduce pre-disable-app hook and use it for the encryption app to reset migration status if the app was disabled
       new  c459a5c   fix function documentation
       new  9a4f2f1   add openssl_error_string() output to the owncloud.log
       new  ef51a42   if a part file gets renamed to a real file, that this was the second step of a write operation, hence emit a write signal
       new  c32b267   don't run hooks for .part files
       new  919c0b6   Merge pull request #3905 from owncloud/emit_signals_for_part_files
       new  61c569c   in case $_SERVER['HTTP_HOST']) is not set let's return localhost - better than nothing
       new  9532859   use $_SERVER['SERVER_NAME'] in case $_SERVER['HTTP_HOST'] is not set
       new  d6f2fe6   Sabre: throw exceptions when delete/create/write operations are not permitted
       new  f155826   Add init funtion to OC_Defaults to be able to wrap translatable strings
       new  7bc3eda   move to non-static OC_Defaults
       new  c20653c   add public api
       new  6857e87   eddition string should be empty by default
       new  72e6d91   Merge pull request #3921 from owncloud/init_default_strings
       new  93430ec   Add selectRange function
       new  a902e50   Merge pull request #3931 from owncloud/backport_selectRange
       new  d4c5802   check php version, the encryption app needs php >= 5.3.3
       new  f13ce01   add correct php version
       new  0d36205   fix error string
       new  8dd6116   cast result to bool
       new  4a67257   typo
       new  b722f8b   no ?> at the end of a file missing .
       new  2dedc3a   improved error message
       new  d01854f   more verbose error message
       new  6d1e2dc   fix position of 'user shared the folder foldername with you' label
       new  c60c76d   Do not add groups if user has no groups
       new  b585e96   no anonymous upload on read-only folders
       new  3a2603e   handle system wide mount points
       new  a46a1ee   fix path to OC_Mount_Config
       new  2177001   some performance improvements, check for system wide mounts only once while writing share keys
       new  ec1c769   move isSystemWideMountPoint() to util.php
       new  c818115   handle rename correctly for system wide mounts
       new  cbe97b5   delete file keys from the correct location
       new  f535b57   always return normalized path
       new  7bc153a   del share keys from correct location
       new  5c5a8a0   only escape glob pattern
       new  db51ffc   make trash bin aware of system wide mounts with respect to encryption keys
       new  0cc1f6e   only check for external mount points if the external storage app is enabled
       new  2fa95cd   fix getUidAndFilename() test
       new  1332797   added helper function to escape glob pattern
       new  ba11ab9   remove unneeded bracket, was introduced by the last merge
       new  9d2495c   adding tipsy to the upload button showing the max upload and restoring client side upload size validation
       new  2634eb3   for now we disable public upload in case encryption is enabled
       new  79558c2   Backport of #3948 to stable5
       new  b2cfa01   Backport of #3951 to stable5
       new  16a3502   5.0.8 RC
       new  54a1239   Merge https://github.com/owncloud/core/pull/3827
       new  dc748f3   make PDOStatementWrapper return number of updated rows on INSERT, UPDATE or DELETE queries, introduces isManipulation() to guess type of query
       new  42b0fa0   fix numRows usage in user_ldap
       new  0fb1d34   fix numRows usage in core lib
       new  b46c7fe   fix numRows usage in files_encryption
       new  1ed103f   use assertEquals number of rows in db tests
       new  dbb2457   one if less
       new  804eee8   manuall calculate unix_timestamp for oracle
       new  24fa167   add missing backticks
       new  07377ed   stable5 does not have execute audited yet
       new  9d33ed3   check item id is set
       new  6d70b64   fix type of numeric columns
       new  87e0a1f   for oracle use BITAND() instead of & in sharing permissions sql
       new  fc9e3c6   Oracle doesn't know & as bitwise AND
       new  4bf8a93   add correct check if table exists for oracle
       new  126ab4e   fix insertIfNotExist return value, update doc and corresponding test
       new  52226e6   Merge pull request #3940 from owncloud/stable5_oracle_testsuite_fixes
       new  c14206e   Squashed commit of the following:
       new  2a41ff9   Merge pull request #3970 from owncloud/backport-3946-stable5
       new  4df9a9a   Overwrite host and webroot when forcessl is enabled
       new  65de4a0   request.php: add type check to the not empty check of a string
       new  3649137   Merge pull request #3893 from owncloud/backport_1872
       new  0916bff   Fix lazy styles loading in IE8
       new  97d1b07   Fallback to border instead of box-shadow
       new  7d7b7e6   5.0.8
       new  f8ba6c7   Going from text to clob is not something we do.
       new  f773b91   enable oci in autotest.sh
       new  6ae1324   Merge pull request #3984 from owncloud/enable_oci_testing_stable5
       new  5e29f7d   - eventsource.php: in case of potential CSRF attack we send an error message from the EventSource to the browser - eventsource.js: handle undefined data on event - update.js: in case of error we close the event source - advise the user to reload the page - update.php: EventSource initialization is now done before we enter the maintenance mode in order to allow browser reload in case of possible CSRF attack
       new  2b2004b   missing file
       new  c89f231   update.php: remove event type 'error' as it's unused eventsource.js: fixing typos and JSDoc comment
       new  d939619   Merge pull request #4014 from owncloud/fixing-4005-stable5
       new  918b1b7   Cache: provide a function to get the permissions of all files in a folder with one query
       new  3244d23   Only retrieve the current user's permissions
       new  eb017b2   Implement getDirectoryPermissions() in Shared Permissions, fixes #2846
       new  cdb9b9b   Merge pull request #3965 from dphi/fix_2846
       new  2f4cf6a   call expire function before writing the new version to make sure to have enough free space
       new  ae89676   it is enough to call the expire function once
       new  e51a569   also expire versions on rename, to update the history more regularly
       new  84ad37a   fix typo in comment
       new  5ce718f   adjust comments
       new  ee1a3ea   fix some var names according to our style guide
       new  8e3eff5   continue cleaning-up old versions if availableSpace=0. It's not necessary but gives us some additional free space, especially in the case of a hard quota
       new  d80b2cd   fix array access and change variable names according to the coding style
       new  17a4cca   Merge pull request #3859 from owncloud/versioning_improved_expire_function
       new  2309432   Removed the preview warning. This is only a simple text change
       new  52a6a3d   Ie8 specific multiselect
       new  267f1d1   Some styling to user list
       new  b37e25a   IE8 Show delete icon
       new  528f870   Merge pull request #4044 from owncloud/more_ie8_fixes
       new  9f507ed   if the file doesn't exists; create a new one. We use this to create new text files in the web interface
       new  38eeddf   Merge pull request #4039 from owncloud/webdav_create_new_file
       new  3b95440   5.0.9
       new  810e718   Only emit permissions hook for files and and include path
       new  67ee9ae   Use transifex.com on link to translations Conflicts: 	settings/templates/personal.php
       new  2fe849d   WebDAV Auth Connector: Check if already logged in
       new  2ad4af1   fixing UNIX_TIMESTAMP() for mssql
       new  a947018   backport: split upgrade logic from ajax file
       new  bd7d04c   backport: Updater: pass update url as argument to update check
       new  c767ac3   fix typo
       new  9728192   Stable5 adjustements (incl copy of lib/hooks/ from master) to make backport of #3963 work
       new  5b18f2f   Rerename \OC\Updater to OC_Updater, fixes broken admin page
       new  8e3bd98   Merge pull request #4047 from owncloud/backport_3617
       new  6a42217   non-ajax Upgrade script utility, usable via CLI or wget. Requires PR 4047.
       new  87547f8   Adjust to latest changes in PR #4047
       new  2d291f6   Add message about completed update
       new  6e4bb45   Merge pull request #4072 from owncloud/non_ajax_upgrade_script
       new  c2f3bcb   Backport #3779, makes setuped backends are REALLY remembered and not instanciated many times
       new  f01e568   LDAP: fix background job, resolves #3528
       new  a0dc41c   Merge pull request #3778 from owncloud/fix_3528
       new  6b0c35b   deactivate show password toggle for IE
       new  6fbdf74   changed HTTP FOUND code to the correct value 302
       new  57d9458   Merge pull request #4140 from sezuan/fix_wrong_found_http_code
       new  14daec9   Squashed commit of the following:
       new  254b29f   return empty array instead of 0
       new  8c48881   mark test as incomplete because I can't reproduce jenkins failure
       new  5859bf0   initial integration with iRODS www.irods.org The used PHP API is hosted at https://code.renci.org/gf/project/irodsphp/
       new  dcd5f71   in order to use the ownCloud login credentials we use a login hook to grab uid and password and store it in the session. The stored credentials will be used for and interactions with the iRODS server.
       new  46b9ce5   checkbox in settings ui
       new  37b52e3   test case for iRODS storage added
       new  30c9a71   adding $backupGlobals = FALSE because iRODS is heavily using $GLOBALS
       new  9169116   adding auth mode to ui and the url
       new  ca1bfbe   - implement touch() to at least create a file which doesn't exist - implement a work around for folder mtimes - irods doesn't provide updated mtimes
       new  67e23bc   incorporate development branch of  ssh://irodsguest@code.renci.org/gitroot/irodsphp
       new  bc10e8a    update .gitignore
       new  dd29c71   update copy right
       new  f3c58fa   fixing / adding comments
       new  efd3308   Read configuratons for external filesystem test from a private place.
       new  2ae4675   update to latest master
       new  fefc476   Merge pull request #4166 from owncloud/ext-fs-irods-stable5
       new  d09e887   Create an array entry before filling it
       new  7deebc9   Show generic error when there is no error
       new  9159662   use output buffering when including the irods libraries
       new  73ab147   Move  check so the variable will never be undefined
       new  c76be96   manual backport of changes related to #3459
       new  cb3c377   Merge pull request #4222 from owncloud/backport-3459-stable5
       new  fdffb34   replace external storage status images with CSS, also use form to distinguish, fix #3910
       new  381fe4d   Scanner test: ensure mtime in the cache is the same as on the storage to prevent random failures
       new  3b30bb2   fixes #4026
       new  e75dcf5   cancel sharing if some users doesn't have a working encryption set-up.
       new  399c1f9   fix test and make warning translatable
       new  8930725   use date and time instead of timestamp
       new  45f5c9c   fix admin log display and use a more readable format
       new  6e2b989   also adjust template properly for log date fix
       new  b27180a   Add a CLI script for manually triggering checking a folder for updates
       new  86335c6   Use prefixes while reading old Db structure
       new  78ea86c   Merge pull request #4276 from owncloud/Respect-table-prefixes
       new  05207d3   add overflow-y scroll and clean up indents
       new  17f8212   update css properties with px based values
       new  8fb52b2   Merge pull request #4260 from owncloud/stable5_search_result_scrollbar
       new  bff9513   use fixed OC.Breadcrumb.push()
       new  502a479   Fix calculating size for empty folders
       new  8c2575a   Use query to calculate folder size
       new  9fc9954   Use old database methods for caclulateFolderSize
       new  34fd7e3   make log date configurable, default to iso 8601
       new  3ad4531   add 'logdateformat' to config.sample.php
       new  99a0581   fixing PHPDoc
       new  c9b7820   Make default language configurable via config.php
       new  d0ab685   fix whitespacing
       new  db8e19d   Create directly the right version dialog to open the drop-down flicker-free if no versions are available, issue #102
       new  200ed0c   only add versions if the drop down was added
       new  ecc6c8d   attach click handler after drop-down was created
       new  4e2200a   Merge pull request #4164 from owncloud/fix_102
       new  8e0fcd4   check remember log in by default, manual backport of #4175
       new  fea2a4a   Scanner test: ensure mtime in the cache is the same as on the storage to prevent random failures
       new  c34f4c8   Merge branch 'stable5' into backport-remember-checked
       new  c262430   Merge pull request #4240 from owncloud/backport-remember-checked
       new  1c91daa   convert 0000-00-00 00:00:00 to CURRENT_TIMESTAMP when setting up db on oracle
       new  3b5d5a2   Merge pull request #4290 from owncloud/oracle_current_timestamp
       new  f4e94a4   Merge branch 'stable5' of github.com:owncloud/core into stable5
       new  d8b14ed   use isset to prevent undefined index
       new  58ee51f   Make Cache\Scanner an emitter
       new  03f242a   manual backporting of OC\Files\Utils\Scanner to stable5
       new  7b3de12   manual backporting of #4285
       new  2188a75   Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Common
       new  f8ce76c   load authentication apps to get users from other backends like LDAP - THX @blizzz
       new  6c8a0b2   Merge pull request #4317 from owncloud/backport-cli-scanner-stable5
       new  797c2a9   adding executable script occ (ownCloud console)
       new  88dc61c   LDAP:  Oracle compat. fix, closes #4064
       new  4b20328   LDAP: avoid PHP Warnings cause by passing empty values to implode
       new  6c1e68a   Oracle compat: enable appconfig.configvalue to store empty strings
       new  4d46567   Revert "Oracle compat: enable appconfig.configvalue to store empty strings"
       new  c239ca0   Oracle compat: enable appconfig.configvalue to store empty strings (now working)
       new  99113a7   Fix Updater if used with MDB2
       new  429f07d   LDAP / Oracle compatibility, make SQL syntax valid
       new  495f0d4   LDAP / Oracle compatibility: sql for emptying tables
       new  cbb2315   Merge branch 'stable5' into ldap_oracle_fixes
       new  4369dfe   fix logical mistake in version comparison
       new  3b59d57   Merge pull request #4179 from owncloud/ldap_oracle_fixes
       new  fb35010   5.0.10 RC1
       new  29d0b2c   Port log level filtering from OC_Log_Owncloud to OC_Log_Syslog.
       new  49ecd77   app migrate: Use = instead of LIKE as described in the comment above.
       new  248e7a0   fixing PHPDoc
       new  c62f1ab   catch broken server config and disable encryption app.
       new  8ca8a58   also write error message to the log
       new  e91062b   improved error message to refect openSSL PHP extension and stock openSSL configuration issues
       new  af21965   more error messages which might be useful for the user to debug his server config
       new  cc03251   Merge pull request #4268 from owncloud/encryption_check_config
       new  604ba1d   Check expected type after JSON decode instead of checking what is not expected.
       new  201557c   Backport #3487 Basic Auth fix
       new  57a1b90   Merge pull request #4346 from owncloud/basic_hack_auth_backport
       new  0049f6f   Remove noisy Log/Debug message
       new  db964d3   Merge pull request #4358 from owncloud/rm_debug_msg
       new  d446eec   oc_cache needs to disable file proxys for read/write operation. Otherwise the operation will go through the encryption app which will not work.
       new  a6b8c52   don't create empty versions
       new  d63cd30   Provide a default mime-type for files created by filename. Fixes #4355.
       new  3569bbe   Merge pull request #4361 from ringmaster/fix_4355
       new  38d2124   5.0.10
       new  20f9f43   Scanner: additional tests for reusing etags during scanning
       new  6325cf6   Scanner: correctly pass trough reuse options when doing a recursive scan
       new  c6e62f5   fix namespacess for scanner test
       new  cac44b2   Switch to using Google Drive SDK, closes #2047
       new  491aceb   Setting Redirect URI is not required here
       new  e4289cf   Prepare for #2013 fix
       new  bbf440d   Fix constant in last commit
       new  3398e19   Include 3rdparty Google Drive SDK 0.6.2
       new  3780041   Fix require_once for 3rdparty in google ajax frontend
       new  1c3fc3a   Return null if file size is negative for WebDAV, fix #2013
       new  a1c44d6   Implement hasUpdated() to watch for changes on Google Drive side
       new  5c22a63   substr storage id to prevent problems with storing the change id in appconfig
       new  e8037e4   Fix 'most' Google Drive tests
       new  88e8eeb   Remove root option from Google Drive storage, because it is only used for testing and we have our own empty Google account for testing
       new  660a109   Merge pull request #4306 from owncloud/stable5-googledrive
       new  2fbcbe9   provide correct path for require_once
       new  7d8ab0a   use __DIR__ instead of realpath
       new  5e7963d   fix #2711 using a custom event, also use css selectors over filterAttr
       new  3c4e647   Don't barf on OC_Connector_Sabre_Principal::getGroupMemberSet
       new  7d06d67   Merge pull request #4458 from owncloud/dav_principal_groupmemberset
       new  1c24936   no files external for SMB on windows
       new  333900d   Style the new 'password wrong' div conservatively.
       new  2db617b   Add a "Wrong password." message, if the password
       new  2a7c9ee   Use better wording.
       new  656daff   Merge pull request #4454 from owncloud/fix_4446
       new  6251b34   LDAP: only connect to LDAP once on login
       new  01e2e91   Merge pull request #4423 from owncloud/ldap_reduce_connections
       new  79b6f39   first check if file exists before checking the files size
       new  02f40f2   use OC files API to create missing directory which should handle special chars in every environment correctly
       new  75ceeed   also create root dir if it doesn't exist yet
       new  a1f0dd2   added createMissingDirectories() method
       new  b8550d7   added missing parameter documentation
       new  34afce7   switched to dirname()
       new  26e0aad   fix hidden groups in Firefox on Mac - fix 2571
       new  76e4fe7   Merge pull request #4490 from owncloud/fix-multiselect-mac-firefox
       new  8e67854   selective backport from https://github.com/owncloud/core/pull/4239; don't change etags during initial encryption because the file content doesn't change
       new  108bb41   LDAP: fix wrong hook name
       new  2613eb6   Sharing: only determine path root if owner is available
       new  c8554cc   Merge pull request #4487 from owncloud/ldap_fix_hook
       new  f42b69d   use strict equals in readdir loops to prevent issues with '0' files
       new  da299e0   additional readdir check in mappedlocal
       new  f52d722   Merge pull request #4541 from owncloud/backport-4512-stable5
       new  630c3cb   Use JSON to send/receive group data. Squashed commits from PR #4364 for master.
       new  43ac018   Break long lines into smaller ones.
       new  e6f0138   Merge pull request #4364 from ringmaster/fix_4351
       new  17dfdcc   webdav quota now displays the same values as the web interface does
       new  b2d676d   storage information is path specific
       new  7d6069f   fixes #4343
       new  19bab68   adding unit tests to determine length
       new  31d60bc   adding unit tests for quota checks
       new  b8010ce   lacy initialization of fileView - in case basic auth is used FileSystem is not yet initialized during the initialize() call
       new  636ee55   LDAP: case insensitive replace for more robustness
       new  4d0823e   Merge pull request #4595 from owncloud/ldap_robust_replace
       new  d9d0a6e   proper response in case the upload fails - e.g. in case permissions on shared folders are not enough
       new  96e0b81   in case the file is new isCreatable() is checked in case the file exists isUpdatable() is checked
       new  168881d   use dir to determine the proper permissions
       new  616bc08   Merge pull request #4357 from owncloud/fixing-4341-stable5
       new  ee1d996   5.0.11 RC1
       new  fa7189c   Cache: don't check if the parent exists in the cache if we are already sure it does
       new  da50429   better variable naming
       new  36cd58c   removing ?> followed by whitespaces
       new  b127ad4   removing all ?> jutt in case
       new  dd213f4   handle part files correctly
       new  81827e7   first check if a extension exists before comparing it
       new  b658cc6   check shares for the real file and not for the .part file
       new  1445a12   webdav quota information contains the values for used and free - not total
       new  90e5d5f   Merge pull request #4635 from owncloud/fixing-quota-stable5
       new  0423090   backport of #4360
       new  f53ffe9   Merge pull request #4634 from owncloud/backport-4360-stable5
       new  bf933c7   Use Group methods for searching, fixes #4201
       new  02e9483   Whitespaces
       new  30173ec   Merge pull request #4539 from owncloud/fix_4201
       new  0956363   remove show password toggle from log in page, ref #4577 #4580
       new  90ae95c   fix shadow style of username input box
       new  23a3e4f   Merge pull request #4633 from owncloud/backport-4610-stable5
       new  6415a54   whitespaces
       new  76453f9   Use the real username in preferences and magic cookie instead of case-insensitive user input. Fixes 4616.
       new  e1d6e63   Merge pull request #4654 from owncloud/fix_4616
       new  7665297   Merge branch 'stable5' into fix_4533
       new  0e97712   fix part file handling and real size calculation, this should also solve #4581
       new  7e0f855   if the files doesn't exist yet we start with the parent to search for shares
       new  ce382ae   coding style fixes
       new  9083833   remove error logs
       new  d33678b   remove some error_logs
       new  2c937e0   improved error message to reflect the case when the app was re-eanbled during the session
       new  c0f1a6b   Merge pull request #4693 from owncloud/encryption_improved_error_messages_stable5
       new  f9eea90   backport autoloader magic trying to find class in lib folder
       new  6678d69   Merge pull request #4699 from owncloud/stable5_autoloader_try_lib_folder
       new  692c8ab   add searchByMime to public api
       new  44b7124   Merge pull request #4700 from owncloud/stable5_ocp_files_searchbymime
       new  cd6443a   Check variable type before using readdir to avoid surprises and fix #4667 #4658 and #4613
       new  4e54e8b   fix unknown var in if clause
       new  73e4b55   one check is enough
       new  6cb839b   Merge pull request #4701 from owncloud/fix_4667
       new  2d1d846   5.0.11 RC2
       new  13f3fb9   Merge branch 'stable5' into fix_4533
       new  1d2f444   remove some more debug output
       new  0907b41   Merge pull request #4551 from owncloud/fix_4533
       new  33ba6b0   5.0.11
       new  eecc31a   Workaround for IE 9 & 10 for clicking filelist after adding new item manual backport of f4ec5182bdeaa611d13648b50d24f80501d92acd
       new  750e4c4   Merge branch 'stable5' of github.com:owncloud/core into stable5
       new  507a045   also emit hooks for views that are a subfolder of the user folder
       new  1a8636e   test case for hooks send from a non-default view
       new  51b53ab   never hack late night
       new  38258fe   Improve IE Compatibility Added meta tags from HTML5 Boiler Plate to improve compatibility with IE7+. This fixes the issues with rendering.
       new  4fd16c5   Ensure creation of a JSON array, not an object.
       new  0a90454   Allow numeric group names
       new  9490e79   Merge pull request #4821 from owncloud/fix_user_management
       new  86eab2e   some is_resource tests have been missing in #4701
       new  1a26b20   Merge pull request #4827 from owncloud/backport-4719-stable5
       new  479ad26   check if stream wrapper is already registered to avoid warning
       new  9ff9082   performance improvement, check configuration only if no private key exists
       new  d5cbfa4   add permissions of the file to the json response
       new  23bfe08   store the permissions retrieved via ajax within the dom element
       new  2fde0d0   remove file action elements before recreating them
       new  6dd8a1d   no file actions during upload
       new  d525369   adding comma to get cleaner diffs in the future
       new  30c56d2   public.php - check if maintenance mode is enabled
       new  12bef41   setting a default on filecache column unencrypted_size
       new  b7c8691   Merge pull request #4924 from owncloud/fixing-4416-stable5
       new  3451bb4   only remember password if the user changes the permissions, otherwise the user disabled the password protection
       new  1094446   make sure that both $permissions and $oldPermissions have the same type
       new  a6466b1   calculate correct permissions while toggle the password protection
       new  9c9597e   initialize variable
       new  46cdb7b   remove deleted files while scanning
       new  d6c3b94   Test whether an expired user share is still accessible.
       new  d349815   Test whether a still-valid user share is still accessible.
       new  e8ac55a   Try to make Oracle happy by also specifying seconds.
       new  aa6aef4   Make dates test class properties.
       new  9f8d359   Do not repeat shareUserOneTestFileWithUserTwo() code.
       new  a551bfc   Expiration tests for sharing with groups.
       new  1751340   Coding style: { for methods start are supposed to be on the same line.
       new  40c6927   Add comment explaining how $dateInFuture was picked.
       new  a8d7f1f   Add database tests for INSERT/SELECT date format.
       new  f63c9a2   Compare objects directly. Also use $expected and $actual.
       new  cbaf93f   Calculate dateInPast and dateInFuture.
       new  174f500   Merge pull request #4954 from owncloud/fix-link-expiration-stable5
       new  342be99   check only permission from link-share to decide if public upload is enabled or disabled
       new  d6fd228   we can leave the loop if the permission of the link share was checked
       new  a321be1   fix visual glitch, do not use black border for input fields
       new  eca060b   Merge pull request #4948 from owncloud/fix-inputfields
       new  e71c7ee   5.0.12 RC1
       new  f95da8b   don't remember login if the encrypion app is enabled because the user needs to log-in again in order to decrypt his private key with his password
       new  61752fa   introduce OC_Util::rememberLoginAllowed()
       new  490023b   check every enabled app if the remember login feature needs to be disabled
       new  d0046b6   set rememberlogin to false for the encryption app
       new  4b317c0   5.0.12
       new  ba74321   handle error situation of rename proper
       new  245a026   adding file_exists check just to be on the save side
       new  1f1171d   duplicate code :sigh: - will fix this in a second pr
       new  1bc7ae8   Merge pull request #5096 from owncloud/backport-4960-stable5
       new  33e1ed6   Try connection with specified db when postgres does not work
       new  632a2e1   Merge pull request #5110 from owncloud/pg_install_db
       new  3c29b1a   remove deleted shares from the database table oc_share
       new  d0f8761   add comments
       new  2a0be23   clean up oc_share table from files which are no longer exists
       new  6f617bd   catch exception if db query execution fails
       new  a00e4b2   trash bin button needs to be an input field
       new  8c63f91   Fix autofocus
       new  b0776e1   Merge pull request #5164 from owncloud/share-autofocus
       new  8ecf88d   Merge branch 'stable5' of github.com:owncloud/core into stable5
       new  293e70a   adding privilege check on move and rename operations
       new  148d882   Merge pull request #5112 from owncloud/backport-4969-stable5
       new  2868b27   make sure that we only remove file/folder shares
       new  2264360   fix escaping
       new  3d5f8de   Merge pull request #5206 from owncloud/cleanup_share_table
       new  c144806   revert backport from here: https://github.com/owncloud/core/pull/5088 This shouldn't have been backported.
       new  e3565d5   find users which are in the same group
       new  eba9d24   Merge pull request #5211 from owncloud/sharing_search_users_fix-stable5
       new  d474e6f   Merge branch 'stable5' of github.com:owncloud/core into stable5
       new  127b817   OC_DB::executeAudited is not availabe in 5.0
       new  05adfb1   Merge pull request #5212 from owncloud/fixing-5201
       new  36d77a0   Do not pass PDO::FETCH_NUM (integer 3) as limit parameter to OC_DB::prepare().
       new  de78619   Merge pull request #5190 from owncloud/stable5-numRows-no-limit
       new  f700afc   Backport of https://github.com/owncloud/core/pull/5193/
       new  edd8d22   Merge pull request #5208 from owncloud/fix_5126_stable5
       new  f8d2813   the path need to be normalized before putting it into resolvePath() otherwise the returned internalPath will not match followup calls to e.g. Cache::getID()
       new  b37b4cc   only encrypt file to users with encryption keys
       new  621390b   make sure that we only find file/folder shares
       new  6095a47   let admin specify timezone for log file entries Backport from #5173 and #5219
       new  9edd937   remove username/passswords from URLs before writing the to the log file
       new  f89e96e   Merge pull request #5218 from owncloud/no_passwords
       new  d53b603   File actions are now updated after create/upload file
       new  703e750   streamCopy() should return proper structure.
       new  0f693f0   Merge pull request #5343 from owncloud/backport-5340-stable5
       new  d1f6bb4   Do not write current time before checking if cache is expired
       new  dd7ce02   Improve empty data check
       new  57ccd50   Merge pull request #5185 from owncloud/Update-feed
       new  6c683ba   Tests whether expired/valid link share is still accessible.
       new  49686dc   Perform expiration date checking before returning share data for token.
       new  9628f52   Merge pull request #5229 from owncloud/more-link-expiration-stable5
       new  5f6ac07   Update file actions for newly created files
       new  5dda9c0   Fixed upload permissions distinction between public and logged in upload
       new  79cf3a7   Fixed sharing status update for new/uploaded files
       new  a33deca   Added isPublic flag in files_sharing template
       new  d7b2a09   Disable versions app JS in public mode
       new  b5325db   ocs share api backport to stable5
       new  a925c98   check if encryption app is enabled before trying to calculate file size
       new  12b30cd   check if key exists before reading it
       new  4ffec16   fix check if app is enabled
       new  0364410   Use display name from magic cookie, fixes #4884
       new  de33fcd   Merge pull request #5415 from owncloud/fix_4884
       new  8552b30   Merge branch 'stable5' into ocs_share_api_stable5
       new  78537cb   don't cache if the encryption is enabled, this can lead to problems during unit testing backport from: https://github.com/owncloud/core/commit/909af2b62e75d1a5db866466074f2bcb95b864dc
       new  edee6f1   Merge branch 'stable5' into ocs_share_api_stable5
       new  6a01fb3   enable files sharing tests
       new  b09f0a3   mail_send doesn't exists in stable5
       new  b6655de   Merge pull request #5414 from owncloud/ocs_share_api_stable5
       new  e150764   LDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks to @sfyang
       new  afcf86a   Merge pull request #5420 from owncloud/fix5081
       new  aa96ac0   fix using touch to create a file for smb
       new  fa06864   fix recursive delete for smb
       new  7923f93   backport of https://github.com/owncloud/core/pull/5247
       new  004b4db   try to fix unencrypted file size if it doesn't look plausible
       new  7a74f48   fix array key
       new  00d4ae0   adding backticks to satisfy Oracle
       new  51a57d9   Merge pull request #5485 from owncloud/fixing-oci-stable5
       new  6ece548   files_encryption: Fix getFileSize()
       new  c6eabe5   Merge pull request #5145 from guruz/files_encryption_511_fix_chunk_calc
       new  b3240af   fix infinite loop while updating etags, fix for #4365
       new  525f909   keep a list of users we already checked to avoid loops
       new  2ae9fef   update etags for user we haven't checked yet
       new  3d0f68b   run first getUsersItemShared() with the owner
       new  7dc68d4   Merge branch 'stable5' into sharing_fix_infinite_loop
       new  20d22ec   Merge pull request #5416 from owncloud/sharing_fix_infinite_loop
       new  eab5720   LDAP: cookies from Paged Search must only be used once, as stated in RFC 2696. Also, if we go with Paged Search it, we need to use it with any read operation. Fixes #5438 and possibly #2545
       new  f06cf05   Merge pull request #5457 from owncloud/fix5438
       new  5169b0e   make sure the shared ldap connection is rebound to the configured user after being used for password checking.
       new  331cc2c   Merge pull request #5425 from buczek/fix-ldap-login
       new  e8bb7d9   Fixed group management dropdown in IE9
       new  f82885b   Try to create custom log file before falling back to default.
       new  b46c820   Merge pull request #5465 from owncloud/create-custom-logfile-stable5
       new  80ec546   return -1 if file is empty otherwise we run into infinite loops
       new  ecdba3d   resolvePath() needs to resolve the path for the owner, otherwise it doesn't work for Shared files correctFolder() correct folder for the owner of the file. The Shared folder for the other users gets updated by the files_sharing app
       new  e897523   remove debug code
       new  765ab9d   changed the logic, this should fix the tests
       new  f6e04c9   check storage for every iteration
       new  bf65728   Share Updater doesn't need to call the cache updaters correctFolder method, this method always expect a path relativ to the current user
       new  c8bcdce   remove debug output, add comment
       new  1de813f   make sure that we operate on the owners Path because this path needs to be updated check the storage for every iteration to make sure that we update the correct cache entry
       new  5cf8c84   tests should work if I explicitely log-in as a user
       new  392ed5c   make sure that hooks are only executed when the app is enabled
       new  b6249ea   disable encryption app for file cache updater test since the test doesn't use a completely initialized oc filesystem
       new  91a11e2   make getUidAndFilename() private
       new  072b827   Merge pull request #5513 from owncloud/fix_file_cache_updater
       new  058d4d1   if the database doesn't contain any information about the recovery mode than we assume that it is disabled
       new  1a3ab03   remove unused variable
       new  78e00df   fix check if we upload to /Shared
       new  800d2e9   Merge pull request #5613 from owncloud/upload_to_shared
       new  38a78ad   backport search in shared files to stable5
       new  1e5257c   OC5 does not have executeAudited
       new  149679c   cleanup PR - extract method, - introduce MAX CHUNK SIZE const with 999 (reduce this by the number of additional query parameters), - fix whitespace
       new  a75017b   fix placholder counting
       new  c251ccf   Merge pull request #5487 from owncloud/backport_search_in_shared_files_to_stable5
       new  3b1c365   allow to share a file/folder as public link also if one of it parents was already shared as link
       new  9d25930   backport home storage to stable5
       new  640a1f2   Merge pull request #5630 from owncloud/backport_home_storage_stable5
       new  0ac379f   adding size() to the file cache
       new  73570d4   returning the number of stored bytes in store() and adding cleanup() method
       new  1f0cca0   adding detection of aborted uploads
       new  649041b   minimize diff for easier review
       new  46ef1f7   Merge branch 'stable5' into backport-4867-stable5
       new  00484d6   fixes #5367
       new  e7fb6be   fixes #5367
       new  817a10b   Merge pull request #5327 from owncloud/backport-4867-stable5
       new  5403c68   backport of #5496, fixes #5421 for stable5
       new  2d643a7   Merge pull request #5579 from owncloud/backport_5496
       new  126f0dd   we should check if a user is logged in before we check for admin privilege
       new  5ca03f8   call \OC_Util::checkLoggedIn() on checkSubAdminUser() as well
       new  1b1859c   Merge pull request #5574 from owncloud/fixing-5271-stable5
       new  02d7b04   allow dnd into folders starting with whitespace
       new  7a0db02   disable MDB2_PORTABILITY_RTRIM fixes dnd into folders ending in whitespace on oracle unnecessary portability option because only affects fixed length character columns. luckily we dont have that kind of columns: the text datatype is transformed into varchar by MDB2
       new  4acca3f   extend unit test to directories starting or ending in whitespace
       new  7b9b7a4   use closest instead of parent
       new  13e0fad   Merge pull request #5647 from owncloud/fix4390_stable5
       new  906a08a   backport executeAudited()
       new  93f6fca   use executeAudited() for all cache queries
       new  266f068   remove leftover execute() and unused  variables
       new  cba3271   adding second argument to DatabaseException updated some PHPDoc comments fixing undefined variable in line 789 - actually unrelated but well ....
       new  fb7cff5   Merge pull request #5640 from owncloud/backport_executeaudited_stable5
       new  e6625cc   Fix logout issue with tokens
       new  5b5fb39   Merge pull request #5583 from frisco82/backportCookieChanges
       new  0df79dd   5.0.13 RC1
       new  979cabe   When updating an appstore app, execute a database update
       new  38d945f   5.0.13
       new  13c7525   we create the cookies for the url path \OC::$WEBROOT - as a result we shall 'remove' them with the same path  unsetMagicInCookie() is supposed to be static
       new  eb58be0   Merge pull request #5704 from owncloud/fixing-5663-stable5
       new  d490b8f   let's increase the version number once more
       new  7b84b40   add debug output related to app enablement
       new  349822d   Merge pull request #5726 from owncloud/more_debug_output_stable5
       new  99e5c6f   Now removing stray old cookies from 5.0.12
       new  ea914b6   Merge pull request #5723 from owncloud/stable5-strayremembermecookiesfix
       new  1a98027   Imported Upstream version 5.0.13+dfsg
       new  f8534ca   Merge tag 'upstream/5.0.13+dfsg' into 5.0
       new  4f51ec6   Update upstream changelog
       new  02856ee   Remove now useless versionning for fonts-font-awesome
       new  daf4cf4   Update changelog for 5.0.13+dfsg-1 release

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


Summary of changes:
 apps/files_antivirus/js/settings.js  |    2 -
 apps/files_antivirus/lib/clamav.php  |   68 +++++++++++++++++++++++++++-------
 apps/files_antivirus/lib/scanner.php |    5 +--
 debian/changelog                     |    8 ++++
 debian/control                       |    2 +-
 debian/upstream-changelog            |   28 ++++++++++++++
 lib/appconfig.php                    |   20 +++++++---
 lib/db.php                           |    9 ++++-
 lib/installer.php                    |    6 ++-
 lib/user.php                         |   13 +++++--
 lib/util.php                         |    4 +-
 11 files changed, 130 insertions(+), 35 deletions(-)

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