0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-01 20:40:30 +00:00

Commit graph

  • 3892fe5511 some refactoring of the filebrowsers javascript code Robin Appelman 2011-06-04 18:44:14 +02:00
  • d8ba312679 fix incorrect variable name in libfilestorage Robin Appelman 2011-06-04 18:34:15 +02:00
  • 815f239014 fix download links of newly uploaded files Robin Appelman 2011-06-03 02:54:54 +02:00
  • 00711341e9 new file uploader that should work with more browsers Robin Appelman 2011-06-03 02:44:31 +02:00
  • 016a892a78 merge refactoring in master Robin Appelman 2011-06-02 20:32:12 +02:00
  • 5d3cf06c73 delete old plugin stuff Robin Appelman 2011-06-02 20:21:31 +02:00
  • 7f987b84a5 fix OC_HELPER::linkTo again Robin Appelman 2011-06-02 20:21:02 +02:00
  • da2c9aa807 fix broken links in shared folders Robin Appelman 2011-06-02 03:00:20 +02:00
  • 2b45a28bd4 fix OC_HELPER::linkto() when the link is not a valid file. Robin Appelman 2011-06-02 02:58:42 +02:00
  • 8c5a06028a port sharing by publiclink fully to the 2.0 codebase and provide a simple gui for it Robin Appelman 2011-06-02 02:45:35 +02:00
  • 6c6871336d make path autocompletion case insensitive Robin Appelman 2011-06-02 02:31:04 +02:00
  • 09458aa639 add dateOnly option to formatDate Robin Appelman 2011-06-02 02:28:43 +02:00
  • c1d02fd166 install apps that are shipped with owncloud the first time they are loaded Robin Appelman 2011-06-01 15:05:48 +02:00
  • 72815bc553 fix autocompletion Robin Appelman 2011-06-01 14:05:30 +02:00
  • 469cbb7c75 remove warning output to make webdav access work Frank Karlitschek 2011-05-31 20:30:11 +02:00
  • 6b34ba8a8e Make max upload filesize configurable for apache hosts Robin Appelman 2011-05-29 17:43:13 +02:00
  • f48344df30 recursive deletion is now in OC_HELPER Robin Appelman 2011-05-29 17:01:34 +02:00
  • 85cae2cc32 recursive copy is now in OC_HELPER Robin Appelman 2011-05-29 17:00:34 +02:00
  • 2617e4b607 add autocomplete for paths Robin Appelman 2011-05-28 19:31:36 +02:00
  • f4e4617be7 App installer backend. Robin Appelman 2011-05-28 17:33:25 +02:00
  • d23ecd0538 fix a strict error in webdav Robin Appelman 2011-05-28 15:52:10 +02:00
  • 5ccce7e45f fix a potential infinite loop when installing with sqlite Robin Appelman 2011-05-28 15:51:39 +02:00
  • c948137f96 Adapt "log" to latest database cahnges, use preferences instead of appconfig Jakob Sack 2011-05-23 22:19:53 +02:00
  • 398d4de0f5 fix some bugs in the first run dialog, and hide advanced setting initially. Robin Appelman 2011-05-19 21:19:37 +02:00
  • 1ec304227e changed the path in imagePath again Alessandro Cosentino 2011-05-17 23:29:09 -04:00
  • 13ddf8100f New installer. François Kubler 2011-05-17 22:34:31 +02:00
  • a8fb310d79 we also need Console Robin Appelman 2011-05-17 17:30:41 +02:00
  • 103047eeea we need System.php after all Robin Appelman 2011-05-17 17:28:44 +02:00
  • 2299a48045 fix the drop down arrow in file browser Robin Appelman 2011-05-16 16:34:04 +02:00
  • e314a83a7b Fixing the image link for apps Jakob Sack 2011-05-17 17:19:21 +02:00
  • b0ecd70582 Of course we should change the column names in the SQL file as well Jakob Sack 2011-05-16 21:01:28 +02:00
  • e6b90a60af fix the drop down arrow in file browser Robin Appelman 2011-05-16 16:34:04 +02:00
  • 915073f8ea use simplexml instead of dom for OC_APP::getAppInfo() Robin Appelman 2011-05-16 16:20:56 +02:00
  • 841016153d cleanup 3dparty Robin Appelman 2011-05-16 16:10:15 +02:00
  • 52054d1977 Get rid of this stupid "I AM ACTIVE!!!" message. Jakob Sack 2011-05-15 21:33:56 +02:00
  • d10840ab18 moved app install/remove/update functions to lib/installer.php Robin Appelman 2011-05-15 16:31:30 +02:00
  • d70dfbdebb Renamed a few columns in order t ohave both sqlite and mysql up and running Jakob Sack 2011-05-15 15:03:12 +02:00
  • 6b83e5ccfe renamed installer.php to setup.php Jakob Sack 2011-05-06 22:50:18 +02:00
  • e8e0608991 no hooks for OC_FILESTORAGE the one from OC_FILESYSTEM should be enough Robin Appelman 2011-04-29 12:21:28 +02:00
  • 5d358bb63f merge Robin Appelman 2011-04-28 23:59:02 +02:00
  • 96cb5a3d2e fix oc_appconfig for sqlite Robin Appelman 2011-04-28 17:45:41 +02:00
  • 3e99aefb7e make logs work with sqlite Robin Appelman 2011-04-28 17:40:51 +02:00
  • 9174351412 fix some sqlite strict errors Robin Appelman 2011-04-28 17:29:01 +02:00
  • 1850bddb67 move sqlite database into the data folder, makes it easier to set the correct permissions Robin Appelman 2011-04-28 16:54:10 +02:00
  • e7c91b55b7 fix mdb2 error handeling a bit Robin Appelman 2011-04-28 16:36:31 +02:00
  • 8a6edd4654 Show currect filename when downloading files Robin Appelman 2011-04-26 15:01:16 +02:00
  • cb8c890594 don't use output buffering for file downloads Robin Appelman 2011-04-26 14:57:56 +02:00
  • b7aba15f17 add search functionality, for now only searches files but plugins/apps can extend that Robin Appelman 2011-04-24 16:09:07 +02:00
  • 8d52fdb7fa fix chmodr Robin Appelman 2011-04-24 15:23:18 +02:00
  • 08cfe4b6ff stylesheets have .css as extention, not .js Robin Appelman 2011-04-22 20:21:33 +02:00
  • 4c0d6dc9e7 make OC_HOOKS actually work Robin Appelman 2011-04-22 17:50:04 +02:00
  • 3e47ce3cef properly load css and js files for apps Robin Appelman 2011-04-22 17:14:49 +02:00
  • bd034da8f8 log viewer Robin Appelman 2011-04-21 23:12:32 +02:00
  • cf76cad931 change printPageNavi() to getPageNavi() to allow some more flexibility Robin Appelman 2011-04-21 23:04:16 +02:00
  • 741519fa79 loging system Robin Appelman 2011-04-21 23:03:45 +02:00
  • 4e2ef271bc bugfixes on GET requests via WebDAV Marco Michelino 2011-04-20 13:28:35 +02:00
  • 85dd7129a8 correct paths for css images Arthur Schiwon 2011-04-19 12:46:32 +02:00
  • 0385cc52dc hide filechooser if user clicked on cancel Arthur Schiwon 2011-04-19 12:33:19 +02:00
  • 85764257ea refurbished new folder button Arthur Schiwon 2011-04-19 12:21:55 +02:00
  • 59e9c1ee0e Merge branch 'refactoring' of git.kde.org:owncloud into refactoring Marco Michelino 2011-04-19 12:34:58 +02:00
  • d1b4f74bc2 Avoid // in URIs Marco Michelino 2011-04-19 12:32:37 +02:00
  • 88033c268b file icon for file upload button Arthur Schiwon 2011-04-19 10:47:20 +02:00
  • 3d5c13a3e1 don't create firefox hardlock Arthur Schiwon 2011-04-19 09:13:50 +02:00
  • ef25b32856 don't upload canceled files Arthur Schiwon 2011-04-19 08:15:23 +02:00
  • 07c6c7f4fa upload works in a not so fancy way for konqueror and rekonq Arthur Schiwon 2011-04-19 08:05:08 +02:00
  • 4a9fdd2918 fancy upload button. does work with firefox (at least 4) and chromium, but not with Konqueror, Rekonq, Opera. Arthur Schiwon 2011-04-19 02:51:59 +02:00
  • 3113176ea0 Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring Arthur Schiwon 2011-04-19 02:25:07 +02:00
  • 565c46eedf the installation form layout is still not completely done but at least the CSS looks better Jan-Christoph Borchardt 2011-04-19 02:00:15 +02:00
  • c7d5e671ac jQuery-value-hide-foo for the installation form as well Jan-Christoph Borchardt 2011-04-19 01:17:35 +02:00
  • ecd68e0c6e actually know what to put in which login field Jan-Christoph Borchardt 2011-04-19 00:54:36 +02:00
  • 074fda4ba8 Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring Arthur Schiwon 2011-04-18 23:56:13 +02:00
  • 8080a1a5a7 now my uppercase Wikileaks folder is correctly sorted below pr0n, like it should be Jan-Christoph Borchardt 2011-04-18 23:52:55 +02:00
  • 4cb9cdb337 fancyfying file upload, part I Arthur Schiwon 2011-04-18 23:44:41 +02:00
  • 660e2c8102 renamed application-octet-stream.png to file.png Jan-Christoph Borchardt 2011-04-18 22:16:32 +02:00
  • 4ae158bbe0 implemented download single file from file menu Arthur Schiwon 2011-04-18 16:59:30 +02:00
  • 5a11e739b4 implemented deleting multiple files Arthur Schiwon 2011-04-18 16:48:35 +02:00
  • ca00d37a71 Make the download button work Robin Appelman 2011-04-18 15:40:17 +02:00
  • 235b647fe1 send proper headers Robin Appelman 2011-04-18 15:39:29 +02:00
  • 0f49d57d27 dissable loggin for now Robin Appelman 2011-04-18 15:36:56 +02:00
  • 70bf44401d correct them the right way this time Robin Appelman 2011-04-18 15:31:40 +02:00
  • 2673b6c054 typo's ... Robin Appelman 2011-04-18 15:30:05 +02:00
  • 14777ba444 clarify OC_FILES::get() documentation Robin Appelman 2011-04-18 15:02:10 +02:00
  • 6f07cf2651 Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring Jakob Sack 2011-04-18 15:07:51 +02:00
  • b57823baa5 Made the "change password" thingie in settings working Jakob Sack 2011-04-18 15:07:14 +02:00
  • a977ba31ce create .htaccess files during installation for apache users Robin Appelman 2011-04-18 14:05:21 +02:00
  • 1c300bb49b make error 404 template usable as stand alone php file Robin Appelman 2011-04-18 14:04:55 +02:00
  • 46f1ea14c0 Fix typo Jakob Sack 2011-04-18 13:47:18 +02:00
  • 7684585f49 404 error page Robin Appelman 2011-04-18 13:16:32 +02:00
  • 5896fbd910 make state of select all checkbox consistent Robin Appelman 2011-04-18 12:49:52 +02:00
  • f1e78be4f4 Even more fixes on user management. Any designers here that want to make it good looking? Jakob Sack 2011-04-18 13:12:30 +02:00
  • 2fdf654f40 Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring Jakob Sack 2011-04-18 12:40:35 +02:00
  • 4d1ff67cac make select all checkbox work again Robin Appelman 2011-04-18 12:41:19 +02:00
  • 3be15b1dfd Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring Jakob Sack 2011-04-18 12:40:12 +02:00
  • da30671ec4 More error checking in user management Jakob Sack 2011-04-18 12:39:28 +02:00
  • 6111ad4306 let the file table use 90% width again Arthur Schiwon 2011-04-18 12:24:49 +02:00
  • fe90bf4bdc disable the backup system for now Robin Appelman 2011-04-18 12:18:45 +02:00
  • 67ba9b320e seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE Robin Appelman 2011-04-18 12:16:47 +02:00
  • 761a517888 Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring Jakob Sack 2011-04-18 12:03:06 +02:00
  • b8e1788ed0 replace filesystem observer with the more general OC_HOOK Robin Appelman 2011-04-18 12:02:45 +02:00
  • 329d804032 Hotfix: deleting users is working again Jakob Sack 2011-04-18 12:02:03 +02:00