]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
13 years agoDeactivate all plugins for now
Jakob Sack [Tue, 1 Mar 2011 23:16:28 +0000 (00:16 +0100)]
Deactivate all plugins for now

13 years agoStart of the refactoring. Commit is quite big because I forgot to use git right from...
Jakob Sack [Tue, 1 Mar 2011 22:20:16 +0000 (23:20 +0100)]
Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.

13 years agoFix permissions on files
Jonathan Riddell [Wed, 9 Feb 2011 18:14:36 +0000 (18:14 +0000)]
Fix permissions on files

13 years agoMore licence clarification
Jonathan Riddell [Wed, 9 Feb 2011 16:15:26 +0000 (16:15 +0000)]
More licence clarification

13 years agoClarity licences more
Jonathan Riddell [Wed, 9 Feb 2011 15:55:37 +0000 (15:55 +0000)]
Clarity licences more

13 years agoAdd copying licence for inc/ directory for clarity
Jonathan Riddell [Wed, 9 Feb 2011 15:48:02 +0000 (15:48 +0000)]
Add copying licence for inc/ directory for clarity

13 years agoReally add AGPL file
Jonathan Riddell [Wed, 9 Feb 2011 15:12:09 +0000 (15:12 +0000)]
Really add AGPL file

13 years agoFix licencing, make headers refer to intended AGPL, include copy of AGPL
Jonathan Riddell [Wed, 9 Feb 2011 14:50:27 +0000 (14:50 +0000)]
Fix licencing, make headers refer to intended AGPL, include copy of AGPL

13 years agoMerge branch 'master' of git.kde.org:owncloud
Robin Appelman [Sun, 6 Feb 2011 00:23:39 +0000 (01:23 +0100)]
Merge branch 'master' of git.kde.org:owncloud

13 years agofix ocs private data handeling.
Robin Appelman [Sun, 6 Feb 2011 00:22:48 +0000 (01:22 +0100)]
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

13 years agoonly load mdb2 when we use the database
Robin Appelman [Sun, 6 Feb 2011 00:18:45 +0000 (01:18 +0100)]
only load mdb2 when we use the database

13 years agodon't hide text viewer when clicking inside the text box
Robin Appelman [Mon, 31 Jan 2011 13:32:40 +0000 (14:32 +0100)]
don't hide text viewer when clicking inside the text box

13 years agoChange the icon to the correct one after uploading is finished
Robin Appelman [Wed, 26 Jan 2011 16:40:42 +0000 (17:40 +0100)]
Change the icon to the correct one after uploading is finished

fixes http://bugs.kde.org/show_bug.cgi?id=264295

13 years agofix ocs private data get/set queries for mysql
Robin Appelman [Sun, 23 Jan 2011 02:23:03 +0000 (03:23 +0100)]
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

13 years agoupdate readme to reflect move to git.kde.org
Robin Appelman [Sat, 22 Jan 2011 02:03:52 +0000 (03:03 +0100)]
update readme to reflect move to git.kde.org

13 years agoonly show files in the filebrowser that we can actually read.
Robin Appelman [Sat, 22 Jan 2011 01:56:16 +0000 (02:56 +0100)]
only show files in the filebrowser that we can actually read.

in the (rare) case that there are unreadable files show an error since it's probably a case of incorrect premissions set by someone.

13 years agocheck if we can read the file before trying to get it's mime type
Robin Appelman [Sat, 22 Jan 2011 01:28:29 +0000 (02:28 +0100)]
check if we can read the file before trying to get it's mime type

13 years agoAdd closing tag to config file.
Robin Appelman [Sat, 22 Jan 2011 00:51:13 +0000 (01:51 +0100)]
Add closing tag to config file.

patch by Debayan Banerjee

13 years agofix another typo
Robin Appelman [Thu, 20 Jan 2011 15:53:13 +0000 (16:53 +0100)]
fix another typo

13 years agofix typo
Robin Appelman [Thu, 20 Jan 2011 15:22:04 +0000 (16:22 +0100)]
fix typo

13 years agoremove debug statement
Robin Appelman [Thu, 20 Jan 2011 15:17:55 +0000 (16:17 +0100)]
remove debug statement

13 years agoadjust filebrowser to new libraries
Robin Appelman [Thu, 20 Jan 2011 15:17:38 +0000 (16:17 +0100)]
adjust filebrowser to new libraries

