0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-03 11:46:01 +00:00

Commit graph

  • 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
  • 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 +0100
  • 087a72f0ef - plugin id corrected - ogg files also get the play action added to their context menu ente 2010-12-05 12:18:40 +0100
  • fd0e0d675e Basic HTML5 audio player plugin ente 2010-12-04 17:37:34 +0100
  • 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 +0100
  • 7710dc7325 Merge branch 'master' of git://gitorious.org/owncloud/owncloud Robin Appelman 2010-12-04 13:48:21 +0000
  • e84acb289e file download from web interface now works correctly with file names containing blanks Florian 2010-12-04 11:48:17 +0100
  • 8681d62bbf Fix for https://bugs.kde.org/show_bug.cgi?id=258144 Robin Appelman 2010-11-30 13:20:33 +0000
  • e61c59165c Fix for https://bugs.kde.org/show_bug.cgi?id=257861 Robin Appelman 2010-11-30 13:19:29 +0000
  • 962e548495 Merge branch 'master' of git://gitorious.org/owncloud/owncloud Robin Appelman 2010-11-28 22:54:59 +0000
  • 4b0c953e66 only ask once when removing multiply files Robin Appelman 2010-11-28 15:00:37 +0000
  • e18898dfe1 fix warning message that sometimes broke webdav Robin Appelman 2010-11-16 21:20:23 +0100
  • 92d08d513b Add support for hosts where open_basedir restriction is in effect. François KUBLER 2010-11-16 19:21:36 +0100
  • fc5b8679da fix login issue after logging out Robin Appelman 2010-11-04 19:42:51 +0100
  • ad8d6c4260 set version number to 1.1 v1.1 Robin Appelman 2010-10-31 02:44:19 +0200
  • d565b50ca6 remove placeholder music plugin Robin Appelman 2010-10-31 02:42:39 +0200
  • 59250ec6fd fix some typo's Robin Appelman 2010-10-31 02:41:36 +0200
  • b116b2fd4c fix uploading files to folders with special characters in the name Robin Appelman 2010-10-24 13:25:21 +0200
  • e56c316576 Fixed small bug, added global $SERVERROOT to OC_UTIL Kees Huiberts 2010-10-21 19:38:01 +0200
  • 13efdf6aa7 plugin manager Robin Appelman 2010-10-18 20:58:51 +0000
  • 653c6e5984 fix small bug in filesystem abstraction Robin Appelman 2010-10-18 16:21:47 +0000
  • a3940dc628 Merge branch 'master' of git://gitorious.org/owncloud/owncloud Robin Appelman 2010-10-15 23:44:01 +0000
  • a98dfbbf71 plugin manager and plugin installer Robin Appelman 2010-10-15 23:42:58 +0000
  • 51b5404879 fix a couple of typos Riccardo Iaconelli 2010-10-06 15:26:01 +0200
  • 494d88a435 fix bug in detecting mountpoints of file storages within chrooted filesystem Robin Appelman 2010-10-03 23:07:55 +0000
  • 44946e208d make paths returned by OC_FILESYSTEM::getTree relative to the fakeroot Robin Appelman 2010-09-28 23:07:13 +0200
  • 3e77f3f56b fix sqlite compatibility for webdav server Robin Appelman 2010-09-28 23:06:29 +0200
  • d4fa1ddaa1 fix viewing images that have a ' in the filename Robin Appelman 2010-09-28 22:14:01 +0200
  • 2aa50dc5d9 merge Robin Appelman 2010-09-28 22:05:10 +0000
  • f29e349412 add function to list all plugins Robin Appelman 2010-09-28 22:03:02 +0000
  • afbc4f1fb3 automatically install databased of plugins Robin Appelman 2010-09-25 16:47:06 +0200
  • 1b5a0bb31e Fix content type header in downloads Steven 2010-09-26 19:09:16 +0200
  • 91acafe698 initial version for user managment tab in the settings page Robin Appelman 2010-09-20 18:27:43 +0000
  • 369292d68f use mysql instead of mysqli when creating mysql user/database Robin Appelman 2010-09-20 16:28:39 +0000
  • 7d69bd2752 fix layout issue in the settings page Robin Appelman 2010-09-19 12:34:49 +0200
  • a72cba4ae2 Merge branch 'master' of http://git.gitorious.org/owncloud/owncloud Robin Appelman 2010-09-19 12:26:33 +0200
  • 210e5d5ca5 improved loading speed of default syle sheet Robin Appelman 2010-09-19 12:24:09 +0200
  • a23c74bdbc fix loading of plugin defined stylesheets Robin Appelman 2010-09-19 12:20:39 +0200
  • a1fbbd09ee add functions to get a list of all users or groups Robin Appelman 2010-09-15 16:24:14 +0000
  • 3c1cdee910 use caching for user-group relations Robin Appelman 2010-09-12 17:04:52 +0200
  • 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 +0200
  • af8b66c2c3 the text viewer now does syntax highlighting for code Robin Appelman 2010-09-08 18:57:36 +0000
  • 8ce564ccfe keep indention when viewing text files Robin Appelman 2010-09-08 13:49:59 +0000
  • 420178bec8 fix fallback for mimetype detection using the 'file' command Robin Appelman 2010-09-08 02:01:30 +0200
  • cffa4edb72 provide a basic viewer for text files Robin Appelman 2010-09-08 01:43:40 +0200
  • 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 +0200
  • b0dbb2ac9d fix wrong settings form being restricted to admin only Robin Appelman 2010-09-06 22:34:29 +0200
  • ec7c069653 provide a defealt, empty, filesystem configuration to suppress some errors Robin Appelman 2010-09-06 20:07:27 +0200
  • 5162809c8a make the filesystem configurable (no gui yet) Robin Appelman 2010-09-06 20:02:17 +0200
  • 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 +0200
  • 2738aab45b fixed bug in filesystem abstraction that broke file uploading Robin Appelman 2010-09-06 17:59:35 +0200
  • 1a236a8884 fix some errors when trying to save the settings Robin Appelman 2010-09-05 14:21:07 +0200
  • c7e707c381 merge Robin Appelman 2010-09-05 14:12:18 +0200
  • 6fede6be66 improved tooltip text (true this time) Steven 2010-09-05 13:55:40 +0200
  • 30961bc2df improved appereance and clearability in system settings menu. However it does not make toast (yet). Steven 2010-09-05 13:21:30 +0200
  • 37aa05abe5 remember the selected tab in the settings dialog when refreshing the page or submiting forms Robin Appelman 2010-09-04 21:30:49 +0000
  • e881109cac fix links in settings menu in all browsers except grome(ium) Steven 2010-09-04 19:28:04 +0200
  • 6c53b7610c Merge commit 'refs/merge-requests/33' of git://gitorious.org/owncloud/owncloud into merge Robin Appelman 2010-09-02 21:04:04 +0200
  • 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 +0200
  • 7bdda2b8f2 First commit, changing capitalization Aaron Reichman 2010-08-22 00:44:22 -0700
  • 1e4432c5d5 new settings page that allows plugins to integrate their own settings dialogs more with the existing ones Robin Appelman 2010-08-12 17:30:20 +0200
  • 08454ce463 remove debug messages Robin Appelman 2010-08-12 17:27:58 +0200
  • 1e5081002b fix error during the creation of the database table when using mysql Robin Appelman 2010-08-12 17:11:32 +0200
  • f0f77aafbf fix problem when creating users with a non-empty userid cache Robin Appelman 2010-08-12 17:10:05 +0200
  • 5f53165efb provide a function to load the data from a plugin.xml file Robin Appelman 2010-08-05 02:44:54 +0200
  • 8b2ff8dcad change the user backend after we load the plugins Robin Appelman 2010-08-03 17:43:54 +0200
  • 9c56a1e608 Merge branch 'master' of http://git.gitorious.org/owncloud/owncloud Robin Appelman 2010-08-03 17:40:50 +0200
  • 417b1efdca use encodeURIComponent in more places Robin Appelman 2010-08-03 17:35:59 +0200
  • 9d99c4fbdc update to comply with the OCS spec (lookup by application name too) Martin Sandsmark 2010-08-02 20:39:14 +0200
  • 6642d4af6f fix warnings given by MDB2 if opendir is restricted by the host Robin Appelman 2010-07-30 13:36:18 +0200
  • 2a78209728 comply with updated version of the plugin.xml syntax Robin Appelman 2010-07-28 22:45:24 +0200
  • 98e49c7552 use new plugin system for loading plugins Robin Appelman 2010-07-28 18:12:00 +0200
  • 687cb29c7d Merge commit 'refs/merge-requests/31' of git://gitorious.org/owncloud/owncloud into merge Robin Appelman 2010-07-28 00:16:56 +0200
  • dcb2455b69 Merge branch 'master' of gitorious.org:owncloud/owncloud Robin Appelman 2010-07-28 00:12:15 +0200
  • ccdb21958e use = instead of LIKE when selecting private attributes Robin Appelman 2010-07-28 00:10:30 +0200
  • 3b065d4dae more addslashes magic sauce Martin T. H. Sandsmark 2010-07-25 13:14:26 +0200
  • 1f46d0fc7d remove debug output Martin T. H. Sandsmark 2010-07-25 13:00:09 +0200
  • ce0993e0c7 fix mdb2 usage, add optional format variable Martin T. H. Sandsmark 2010-07-25 12:55:52 +0200
  • c2504f54ad fix some, do not enjoy php Martin T. H. Sandsmark 2010-07-25 02:38:35 +0200
  • e6f6c62113 some fixes Martin T. H. Sandsmark 2010-07-25 01:48:36 +0200
  • 58b4485677 fix parsing of url Martin T. H. Sandsmark 2010-07-25 00:06:10 +0200
  • 11664f3153 Moved LDAP authentication into a plugin Aldo "xoen" Giambelluca 2010-07-23 00:48:45 +0200
  • ccd362108e Cleaned up and added some documentation Aldo "xoen" Giambelluca 2010-07-22 23:42:18 +0200
  • 68775a282d Created class OC_USER_BACKEND for general user managment Aldo "xoen" Giambelluca 2010-07-21 17:53:51 +0200
  • 9fe46ef093 OC_USER now is an abstract class (OC_USER_ABSTRACT) Aldo "xoen" Giambelluca 2010-07-19 21:33:29 +0200
  • 9c124a8dbf Reverted to self::$classType syntax and fixed the use of self in non-object Aldo "xoen" Giambelluca 2010-07-19 18:52:49 +0200
  • 64d4d57615 fix permissions, start to implement private data api Martin T. H. Sandsmark 2010-07-16 11:36:03 +0200