Commit Graph

262 Commits

Author SHA1 Message Date
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.
2011-03-16 17:56:05 -04:00
Robin Appelman 809db50459 Merge branch 'master' of git.kde.org:owncloud 2011-02-09 19:50:30 +01:00
Jonathan Riddell 1fd39a52fa Fix permissions on files 2011-02-09 18:14:36 +00:00
Jonathan Riddell 21ee8dc0b6 Clarity licences more 2011-02-09 15:55:37 +00:00
Jonathan Riddell 797a4c3c60 Add copying licence for inc/ directory for clarity 2011-02-09 15:48:02 +00:00
Jonathan Riddell d294c2f6bd Fix licencing, make headers refer to intended AGPL, include copy of AGPL 2011-02-09 14:50:27 +00:00
Robin Appelman a5533ffc6a only load mdb2 once as it was before 2011-02-06 01:54:07 +01:00
Robin Appelman 78d875c60f fix ocs private data handeling.
- return the app in privateDataGet
 - implement privateDataDelete
 - split key-value storage from ocs parsing/output so plugins can use it for storage to
2011-02-06 01:22:48 +01:00
Robin Appelman 0a505fd383 only load mdb2 when we use the database 2011-02-06 01:18:45 +01:00
Robin Appelman 9d8047382e fix ocs private data get/set queries for mysql
handle the app paramater with private data get correctly according to the spec

still fails under sqlite (and probably postgresql) but I will look more into that later
2011-01-23 03:23:03 +01:00
Robin Appelman 15d15104d4 check if we can read the file before trying to get it's mime type 2011-01-22 02:28:29 +01:00
Robin Appelman 9cd4c99918 Add closing tag to config file.
patch by Debayan Banerjee
2011-01-22 01:51:13 +01:00
Robin Appelman 93bc69011b fix another typo 2011-01-20 16:53:13 +01:00
Robin Appelman c09373a516 fix typo 2011-01-20 16:22:04 +01:00
Robin Appelman 0337b46975 remove debug statement 2011-01-20 16:17:55 +01:00
Robin Appelman 66a7c35d80 improve handeling of links 2011-01-20 16:13:47 +01:00
Robin Appelman f2d78424f2 don't try to use *nix file premissions on windows hosts 2011-01-18 18:10:37 +01:00
Matthew Dawson 9e75e34184 Return a '/' instead of 'false' when listing the root folder.
Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca>
2011-01-06 16:52:28 -05:00
Robin Appelman ca791d32d8 Merge commit 'refs/merge-requests/41' of git://gitorious.org/owncloud/owncloud into integration 2011-01-04 21:39:49 +01:00
Matthew Dawson 5c856e5741 Fix a warning when there is no included files in a plugin.
Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca>
2011-01-04 12:05:03 -05:00
Matthew Dawson 0f5923a150 Add similar check to the canWrite function.
Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca>
2011-01-03 17:58:49 -05:00
Matthew Dawson 61ce6e21ec Fix a chroot issue where the path /.. (and related paths) are not caught and removed.
Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca>
2011-01-03 17:48:31 -05:00
Elias Probst 290b2d7355 Fix further typos in comments, too (lisen → listen). 2011-01-01 01:08:40 +01:00
Elias Probst ba246b450f Fixed typo (Lisener → Listener) 2011-01-01 01:01:57 +01:00
Robin Appelman 7710dc7325 Merge branch 'master' of git://gitorious.org/owncloud/owncloud 2010-12-04 13:48:21 +00:00
Florian e84acb289e file download from web interface now works correctly with file names containing blanks 2010-12-04 11:48:17 +01:00
Robin Appelman 8681d62bbf Fix for https://bugs.kde.org/show_bug.cgi?id=258144
Patch by Daniel Devine
2010-11-30 13:23:59 +00:00
Robin Appelman e18898dfe1 fix warning message that sometimes broke webdav 2010-11-16 21:20:23 +01:00
François KUBLER 92d08d513b Add support for hosts where open_basedir restriction is in effect. 2010-11-16 19:21:36 +01:00
Robin Appelman fc5b8679da fix login issue after logging out 2010-11-04 19:42:51 +01:00
Robin Appelman ad8d6c4260 set version number to 1.1 2010-10-31 02:44:19 +02:00
Robin Appelman 59250ec6fd fix some typo's 2010-10-31 02:41:36 +02:00
Kees Huiberts e56c316576 Fixed small bug, added global $SERVERROOT to OC_UTIL 2010-10-21 20:11:55 +02:00
Robin Appelman 13efdf6aa7 plugin manager 2010-10-18 20:58:51 +00:00
Robin Appelman 653c6e5984 fix small bug in filesystem abstraction 2010-10-18 16:29:10 +00:00
Robin Appelman a3940dc628 Merge branch 'master' of git://gitorious.org/owncloud/owncloud 2010-10-15 23:44:01 +00:00
Robin Appelman a98dfbbf71 plugin manager and plugin installer 2010-10-15 23:42:58 +00:00
Riccardo Iaconelli 51b5404879 fix a couple of typos
Signed-off-by: Riccardo Iaconelli <riccardo@kde.org>
2010-10-06 15:26:01 +02:00
Robin Appelman 494d88a435 fix bug in detecting mountpoints of file storages within chrooted filesystem 2010-10-03 23:07:55 +00:00
Robin Appelman 44946e208d make paths returned by OC_FILESYSTEM::getTree relative to the fakeroot 2010-09-28 23:07:13 +02:00
Robin Appelman 3e77f3f56b fix sqlite compatibility for webdav server 2010-09-28 23:06:29 +02:00
Robin Appelman 2aa50dc5d9 merge 2010-09-28 22:05:10 +00:00
Robin Appelman f29e349412 add function to list all plugins 2010-09-28 22:03:02 +00:00
Robin Appelman afbc4f1fb3 automatically install databased of plugins 2010-09-28 21:59:06 +02:00
Steven 1b5a0bb31e Fix content type header in downloads 2010-09-26 19:09:16 +02:00
Robin Appelman 91acafe698 initial version for user managment tab in the settings page 2010-09-20 18:27:43 +00:00
Robin Appelman 369292d68f use mysql instead of mysqli when creating mysql user/database 2010-09-20 16:28:39 +00:00
Robin Appelman a72cba4ae2 Merge branch 'master' of http://git.gitorious.org/owncloud/owncloud 2010-09-19 12:26:33 +02:00
Robin Appelman a23c74bdbc fix loading of plugin defined stylesheets 2010-09-19 12:20:39 +02:00
Robin Appelman a1fbbd09ee add functions to get a list of all users or groups 2010-09-15 16:24:14 +00:00