13 years agocleanup event handling
Robin Appelman [Thu, 20 Jan 2011 15:16:35 +0000 (16:16 +0100)]
cleanup event handling

13 years agoimprove handeling of links
Robin Appelman [Thu, 20 Jan 2011 15:13:47 +0000 (16:13 +0100)]
improve handeling of links

13 years agodon't try to use *nix file premissions on windows hosts
Robin Appelman [Tue, 18 Jan 2011 17:10:37 +0000 (18:10 +0100)]
don't try to use *nix file premissions on windows hosts

13 years agoReturn a '/' instead of 'false' when listing the root folder.
Matthew Dawson [Tue, 4 Jan 2011 16:42:57 +0000 (11:42 -0500)]
Return a '/' instead of 'false' when listing the root folder.

Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca>
13 years agoAlso allow open_file.php to be called with a path paramater instead of only with...
Robin Appelman [Tue, 4 Jan 2011 22:02:38 +0000 (23:02 +0100)]
Also allow open_file.php to be called with a path paramater instead of only with seperate dir/file

13 years agofix calling callBacks by id
Robin Appelman [Tue, 4 Jan 2011 21:46:29 +0000 (22:46 +0100)]
fix calling callBacks by id

13 years agoMerge branch 'master' of git://gitorious.org/owncloud/owncloud
Robin Appelman [Tue, 4 Jan 2011 21:42:26 +0000 (22:42 +0100)]
Merge branch 'master' of git://gitorious.org/owncloud/owncloud

13 years agodon't crash when removing an item from the breadcrump that isn't added properly
Robin Appelman [Tue, 4 Jan 2011 21:31:04 +0000 (22:31 +0100)]
don't crash when removing an item from the breadcrump that isn't added properly

13 years agoSome common javascript functions for working with arrays and functions
Robin Appelman [Tue, 4 Jan 2011 21:30:10 +0000 (22:30 +0100)]
Some common javascript functions for working with arrays and functions

the callBack class becomes obsolete with these but all places where it is used are updates

13 years agoMerge commit 'refs/merge-requests/41' of git://gitorious.org/owncloud/owncloud into...
Robin Appelman [Tue, 4 Jan 2011 20:39:49 +0000 (21:39 +0100)]
Merge commit 'refs/merge-requests/41' of git://gitorious.org/owncloud/owncloud into integration

13 years agoFix a warning when there is no included files in a plugin.
Matthew Dawson [Mon, 3 Jan 2011 23:11:16 +0000 (18:11 -0500)]
Fix a warning when there is no included files in a plugin.

Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca>
13 years agoAdd similar check to the canWrite function.
Matthew Dawson [Mon, 3 Jan 2011 22:58:49 +0000 (17:58 -0500)]
Add similar check to the canWrite function.

Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca>
13 years agoFix a chroot issue where the path /.. (and related paths) are not caught and removed.
Matthew Dawson [Mon, 3 Jan 2011 22:46:18 +0000 (17:46 -0500)]
Fix a chroot issue where the path /.. (and related paths) are not caught and removed.

Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca>
13 years agoFix further typos in comments, too (lisen → listen).
Elias Probst [Sat, 1 Jan 2011 00:08:40 +0000 (01:08 +0100)]
Fix further typos in comments, too (lisen → listen).

13 years agoFixed typo (Lisener → Listener)
Elias Probst [Sat, 1 Jan 2011 00:01:57 +0000 (01:01 +0100)]
Fixed typo (Lisener → Listener)

13 years agoShow error when trying to create a file or folder that already exists
Robin Appelman [Sun, 12 Dec 2010 21:34:17 +0000 (22:34 +0100)]
Show error when trying to create a file or folder that already exists

fixes https://bugs.kde.org/show_bug.cgi?id=259616

13 years agoUse correct attribute values for audio tag.
ente [Sun, 5 Dec 2010 17:30:13 +0000 (18:30 +0100)]
Use correct attribute values for audio tag.

13 years agoOnly register the "Play" action for audio types that the browser is able to play.
ente [Sun, 5 Dec 2010 16:51:10 +0000 (17:51 +0100)]
Only register the "Play" action for audio types that the browser is able to play.
Otherwise just leave the default action to "Download".

