summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* set version number to 1.1v1.1Robin Appelman2010-10-311-1/+1
* remove placeholder music pluginRobin Appelman2010-10-313-80/+0
* fix some typo'sRobin Appelman2010-10-312-3/+3
* fix uploading files to folders with special characters in the nameRobin Appelman2010-10-242-5/+3
* Fixed small bug, added global $SERVERROOT to OC_UTILKees Huiberts2010-10-211-1/+1
* plugin managerRobin Appelman2010-10-182-1/+78
* fix small bug in filesystem abstractionRobin Appelman2010-10-181-2/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloudRobin Appelman2010-10-151-2/+2
|\
| * fix a couple of typosRiccardo Iaconelli2010-10-061-2/+2
* | plugin manager and plugin installerRobin Appelman2010-10-155-13/+86
|/
* fix bug in detecting mountpoints of file storages within chrooted filesystemRobin Appelman2010-10-031-0/+6
* make paths returned by OC_FILESYSTEM::getTree relative to the fakerootRobin Appelman2010-09-281-0/+1
* fix sqlite compatibility for webdav serverRobin Appelman2010-09-281-16/+22
* fix viewing images that have a ' in the filenameRobin Appelman2010-09-281-0/+1
* mergeRobin Appelman2010-09-281-10/+117
|\
| * automatically install databased of pluginsRobin Appelman2010-09-281-10/+119
* | add function to list all pluginsRobin Appelman2010-09-281-5/+23
|/
* Fix content type header in downloadsSteven2010-09-261-0/+2
* initial version for user managment tab in the settings pageRobin Appelman2010-09-2010-50/+251
* use mysql instead of mysqli when creating mysql user/databaseRobin Appelman2010-09-201-20/+35
* fix layout issue in the settings pageRobin Appelman2010-09-191-1/+13
* Merge branch 'master' of http://git.gitorious.org/owncloud/owncloudRobin Appelman2010-09-193-0/+44
|\
| * add functions to get a list of all users or groupsRobin Appelman2010-09-153-0/+44
* | improved loading speed of default syle sheetRobin Appelman2010-09-191-1/+6
* | fix loading of plugin defined stylesheetsRobin Appelman2010-09-191-1/+1
|/
* use caching for user-group relationsRobin Appelman2010-09-121-24/+57
* do not initialize mdb2_scheme if we don't use it, saves a lot of timeRobin Appelman2010-09-111-2/+8
* the text viewer now does syntax highlighting for codeRobin Appelman2010-09-08101-8/+17356
* keep indention when viewing text filesRobin Appelman2010-09-081-0/+2
* fix fallback for mimetype detection using the 'file' commandRobin Appelman2010-09-081-13/+3
* provide a basic viewer for text filesRobin Appelman2010-09-086-0/+97
* use json to encode the file list, should work better with filenames containin...Robin Appelman2010-09-062-13/+30
* fix wrong settings form being restricted to admin onlyRobin Appelman2010-09-061-2/+2
* provide a defealt, empty, filesystem configuration to suppress some errorsRobin Appelman2010-09-061-0/+1
* make the filesystem configurable (no gui yet)Robin Appelman2010-09-064-20/+74
* remove Admin Panel from the main menu since it's handeld by the new settings...Robin Appelman2010-09-061-3/+0
* fixed bug in filesystem abstraction that broke file uploadingRobin Appelman2010-09-061-1/+1
* fix some errors when trying to save the settingsRobin Appelman2010-09-051-9/+10
* mergeRobin Appelman2010-09-052-57/+110
|\
| * improved tooltip text (true this time)Steven2010-09-051-4/+4
| * improved appereance and clearability in system settings menu. However it does...Steven2010-09-051-55/+107
| * fix links in settings menu in all browsers except grome(ium)Steven2010-09-041-1/+2
* | remember the selected tab in the settings dialog when refreshing the page or ...Robin Appelman2010-09-042-3/+14
|/
* Merge commit 'refs/merge-requests/33' of git://gitorious.org/owncloud/ownclou...Robin Appelman2010-09-021-2/+2
|\
| * First commit, changing capitalizationAaron Reichman2010-08-221-2/+2
* | change the way the user is rooted in his own folder in order to make filesyst...Robin Appelman2010-09-022-63/+101
|/
* new settings page that allows plugins to integrate their own settings dialogs...Robin Appelman2010-08-126-13/+88
* remove debug messagesRobin Appelman2010-08-121-2/+0
* fix error during the creation of the database table when using mysqlRobin Appelman2010-08-121-1/+2
* fix problem when creating users with a non-empty userid cacheRobin Appelman2010-08-121-3/+3