Commit Graph

  • 9dd0d90f69 publiclink plugin Robin Appelman 2011-04-16 12:35:21 +0200
  • 8465f76e7e Use OC_CONFIG where possible Jakob Sack 2011-04-16 12:18:42 +0200
  • 77fe7240f0 Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring Jakob Sack 2011-04-16 11:46:09 +0200
  • f4d0310d73 port WebDAV to prepared statements Robin Appelman 2011-04-16 11:46:49 +0200
  • 177fd27382 Make OC_CONFIG working again Jakob Sack 2011-04-16 11:25:21 +0200
  • fc33094429 replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" ) Jakob Sack 2011-04-16 11:11:16 +0200
  • ed77ab18c9 Added a dump of the database Jakob Sack 2011-04-16 10:41:41 +0200
  • e8f6848095 Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring Jakob Sack 2011-04-16 10:26:40 +0200
  • 683677b4f9 Support for navigation sub entries Jakob Sack 2011-04-16 10:26:18 +0200
  • 69289bf943 move chmodr to OC_HELPER Robin Appelman 2011-04-16 10:23:15 +0200
  • 26841884af move OC_DB to it's own file Robin Appelman 2011-04-16 10:17:40 +0200
  • e42dbbf7f3 merge Robin Appelman 2011-04-16 10:13:52 +0200
  • 232654cb60 get rid of the oc_require and friends Robin Appelman 2011-04-16 10:12:53 +0200
  • 16e4a1dd17 Fix template.php Jakob Sack 2011-04-16 09:51:46 +0200
  • abe09d25ce New folder: /docs Jakob Sack 2011-04-16 09:48:49 +0200
  • f36f453dd2 apps are now stored in /apps Jakob Sack 2011-04-16 09:46:58 +0200
  • f1015c88fa Minor bug fixing Jakob Sack 2011-04-15 23:09:05 +0200
  • 3d89b2caa4 php is not perl Jakob Sack 2011-04-15 19:24:23 +0200
  • 3c01e30748 Try to make owncloud working again Jakob Sack 2011-04-15 18:13:49 +0200
  • 149793f2e7 First version of the new user management Jakob Sack 2011-04-15 17:14:02 +0200
  • d4fa3f91ee Allow specification of / filestorage in $CONFIG_FILESYSTEM Marco Michelino 2011-04-11 16:33:04 +0200
  • 7c8ae42c6f Fixed some small bugs Jakob Sack 2011-04-08 17:36:12 +0200
  • f66d3ab208 Implementation of OC_APPCONFIG, OC_CONFIG and OC_PREFERENCES Jakob Sack 2011-04-08 16:54:12 +0200
  • 908e377246 Refactoring of OC_DB Jakob Sack 2011-04-08 16:53:17 +0200
  • d3502315bd added class OC_HOOK to base.php. It is in base.php because it is needed very ofter and it is quite small. Jakob Sack 2011-03-29 20:21:00 +0200
  • e83d801c71 I changed my mind: webdav.php is for files only, so it belongs in this directory! Jakob Sack 2011-03-29 20:20:20 +0200
  • 0f494970d1 Fix a couple of minor coding errors Robin Appelman 2011-03-18 14:12:06 +0100
  • 1df0397163 only load mdb2 once as it was before Robin Appelman 2011-02-06 01:54:07 +0100
  • f2627dd757 When moving a file from/to a temporary location, also update the file access/modification times. Matthew Dawson 2011-03-11 12:03:30 -0500
  • 49a78333fb add the option to use LIKE instead of = when getting data from OCS Robin Appelman 2011-03-16 18:18:45 +0100
  • ef5bd659fa added OC_FILESYSTEM::hash() Robin Appelman 2011-03-16 17:28:01 +0100
  • 6c4b06390e add the option to use LIKE instead of = when getting data from OCS Robin Appelman 2011-03-16 18:18:45 +0100
  • e5de3dd94b added OC_FILESYSTEM::hash() Robin Appelman 2011-03-16 17:28:01 +0100
  • 39292ba053 When moving a file from/to a temporary location, also update the file access/modification times. Matthew Dawson 2011-03-11 12:03:30 -0500
  • a3070405d9 OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring Jakob Sack 2011-03-13 17:25:34 +0100
  • 59847bb901 OC_CONFIG prepared for refactoring Jakob Sack 2011-03-12 18:19:11 +0100
  • 1aa7fd98c2 Refactoring OC_APPCONFIG and OC_PREFERENCES, minor changes to OC_APP. These libraries are skeletons only, the functions need to be written. Jakob Sack 2011-03-12 10:28:10 +0100
  • 883c7a582d Small fixes in OC_APP, removed functions in OC_UTIL that now are in OC_APP Jakob Sack 2011-03-11 15:25:48 +0100
  • 25e59e3ce6 Preparing OC_APP. It now includes information for all functions planned. Jakob Sack 2011-03-11 14:59:24 +0100
  • 88df5fcd04 Fixed PHP syntax in skeleton template files. François KUBLER 2011-03-09 23:30:55 +0100
  • 7faf852561 Merge branch 'refactoring' of git.kde.org:owncloud into refactoring François KUBLER 2011-03-09 22:46:17 +0100
  • bf815b3390 Fixed PHP syntax in template files. François KUBLER 2011-03-09 21:57:00 +0100
  • 1935d85ef1 Fixed some typos in admins templates. François KUBLER 2011-03-09 20:13:52 +0100
  • ab22dfde8a A sample app, at the moment far from showing everything possible Jakob Sack 2011-03-03 23:09:36 +0100
  • f042e85d41 Beginning of some ajax features and an admin page for files Jakob Sack 2011-03-03 23:08:54 +0100
  • f7f957abb9 Base for a more flexible navigation Jakob Sack 2011-03-03 23:08:11 +0100
  • ae5dc3efdf New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user preferences Jakob Sack 2011-03-03 21:55:32 +0100
  • 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. Jakob Sack 2011-03-03 21:25:22 +0100
  • 39279350eb Forgot to change some calls of linkTo Jakob Sack 2011-03-02 23:58:46 +0100
  • ddc2a70de9 Admin pages are for admins only, right? Jakob Sack 2011-03-02 23:16:02 +0100
  • 61ffa182ee Application "files" is able to list the files again, start of splitting css files Jakob Sack 2011-03-02 23:06:23 +0100
  • e5ea0a3daa Added helper for filesize, fixed wrong name for mimetypeIcon() Jakob Sack 2011-03-02 22:28:32 +0100
  • dfa6b749ba Introducing OC_HELPER for small helper functions; making setup of filesystem optional Jakob Sack 2011-03-02 22:18:22 +0100
  • ede34c17dd Make the templates working again. Jakob Sack 2011-03-02 18:21:08 +0100
  • 66ac355f78 Getting rid of Smarty, using our own template system Jakob Sack 2011-03-02 11:56:48 +0100
  • 015ab0eb64 Say Smarty to only use one compile directory. Makes setup somewhat easier. Jakob Sack 2011-03-02 00:16:43 +0100
  • 9aad8b3a86 Deactivate all plugins for now Jakob Sack 2011-03-02 00:16:28 +0100
  • 132695ceb1 Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry. Jakob Sack 2011-03-01 23:20:16 +0100
  • b98cd2d870 Merge branch 'master' of git.kde.org:owncloud Robin Appelman 2011-02-26 15:50:34 +0100
  • 09cbe1301e Fix the audio player Artur Duque de Souza 2011-02-22 11:15:58 -0300
  • 809db50459 Merge branch 'master' of git.kde.org:owncloud Robin Appelman 2011-02-09 19:50:30 +0100
  • 1fd39a52fa Fix permissions on files Jonathan Riddell 2011-02-09 18:14:36 +0000
  • 6f81c4e7b9 More licence clarification Jonathan Riddell 2011-02-09 16:15:26 +0000
  • 21ee8dc0b6 Clarity licences more Jonathan Riddell 2011-02-09 15:55:37 +0000
  • 797a4c3c60 Add copying licence for inc/ directory for clarity Jonathan Riddell 2011-02-09 15:48:02 +0000
  • 7b3d57abd4 Really add AGPL file Jonathan Riddell 2011-02-09 15:12:09 +0000
  • d294c2f6bd Fix licencing, make headers refer to intended AGPL, include copy of AGPL Jonathan Riddell 2011-02-09 14:50:27 +0000
  • a5533ffc6a only load mdb2 once as it was before Robin Appelman 2011-02-06 01:54:07 +0100
  • 42cdc9f04f Merge branch 'master' of git.kde.org:owncloud Robin Appelman 2011-02-06 01:23:39 +0100
  • 78d875c60f fix ocs private data handeling. Robin Appelman 2011-02-06 01:22:48 +0100
  • 0a505fd383 only load mdb2 when we use the database Robin Appelman 2011-02-06 01:18:45 +0100
  • fbc3210184 don't hide text viewer when clicking inside the text box Robin Appelman 2011-01-31 14:32:40 +0100
  • 7351528431 Change the icon to the correct one after uploading is finished Robin Appelman 2011-01-26 17:40:42 +0100
  • 9d8047382e fix ocs private data get/set queries for mysql handle the app paramater with private data get correctly according to the spec Robin Appelman 2011-01-23 03:23:03 +0100
  • 1c207a8889 update readme to reflect move to git.kde.org Robin Appelman 2011-01-22 03:03:52 +0100
  • 066ca70890 only show files in the filebrowser that we can actually read. Robin Appelman 2011-01-22 02:56:16 +0100
  • 15d15104d4 check if we can read the file before trying to get it's mime type Robin Appelman 2011-01-22 02:28:29 +0100
  • 9cd4c99918 Add closing tag to config file. Robin Appelman 2011-01-22 01:51:13 +0100
  • 93bc69011b fix another typo Robin Appelman 2011-01-20 16:53:13 +0100
  • c09373a516 fix typo Robin Appelman 2011-01-20 16:22:04 +0100
  • 0337b46975 remove debug statement Robin Appelman 2011-01-20 16:17:55 +0100
  • 8625a524a5 adjust filebrowser to new libraries Robin Appelman 2011-01-20 16:17:38 +0100
  • 9805336c0a cleanup event handling Robin Appelman 2011-01-20 16:16:35 +0100
  • 66a7c35d80 improve handeling of links Robin Appelman 2011-01-20 16:13:47 +0100
  • f2d78424f2 don't try to use *nix file premissions on windows hosts Robin Appelman 2011-01-18 18:10:37 +0100
  • 9e75e34184 Return a '/' instead of 'false' when listing the root folder. Matthew Dawson 2011-01-04 11:42:57 -0500
  • e0f6ad1c9c Also allow open_file.php to be called with a path paramater instead of only with seperate dir/file Robin Appelman 2011-01-04 23:02:38 +0100
  • 56ec730337 fix calling callBacks by id Robin Appelman 2011-01-04 22:46:29 +0100
  • 49c2efee27 Merge branch 'master' of git://gitorious.org/owncloud/owncloud Robin Appelman 2011-01-04 22:42:26 +0100
  • b705b95a1e don't crash when removing an item from the breadcrump that isn't added properly Robin Appelman 2011-01-04 22:31:04 +0100
  • 5a05da2af2 Some common javascript functions for working with arrays and functions Robin Appelman 2011-01-04 22:30:10 +0100
  • ca791d32d8 Merge commit 'refs/merge-requests/41' of git://gitorious.org/owncloud/owncloud into integration Robin Appelman 2011-01-04 21:39:49 +0100
  • 5c856e5741 Fix a warning when there is no included files in a plugin. Matthew Dawson 2011-01-03 18:11:16 -0500
  • 0f5923a150 Add similar check to the canWrite function. Matthew Dawson 2011-01-03 17:58:49 -0500
  • 61ce6e21ec Fix a chroot issue where the path /.. (and related paths) are not caught and removed. Matthew Dawson 2011-01-03 17:46:18 -0500
  • 290b2d7355 Fix further typos in comments, too (lisen → listen). Elias Probst 2011-01-01 01:08:40 +0100
  • ba246b450f Fixed typo (Lisener → Listener) Elias Probst 2011-01-01 01:01:57 +0100
  • 654387ff05 Show error when trying to create a file or folder that already exists Robin Appelman 2010-12-12 22:34:17 +0100
  • 336f21f0aa Use correct attribute values for audio tag. ente 2010-12-05 18:30:13 +0100
  • 7e83db10d5 Only register the "Play" action for audio types that the browser is able to play. Otherwise just leave the default action to "Download". ente 2010-12-05 17:51:10 +0100