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

Commit graph

  • 09cbe1301e Fix the audio player Artur Duque de Souza 2011-02-22 11:15:58 -03:00
  • 809db50459 Merge branch 'master' of git.kde.org:owncloud Robin Appelman 2011-02-09 19:50:30 +01:00
  • 1fd39a52fa Fix permissions on files Jonathan Riddell 2011-02-09 18:14:36 +00:00
  • 6f81c4e7b9 More licence clarification Jonathan Riddell 2011-02-09 16:15:26 +00:00
  • 21ee8dc0b6 Clarity licences more Jonathan Riddell 2011-02-09 15:55:37 +00:00
  • 797a4c3c60 Add copying licence for inc/ directory for clarity Jonathan Riddell 2011-02-09 15:48:02 +00:00
  • 7b3d57abd4 Really add AGPL file Jonathan Riddell 2011-02-09 15:12:09 +00:00
  • d294c2f6bd Fix licencing, make headers refer to intended AGPL, include copy of AGPL Jonathan Riddell 2011-02-09 14:50:27 +00:00
  • a5533ffc6a only load mdb2 once as it was before Robin Appelman 2011-02-06 01:54:07 +01:00
  • 42cdc9f04f Merge branch 'master' of git.kde.org:owncloud Robin Appelman 2011-02-06 01:23:39 +01:00
  • 78d875c60f fix ocs private data handeling. Robin Appelman 2011-02-06 01:22:48 +01:00
  • 0a505fd383 only load mdb2 when we use the database Robin Appelman 2011-02-06 01:18:45 +01:00
  • fbc3210184 don't hide text viewer when clicking inside the text box Robin Appelman 2011-01-31 14:32:40 +01:00
  • 7351528431 Change the icon to the correct one after uploading is finished Robin Appelman 2011-01-26 17:40:42 +01:00
  • 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 +01:00
  • 1c207a8889 update readme to reflect move to git.kde.org Robin Appelman 2011-01-22 03:03:52 +01:00
  • 066ca70890 only show files in the filebrowser that we can actually read. Robin Appelman 2011-01-22 02:56:16 +01:00
  • 15d15104d4 check if we can read the file before trying to get it's mime type Robin Appelman 2011-01-22 02:28:29 +01:00
  • 9cd4c99918 Add closing tag to config file. Robin Appelman 2011-01-22 01:51:13 +01:00
  • 93bc69011b fix another typo Robin Appelman 2011-01-20 16:53:13 +01:00
  • c09373a516 fix typo Robin Appelman 2011-01-20 16:22:04 +01:00
  • 0337b46975 remove debug statement Robin Appelman 2011-01-20 16:17:55 +01:00
  • 8625a524a5 adjust filebrowser to new libraries Robin Appelman 2011-01-20 16:17:38 +01:00
  • 9805336c0a cleanup event handling Robin Appelman 2011-01-20 16:16:35 +01:00
  • 66a7c35d80 improve handeling of links Robin Appelman 2011-01-20 16:13:47 +01:00
  • f2d78424f2 don't try to use *nix file premissions on windows hosts Robin Appelman 2011-01-18 18:10:37 +01:00
  • 9e75e34184 Return a '/' instead of 'false' when listing the root folder. Matthew Dawson 2011-01-04 11:42:57 -05:00
  • 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 +01:00
  • 56ec730337 fix calling callBacks by id Robin Appelman 2011-01-04 22:46:29 +01:00
  • 49c2efee27 Merge branch 'master' of git://gitorious.org/owncloud/owncloud Robin Appelman 2011-01-04 22:42:26 +01:00
  • b705b95a1e don't crash when removing an item from the breadcrump that isn't added properly Robin Appelman 2011-01-04 22:31:04 +01:00
  • 5a05da2af2 Some common javascript functions for working with arrays and functions Robin Appelman 2011-01-04 22:30:10 +01:00
  • ca791d32d8 Merge commit 'refs/merge-requests/41' of git://gitorious.org/owncloud/owncloud into integration Robin Appelman 2011-01-04 21:39:49 +01:00
  • 5c856e5741 Fix a warning when there is no included files in a plugin. Matthew Dawson 2011-01-03 18:11:16 -05:00
  • 0f5923a150 Add similar check to the canWrite function. Matthew Dawson 2011-01-03 17:58:49 -05:00
  • 61ce6e21ec Fix a chroot issue where the path /.. (and related paths) are not caught and removed. Matthew Dawson 2011-01-03 17:46:18 -05:00
  • 290b2d7355 Fix further typos in comments, too (lisen → listen). Elias Probst 2011-01-01 01:08:40 +01:00
  • ba246b450f Fixed typo (Lisener → Listener) Elias Probst 2011-01-01 01:01:57 +01:00
  • 654387ff05 Show error when trying to create a file or folder that already exists Robin Appelman 2010-12-12 22:34:17 +01:00
  • 336f21f0aa Use correct attribute values for audio tag. ente 2010-12-05 18:30:13 +01:00
  • 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 +01:00
  • db5cac3b3f reverted a576150b Seems we don't really need this, since calling e.g. fileActions['audio/x-wav'] is no problem. It should be also more clear to use and read than e.g. fileActions.audioxwav ente 2010-12-05 17:45:17 +01:00
  • 087a72f0ef - plugin id corrected - ogg files also get the play action added to their context menu ente 2010-12-05 12:18:40 +01:00
  • fd0e0d675e Basic HTML5 audio player plugin ente 2010-12-04 17:37:34 +01:00
  • a576150b64 replaced fileActions[this.mime] by fileActions[this.mime1 + this.mime2], since an object name cannot contain slashes. (correct me if I'm wrong) ente 2010-12-04 17:36:52 +01:00
  • 7710dc7325 Merge branch 'master' of git://gitorious.org/owncloud/owncloud Robin Appelman 2010-12-04 13:48:21 +00:00
  • e84acb289e file download from web interface now works correctly with file names containing blanks Florian 2010-12-04 11:48:17 +01:00
  • 8681d62bbf Fix for https://bugs.kde.org/show_bug.cgi?id=258144 Robin Appelman 2010-11-30 13:20:33 +00:00
  • e61c59165c Fix for https://bugs.kde.org/show_bug.cgi?id=257861 Robin Appelman 2010-11-30 13:19:29 +00:00
  • 962e548495 Merge branch 'master' of git://gitorious.org/owncloud/owncloud Robin Appelman 2010-11-28 22:54:59 +00:00
  • 4b0c953e66 only ask once when removing multiply files Robin Appelman 2010-11-28 15:00:37 +00:00
  • e18898dfe1 fix warning message that sometimes broke webdav Robin Appelman 2010-11-16 21:20:23 +01:00
  • 92d08d513b Add support for hosts where open_basedir restriction is in effect. François KUBLER 2010-11-16 19:21:36 +01:00
  • fc5b8679da fix login issue after logging out Robin Appelman 2010-11-04 19:42:51 +01:00
  • ad8d6c4260 set version number to 1.1 v1.1 Robin Appelman 2010-10-31 02:44:19 +02:00
  • d565b50ca6 remove placeholder music plugin Robin Appelman 2010-10-31 02:42:39 +02:00
  • 59250ec6fd fix some typo's Robin Appelman 2010-10-31 02:41:36 +02:00
  • b116b2fd4c fix uploading files to folders with special characters in the name Robin Appelman 2010-10-24 13:25:21 +02:00
  • e56c316576 Fixed small bug, added global $SERVERROOT to OC_UTIL Kees Huiberts 2010-10-21 19:38:01 +02:00
  • 13efdf6aa7 plugin manager Robin Appelman 2010-10-18 20:58:51 +00:00
  • 653c6e5984 fix small bug in filesystem abstraction Robin Appelman 2010-10-18 16:21:47 +00:00
  • a3940dc628 Merge branch 'master' of git://gitorious.org/owncloud/owncloud Robin Appelman 2010-10-15 23:44:01 +00:00
  • a98dfbbf71 plugin manager and plugin installer Robin Appelman 2010-10-15 23:42:58 +00:00
  • 51b5404879 fix a couple of typos Riccardo Iaconelli 2010-10-06 15:26:01 +02:00
  • 494d88a435 fix bug in detecting mountpoints of file storages within chrooted filesystem Robin Appelman 2010-10-03 23:07:55 +00:00
  • 44946e208d make paths returned by OC_FILESYSTEM::getTree relative to the fakeroot Robin Appelman 2010-09-28 23:07:13 +02:00
  • 3e77f3f56b fix sqlite compatibility for webdav server Robin Appelman 2010-09-28 23:06:29 +02:00
  • d4fa1ddaa1 fix viewing images that have a ' in the filename Robin Appelman 2010-09-28 22:14:01 +02:00
  • 2aa50dc5d9 merge Robin Appelman 2010-09-28 22:05:10 +00:00
  • f29e349412 add function to list all plugins Robin Appelman 2010-09-28 22:03:02 +00:00
  • afbc4f1fb3 automatically install databased of plugins Robin Appelman 2010-09-25 16:47:06 +02:00
  • 1b5a0bb31e Fix content type header in downloads Steven 2010-09-26 19:09:16 +02:00
  • 91acafe698 initial version for user managment tab in the settings page Robin Appelman 2010-09-20 18:27:43 +00:00
  • 369292d68f use mysql instead of mysqli when creating mysql user/database Robin Appelman 2010-09-20 16:28:39 +00:00
  • 7d69bd2752 fix layout issue in the settings page Robin Appelman 2010-09-19 12:34:49 +02:00
  • a72cba4ae2 Merge branch 'master' of http://git.gitorious.org/owncloud/owncloud Robin Appelman 2010-09-19 12:26:33 +02:00
  • 210e5d5ca5 improved loading speed of default syle sheet Robin Appelman 2010-09-19 12:24:09 +02:00
  • a23c74bdbc fix loading of plugin defined stylesheets Robin Appelman 2010-09-19 12:20:39 +02:00
  • a1fbbd09ee add functions to get a list of all users or groups Robin Appelman 2010-09-15 16:24:14 +00:00
  • 3c1cdee910 use caching for user-group relations Robin Appelman 2010-09-12 17:04:52 +02:00
  • 1d1bb352d9 do not initialize mdb2_scheme if we don't use it, saves a lot of time Robin Appelman 2010-09-11 21:09:53 +02:00
  • af8b66c2c3 the text viewer now does syntax highlighting for code Robin Appelman 2010-09-08 18:57:36 +00:00
  • 8ce564ccfe keep indention when viewing text files Robin Appelman 2010-09-08 13:49:59 +00:00
  • 420178bec8 fix fallback for mimetype detection using the 'file' command Robin Appelman 2010-09-08 02:01:30 +02:00
  • cffa4edb72 provide a basic viewer for text files Robin Appelman 2010-09-08 01:43:40 +02:00
  • 5da12fcfa1 use json to encode the file list, should work better with filenames containing non-ascii characters Robin Appelman 2010-09-06 23:09:14 +02:00
  • b0dbb2ac9d fix wrong settings form being restricted to admin only Robin Appelman 2010-09-06 22:34:29 +02:00
  • ec7c069653 provide a defealt, empty, filesystem configuration to suppress some errors Robin Appelman 2010-09-06 20:07:27 +02:00
  • 5162809c8a make the filesystem configurable (no gui yet) Robin Appelman 2010-09-06 20:02:17 +02:00
  • b479f9d570 remove Admin Panel from the main menu since it's handeld by the new settings page now Robin Appelman 2010-09-06 18:03:15 +02:00
  • 2738aab45b fixed bug in filesystem abstraction that broke file uploading Robin Appelman 2010-09-06 17:59:35 +02:00
  • 1a236a8884 fix some errors when trying to save the settings Robin Appelman 2010-09-05 14:21:07 +02:00
  • c7e707c381 merge Robin Appelman 2010-09-05 14:12:18 +02:00
  • 6fede6be66 improved tooltip text (true this time) Steven 2010-09-05 13:55:40 +02:00
  • 30961bc2df improved appereance and clearability in system settings menu. However it does not make toast (yet). Steven 2010-09-05 13:21:30 +02:00
  • 37aa05abe5 remember the selected tab in the settings dialog when refreshing the page or submiting forms Robin Appelman 2010-09-04 21:30:49 +00:00
  • e881109cac fix links in settings menu in all browsers except grome(ium) Steven 2010-09-04 19:28:04 +02:00
  • 6c53b7610c Merge commit 'refs/merge-requests/33' of git://gitorious.org/owncloud/owncloud into merge Robin Appelman 2010-09-02 21:04:04 +02:00
  • a47558b2fd change the way the user is rooted in his own folder in order to make filesystem managment easier Robin Appelman 2010-09-02 20:47:15 +02:00
  • 7bdda2b8f2 First commit, changing capitalization Aaron Reichman 2010-08-22 00:44:22 -07:00