summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Small fixes in OC_APP, removed functions in OC_UTIL that now are in OC_APPJakob Sack2011-03-112-38/+37
* Preparing OC_APP. It now includes information for all functions planned.Jakob Sack2011-03-111-3/+268
* Fixed PHP syntax in skeleton template files.François KUBLER2011-03-091-4/+4
* Merge branch 'refactoring' of git.kde.org:owncloud into refactoringFrançois KUBLER2011-03-0938-86/+555
|\
| * A sample app, at the moment far from showing everything possibleJakob Sack2011-03-039-0/+166
| * Beginning of some ajax features and an admin page for filesJakob Sack2011-03-037-0/+258
| * Base for a more flexible navigationJakob Sack2011-03-0316-29/+31
| * New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user pr...Jakob Sack2011-03-0310-45/+91
| * Make it possible to use several datadirs.Jakob Sack2011-03-032-12/+9
* | Fixed PHP syntax in template files.François KUBLER2011-03-099-59/+59
* | Fixed some typos in admins templates.François KUBLER2011-03-093-16/+16
|/
* Forgot to change some calls of linkToJakob Sack2011-03-026-6/+6
* Admin pages are for admins only, right?Jakob Sack2011-03-024-4/+4
* Application "files" is able to list the files again, start of splitting css f...Jakob Sack2011-03-028-64/+158
* Added helper for filesize, fixed wrong name for mimetypeIcon()Jakob Sack2011-03-022-1/+37
* Introducing OC_HELPER for small helper functions; making setup of filesystem ...Jakob Sack2011-03-026-94/+133
* Make the templates working again.Jakob Sack2011-03-021-5/+11
* Getting rid of Smarty, using our own template systemJakob Sack2011-03-02130-18099/+330
* Say Smarty to only use one compile directory. Makes setup somewhat easier.Jakob Sack2011-03-025-1/+1
* Deactivate all plugins for nowJakob Sack2011-03-021-0/+3
* Start of the refactoring. Commit is quite big because I forgot to use git rig...Jakob Sack2011-03-01360-4725/+21274
* Fix permissions on filesJonathan Riddell2011-02-097-0/+0
* More licence clarificationJonathan Riddell2011-02-092-0/+220
* Clarity licences moreJonathan Riddell2011-02-092-5/+7
* Add copying licence for inc/ directory for clarityJonathan Riddell2011-02-091-0/+73
* Really add AGPL fileJonathan Riddell2011-02-091-0/+661
* Fix licencing, make headers refer to intended AGPL, include copy of AGPLJonathan Riddell2011-02-0935-35/+35
* Merge branch 'master' of git.kde.org:owncloudRobin Appelman2011-02-061-0/+8
|\
| * don't hide text viewer when clicking inside the text boxRobin Appelman2011-01-311-0/+8
* | fix ocs private data handeling.Robin Appelman2011-02-061-27/+110
* | only load mdb2 when we use the databaseRobin Appelman2011-02-061-6/+9
|/
* Change the icon to the correct one after uploading is finishedRobin Appelman2011-01-261-1/+3
* fix ocs private data get/set queries for mysqlRobin Appelman2011-01-232-32/+51
* update readme to reflect move to git.kde.orgRobin Appelman2011-01-221-1/+1
* only show files in the filebrowser that we can actually read.Robin Appelman2011-01-223-4/+22
* check if we can read the file before trying to get it's mime typeRobin Appelman2011-01-221-85/+87
* Add closing tag to config file.Robin Appelman2011-01-221-0/+1
* fix another typoRobin Appelman2011-01-201-1/+1
* fix typoRobin Appelman2011-01-201-1/+1
* remove debug statementRobin Appelman2011-01-201-1/+0
* adjust filebrowser to new librariesRobin Appelman2011-01-201-6/+6
* cleanup event handlingRobin Appelman2011-01-201-59/+11
* improve handeling of linksRobin Appelman2011-01-201-1/+5
* don't try to use *nix file premissions on windows hostsRobin Appelman2011-01-181-34/+38
* Return a '/' instead of 'false' when listing the root folder.Matthew Dawson2011-01-061-0/+3
* Also allow open_file.php to be called with a path paramater instead of only w...Robin Appelman2011-01-041-5/+9
* fix calling callBacks by idRobin Appelman2011-01-041-4/+8
* Merge branch 'master' of git://gitorious.org/owncloud/owncloudRobin Appelman2011-01-0415-26/+148
|\
| * Merge commit 'refs/merge-requests/41' of git://gitorious.org/owncloud/ownclou...Robin Appelman2011-01-041-2/+4
| |\
| | * Fix a warning when there is no included files in a plugin.Matthew Dawson2011-01-041-2/+4