Commit Graph

74395 Commits (master)
 

Author SHA1 Message Date
Arthur Schiwon 627dc95d19 don't manifold slashes in case empty $app is forwarded to linkTo() 13 years ago
Robin Appelman 9dd0d90f69 publiclink plugin
Allows sharing files by creating a public link, no gui yet.
13 years ago
Jakob Sack 8465f76e7e Use OC_CONFIG where possible 13 years ago
Jakob Sack 77fe7240f0 Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring 13 years ago
Robin Appelman f4d0310d73 port WebDAV to prepared statements 13 years ago
Jakob Sack 177fd27382 Make OC_CONFIG working again 13 years ago
Jakob Sack fc33094429 replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" ) 13 years ago
Jakob Sack ed77ab18c9 Added a dump of the database 13 years ago
Jakob Sack e8f6848095 Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring 13 years ago
Jakob Sack 683677b4f9 Support for navigation sub entries 13 years ago
Robin Appelman 69289bf943 move chmodr to OC_HELPER 13 years ago
Robin Appelman 26841884af move OC_DB to it's own file 13 years ago
Robin Appelman e42dbbf7f3 merge 13 years ago
Robin Appelman 232654cb60 get rid of the oc_require and friends 13 years ago
Jakob Sack 16e4a1dd17 Fix template.php 13 years ago
Jakob Sack abe09d25ce New folder: /docs 13 years ago
Jakob Sack f36f453dd2 apps are now stored in /apps 13 years ago
Jakob Sack f1015c88fa Minor bug fixing 13 years ago
Jakob Sack 3d89b2caa4 php is not perl 13 years ago
Jakob Sack 3c01e30748 Try to make owncloud working again 13 years ago
Jakob Sack 149793f2e7 First version of the new user management 13 years ago
Marco Michelino d4fa3f91ee Allow specification of / filestorage in $CONFIG_FILESYSTEM 13 years ago
Jakob Sack 7c8ae42c6f Fixed some small bugs 13 years ago
Jakob Sack f66d3ab208 Implementation of OC_APPCONFIG, OC_CONFIG and OC_PREFERENCES 13 years ago
Jakob Sack 908e377246 Refactoring of OC_DB 13 years ago
Jakob Sack d3502315bd added class OC_HOOK to base.php. It is in base.php because it is needed
very ofter and it is quite small.
13 years ago
Jakob Sack e83d801c71 I changed my mind: webdav.php is for files only, so it belongs in this directory! 13 years ago
Robin Appelman 0f494970d1 Fix a couple of minor coding errors 13 years ago
Robin Appelman 1df0397163 only load mdb2 once as it was before 13 years ago
Matthew Dawson f2627dd757 When moving a file from/to a temporary location, also update the file access/modification times.
When PHP moves a file across filesystem boundaries, it does not update the access/modification times.
Thus do it manually so that this information is not lost.
13 years ago
Robin Appelman 49a78333fb add the option to use LIKE instead of = when getting data from OCS
also fix the returned keys
13 years ago
Robin Appelman ef5bd659fa added OC_FILESYSTEM::hash()
syntax is the same has http://www.php.net/manual/en/function.hash-file.php
13 years ago
Robin Appelman 6c4b06390e add the option to use LIKE instead of = when getting data from OCS
also fix the returned keys
13 years ago
Robin Appelman e5de3dd94b added OC_FILESYSTEM::hash()
syntax is the same has http://www.php.net/manual/en/function.hash-file.php
13 years ago
Matthew Dawson 39292ba053 When moving a file from/to a temporary location, also update the file access/modification times.
When PHP moves a file across filesystem boundaries, it does not update the access/modification times.
Thus do it manually so that this information is not lost.
13 years ago
Jakob Sack a3070405d9 OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring 13 years ago
Jakob Sack 59847bb901 OC_CONFIG prepared for refactoring 13 years ago
Jakob Sack 1aa7fd98c2 Refactoring OC_APPCONFIG and OC_PREFERENCES, minor changes to OC_APP. These libraries are skeletons only, the functions need to be written. 13 years ago
Jakob Sack 883c7a582d Small fixes in OC_APP, removed functions in OC_UTIL that now are in OC_APP 13 years ago
Jakob Sack 25e59e3ce6 Preparing OC_APP. It now includes information for all functions planned. 13 years ago
François KUBLER 88df5fcd04 Fixed PHP syntax in skeleton template files. 13 years ago
François KUBLER 7faf852561 Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
Conflicts:
	admin/templates/index.php
	templates/layout.admin.php
	templates/layout.user.php

All conflicts are fixed.
13 years ago
François KUBLER bf815b3390 Fixed PHP syntax in template files.
* Full PHP tags
  * Alternative syntax for control structures
  * Semi-colon at the end of instructions
13 years ago
François KUBLER 1935d85ef1 Fixed some typos in admins templates.
* We have to use full tags (<?php) and not short tags (<?)
* We have to use the alternative syntax for control structures (see http://www.php.net/manual/en/control-structures.alternative-syntax.php).
13 years ago
Jakob Sack ab22dfde8a A sample app, at the moment far from showing everything possible 13 years ago
Jakob Sack f042e85d41 Beginning of some ajax features and an admin page for files 13 years ago
Jakob Sack f7f957abb9 Base for a more flexible navigation 13 years ago
Jakob Sack ae5dc3efdf New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user preferences 13 years ago
Jakob Sack 94b405b64f Make it possible to use several datadirs.
This could be useful if the user does not want his gallery images on the webdav storage.
13 years ago
Jakob Sack 39279350eb Forgot to change some calls of linkTo 13 years ago