13 years agoreverted a576150b
ente [Sun, 5 Dec 2010 16:45:17 +0000 (17:45 +0100)]
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

13 years ago- plugin id corrected
ente [Sun, 5 Dec 2010 11:18:40 +0000 (12:18 +0100)]
- plugin id corrected
- ogg files also get the play action added to their context menu

13 years agoBasic HTML5 audio player plugin
ente [Sat, 4 Dec 2010 16:37:34 +0000 (17:37 +0100)]
Basic HTML5 audio player plugin

13 years agoreplaced fileActions[this.mime] by fileActions[this.mime1 + this.mime2], since an...
ente [Sat, 4 Dec 2010 16:36:52 +0000 (17:36 +0100)]
replaced fileActions[this.mime] by fileActions[this.mime1 + this.mime2], since an object name cannot contain slashes. (correct me if I'm wrong)

13 years agoMerge branch 'master' of git://gitorious.org/owncloud/owncloud
Robin Appelman [Sat, 4 Dec 2010 13:48:21 +0000 (13:48 +0000)]
Merge branch 'master' of git://gitorious.org/owncloud/owncloud

13 years agofile download from web interface now works correctly with file names containing blanks
Florian [Sat, 4 Dec 2010 10:48:17 +0000 (11:48 +0100)]
file download from web interface now works correctly with file names containing blanks

13 years agoFix for https://bugs.kde.org/show_bug.cgi?id=258144
Robin Appelman [Tue, 30 Nov 2010 13:20:33 +0000 (13:20 +0000)]
Fix for https://bugs.kde.org/show_bug.cgi?id=258144

Patch by Daniel Devine

13 years agoFix for https://bugs.kde.org/show_bug.cgi?id=257861
Robin Appelman [Tue, 30 Nov 2010 13:19:29 +0000 (13:19 +0000)]
Fix for https://bugs.kde.org/show_bug.cgi?id=257861

Patch by Romain GRENIER

13 years agoMerge branch 'master' of git://gitorious.org/owncloud/owncloud
Robin Appelman [Sun, 28 Nov 2010 22:54:59 +0000 (22:54 +0000)]
Merge branch 'master' of git://gitorious.org/owncloud/owncloud

13 years agoonly ask once when removing multiply files
Robin Appelman [Sun, 28 Nov 2010 15:00:37 +0000 (15:00 +0000)]
only ask once when removing multiply files

13 years agofix warning message that sometimes broke webdav
Robin Appelman [Tue, 16 Nov 2010 20:20:23 +0000 (21:20 +0100)]
fix warning message that sometimes broke webdav

13 years agoAdd support for hosts where open_basedir restriction is in effect.
François KUBLER [Tue, 16 Nov 2010 18:21:36 +0000 (19:21 +0100)]
Add support for hosts where open_basedir restriction is in effect.

13 years agofix login issue after logging out
Robin Appelman [Thu, 4 Nov 2010 18:42:51 +0000 (19:42 +0100)]
fix login issue after logging out

13 years agoset version number to 1.1 v1.1
Robin Appelman [Sun, 31 Oct 2010 00:44:19 +0000 (02:44 +0200)]
set version number to 1.1

13 years agoremove placeholder music plugin
Robin Appelman [Sun, 31 Oct 2010 00:42:39 +0000 (02:42 +0200)]
remove placeholder music plugin

13 years agofix some typo's
Robin Appelman [Sun, 31 Oct 2010 00:41:36 +0000 (02:41 +0200)]
fix some typo's

14 years agofix uploading files to folders with special characters in the name
Robin Appelman [Sun, 24 Oct 2010 11:25:21 +0000 (13:25 +0200)]
fix uploading files to folders with special characters in the name

14 years agoFixed small bug, added global $SERVERROOT to OC_UTIL
Kees Huiberts [Thu, 21 Oct 2010 17:38:01 +0000 (19:38 +0200)]
Fixed small bug, added global $SERVERROOT to OC_UTIL

14 years agoplugin manager
Robin Appelman [Mon, 18 Oct 2010 20:58:51 +0000 (20:58 +0000)]
plugin manager

14 years agofix small bug in filesystem abstraction
Robin Appelman [Mon, 18 Oct 2010 16:21:47 +0000 (16:21 +0000)]
fix small bug in filesystem abstraction

14 years agoMerge branch 'master' of git://gitorious.org/owncloud/owncloud
Robin Appelman [Fri, 15 Oct 2010 23:44:01 +0000 (23:44 +0000)]
Merge branch 'master' of git://gitorious.org/owncloud/owncloud

14 years agoplugin manager and plugin installer
Robin Appelman [Fri, 15 Oct 2010 23:42:58 +0000 (23:42 +0000)]
plugin manager and plugin installer

14 years agofix a couple of typos
Riccardo Iaconelli [Wed, 6 Oct 2010 13:26:01 +0000 (15:26 +0200)]
fix a couple of typos

Signed-off-by: Riccardo Iaconelli <riccardo@kde.org>
14 years agofix bug in detecting mountpoints of file storages within chrooted filesystem
Robin Appelman [Sun, 3 Oct 2010 23:07:55 +0000 (23:07 +0000)]
fix bug in detecting mountpoints of file storages within chrooted filesystem

14 years agomake paths returned by OC_FILESYSTEM::getTree relative to the fakeroot
Robin Appelman [Tue, 28 Sep 2010 21:07:13 +0000 (23:07 +0200)]
make paths returned by OC_FILESYSTEM::getTree relative to the fakeroot

14 years agofix sqlite compatibility for webdav server
Robin Appelman [Tue, 28 Sep 2010 21:06:29 +0000 (23:06 +0200)]
fix sqlite compatibility for webdav server

14 years agofix viewing images that have a ' in the filename
Robin Appelman [Tue, 28 Sep 2010 20:14:01 +0000 (22:14 +0200)]
fix viewing images that have a ' in the filename

14 years agomerge
Robin Appelman [Tue, 28 Sep 2010 22:05:10 +0000 (22:05 +0000)]
merge

14 years agoadd function to list all plugins
Robin Appelman [Tue, 28 Sep 2010 22:03:02 +0000 (22:03 +0000)]
add function to list all plugins

14 years agoautomatically install databased of plugins
Robin Appelman [Sat, 25 Sep 2010 14:47:06 +0000 (16:47 +0200)]
automatically install databased of plugins

14 years agoFix content type header in downloads
Steven [Sun, 26 Sep 2010 17:09:16 +0000 (19:09 +0200)]
Fix content type header in downloads

14 years agoinitial version for user managment tab in the settings page
Robin Appelman [Mon, 20 Sep 2010 18:27:43 +0000 (18:27 +0000)]
initial version for user managment tab in the settings page

14 years agouse mysql instead of mysqli when creating mysql user/database
Robin Appelman [Mon, 20 Sep 2010 16:28:39 +0000 (16:28 +0000)]
use mysql instead of mysqli when creating mysql user/database

14 years agofix layout issue in the settings page
Robin Appelman [Sun, 19 Sep 2010 10:34:49 +0000 (12:34 +0200)]
fix layout issue in the settings page

14 years agoMerge branch 'master' of http://git.gitorious.org/owncloud/owncloud
Robin Appelman [Sun, 19 Sep 2010 10:26:33 +0000 (12:26 +0200)]
Merge branch 'master' of http://git.gitorious.org/owncloud/owncloud

14 years agoimproved loading speed of default syle sheet
Robin Appelman [Sun, 19 Sep 2010 10:24:09 +0000 (12:24 +0200)]
improved loading speed of default syle sheet

14 years agofix loading of plugin defined stylesheets
Robin Appelman [Sun, 19 Sep 2010 10:20:39 +0000 (12:20 +0200)]
fix loading of plugin defined stylesheets

14 years agoadd functions to get a list of all users or groups
Robin Appelman [Wed, 15 Sep 2010 16:24:14 +0000 (16:24 +0000)]
add functions to get a list of all users or groups

14 years agouse caching for user-group relations
Robin Appelman [Sun, 12 Sep 2010 15:04:52 +0000 (17:04 +0200)]
use caching for user-group relations

14 years agodo not initialize mdb2_scheme if we don't use it, saves a lot of time
Robin Appelman [Sat, 11 Sep 2010 19:09:53 +0000 (21:09 +0200)]
do not initialize mdb2_scheme if we don't use it, saves a lot of time

14 years agothe text viewer now does syntax highlighting for code
Robin Appelman [Wed, 8 Sep 2010 18:57:36 +0000 (18:57 +0000)]
the text viewer now does syntax highlighting for code

14 years agokeep indention when viewing text files
Robin Appelman [Wed, 8 Sep 2010 13:49:59 +0000 (13:49 +0000)]
keep indention when viewing text files

14 years agofix fallback for mimetype detection using the 'file' command
Robin Appelman [Wed, 8 Sep 2010 00:01:30 +0000 (02:01 +0200)]
fix fallback for mimetype detection using the 'file' command

14 years agoprovide a basic viewer for text files
Robin Appelman [Tue, 7 Sep 2010 23:43:40 +0000 (01:43 +0200)]
provide a basic viewer for text files

14 years agouse json to encode the file list, should work better with filenames containing non...
Robin Appelman [Mon, 6 Sep 2010 21:09:14 +0000 (23:09 +0200)]
use json to encode the file list, should work better with filenames containing non-ascii characters

14 years agofix wrong settings form being restricted to admin only
Robin Appelman [Mon, 6 Sep 2010 20:34:29 +0000 (22:34 +0200)]
fix wrong settings form being restricted to admin only

14 years agoprovide a defealt, empty, filesystem configuration to suppress some errors
Robin Appelman [Mon, 6 Sep 2010 18:07:27 +0000 (20:07 +0200)]
provide a defealt, empty, filesystem configuration to suppress some errors

14 years agomake the filesystem configurable (no gui yet)
Robin Appelman [Mon, 6 Sep 2010 18:02:17 +0000 (20:02 +0200)]
make the filesystem configurable (no gui yet)

14 years agoremove Admin Panel from the main menu since it's handeld by the new settings page now
Robin Appelman [Mon, 6 Sep 2010 16:03:15 +0000 (18:03 +0200)]
remove Admin  Panel from the main menu since it's handeld by the new settings page now

14 years agofixed bug in filesystem abstraction that broke file uploading
Robin Appelman [Mon, 6 Sep 2010 15:59:35 +0000 (17:59 +0200)]
fixed bug in filesystem abstraction that broke file uploading

14 years agofix some errors when trying to save the settings
Robin Appelman [Sun, 5 Sep 2010 12:21:07 +0000 (14:21 +0200)]
fix some errors when trying to save the settings

14 years agomerge
Robin Appelman [Sun, 5 Sep 2010 12:12:18 +0000 (14:12 +0200)]
merge

14 years agoimproved tooltip text (true this time)
Steven [Sun, 5 Sep 2010 11:55:40 +0000 (13:55 +0200)]
improved tooltip text (true this time)

14 years agoimproved appereance and clearability in system settings menu. However it does not...
Steven [Sun, 5 Sep 2010 11:21:30 +0000 (13:21 +0200)]
improved appereance and clearability in system settings menu. However it does not make toast (yet).

14 years agoremember the selected tab in the settings dialog when refreshing the page or submitin...
Robin Appelman [Sat, 4 Sep 2010 21:30:49 +0000 (21:30 +0000)]
remember the selected tab in the settings dialog when refreshing the page or submiting forms

14 years agofix links in settings menu in all browsers except grome(ium)
Steven [Sat, 4 Sep 2010 17:28:04 +0000 (19:28 +0200)]
fix links in settings menu in all browsers except grome(ium)

14 years agoMerge commit 'refs/merge-requests/33' of git://gitorious.org/owncloud/owncloud into...
Robin Appelman [Thu, 2 Sep 2010 19:04:04 +0000 (21:04 +0200)]
Merge commit 'refs/merge-requests/33' of git://gitorious.org/owncloud/owncloud into merge

14 years agochange the way the user is rooted in his own folder in order to make filesystem manag...
Robin Appelman [Thu, 2 Sep 2010 18:47:15 +0000 (20:47 +0200)]
change the way the user is rooted in his own folder in order to make filesystem managment easier

14 years agoFirst commit, changing capitalization
Aaron Reichman [Sun, 22 Aug 2010 07:44:22 +0000 (00:44 -0700)]
First commit, changing capitalization

14 years agonew settings page that allows plugins to integrate their own settings dialogs more...
Robin Appelman [Thu, 12 Aug 2010 15:30:20 +0000 (17:30 +0200)]
new settings page that allows plugins to integrate their own settings dialogs more with the existing ones