summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* provide a function to load the data from a plugin.xml fileRobin Appelman2010-08-055-26/+97
* change the user backend after we load the pluginsRobin Appelman2010-08-031-0/+2
* Merge branch 'master' of http://git.gitorious.org/owncloud/owncloudRobin Appelman2010-08-032-12/+24
|\
| * update to comply with the OCS spec (lookup by application name too)Martin Sandsmark2010-08-022-12/+24
* | use encodeURIComponent in more placesRobin Appelman2010-08-032-2/+2
|/
* fix warnings given by MDB2 if opendir is restricted by the hostRobin Appelman2010-07-301-2/+2
* comply with updated version of the plugin.xml syntaxRobin Appelman2010-07-286-11/+50
* use new plugin system for loading pluginsRobin Appelman2010-07-287-30/+171
* Merge commit 'refs/merge-requests/31' of git://gitorious.org/owncloud/ownclou...Robin Appelman2010-07-285-276/+878
|\
| * Moved LDAP authentication into a pluginAldo "xoen" Giambelluca2010-07-234-51/+33
| * Cleaned up and added some documentationAldo "xoen" Giambelluca2010-07-224-303/+407
| * Created class `OC_USER_BACKEND` for general user managmentAldo "xoen" Giambelluca2010-07-217-465/+590
| * OC_USER now is an abstract class (OC_USER_ABSTRACT)Aldo "xoen" Giambelluca2010-07-196-179/+154
| * Reverted to self::$classType syntax and fixed the use of self in non-objectAldo "xoen" Giambelluca2010-07-194-59/+57
| * Minor style changesAldo "xoen" Giambelluca2010-07-153-95/+97
| * Fixed a cache-check in `OC_USER_Database::getGroupName()` and minor style cha...Aldo "xoen" Giambelluca2010-07-151-164/+179
| * Minor style changesAldo "xoen" Giambelluca2010-07-152-172/+179
| * Abstract lib_userfabian2010-07-151-177/+46
| * Support for mod_auth addedfabian2010-07-153-0/+525
* | Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman2010-07-281-5/+6
|\|
| * Improved OC_CONFIG::saveConfiguration()Aldo "xoen" Giambelluca2010-07-121-5/+6
* | use = instead of LIKE when selecting private attributesRobin Appelman2010-07-281-2/+1
* | more addslashes magic sauceMartin T. H. Sandsmark2010-07-251-1/+1
* | remove debug outputMartin T. H. Sandsmark2010-07-251-1/+0
* | fix mdb2 usage, add optional format variableMartin T. H. Sandsmark2010-07-251-12/+12
* | fix some, do not enjoy phpMartin T. H. Sandsmark2010-07-252-11/+18
* | some fixesMartin T. H. Sandsmark2010-07-252-6/+8