]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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 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

14 years agoremove debug messages
Robin Appelman [Thu, 12 Aug 2010 15:27:58 +0000 (17:27 +0200)]
remove debug messages

14 years agofix error during the creation of the database table when using mysql
Robin Appelman [Thu, 12 Aug 2010 15:11:32 +0000 (17:11 +0200)]
fix error during the creation of the database table when using mysql

14 years agofix problem when creating users with a non-empty userid cache
Robin Appelman [Thu, 12 Aug 2010 15:10:05 +0000 (17:10 +0200)]
fix problem when creating users with a non-empty userid cache

14 years agoprovide a function to load the data from a plugin.xml file
Robin Appelman [Thu, 5 Aug 2010 00:44:54 +0000 (02:44 +0200)]
provide a function to load the data from a plugin.xml file

14 years agochange the user backend after we load the plugins
Robin Appelman [Tue, 3 Aug 2010 15:43:54 +0000 (17:43 +0200)]
change the user backend after we load the plugins

14 years agoMerge branch 'master' of http://git.gitorious.org/owncloud/owncloud
Robin Appelman [Tue, 3 Aug 2010 15:40:50 +0000 (17:40 +0200)]
Merge branch 'master' of http://git.gitorious.org/owncloud/owncloud

14 years agouse encodeURIComponent in more places
Robin Appelman [Tue, 3 Aug 2010 15:35:59 +0000 (17:35 +0200)]
use encodeURIComponent in more places

14 years agoupdate to comply with the OCS spec (lookup by application name too)
Martin Sandsmark [Mon, 2 Aug 2010 18:39:14 +0000 (20:39 +0200)]
update to comply with the OCS spec (lookup by application name too)

14 years agofix warnings given by MDB2 if opendir is restricted by the host
Robin Appelman [Fri, 30 Jul 2010 11:36:18 +0000 (13:36 +0200)]
fix warnings given by MDB2 if opendir is restricted by the host

14 years agocomply with updated version of the plugin.xml syntax
Robin Appelman [Wed, 28 Jul 2010 20:45:24 +0000 (22:45 +0200)]
comply with updated version of the plugin.xml syntax

14 years agouse new plugin system for loading plugins
Robin Appelman [Wed, 28 Jul 2010 16:12:00 +0000 (18:12 +0200)]
use new plugin system for loading plugins

14 years agoMerge commit 'refs/merge-requests/31' of git://gitorious.org/owncloud/owncloud into...
Robin Appelman [Tue, 27 Jul 2010 22:16:56 +0000 (00:16 +0200)]
Merge commit 'refs/merge-requests/31' of git://gitorious.org/owncloud/owncloud into merge

14 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Robin Appelman [Tue, 27 Jul 2010 22:12:15 +0000 (00:12 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

14 years agouse = instead of LIKE when selecting private attributes
Robin Appelman [Tue, 27 Jul 2010 22:10:30 +0000 (00:10 +0200)]
use = instead of LIKE when selecting private attributes

14 years agomore addslashes magic sauce
Martin T. H. Sandsmark [Sun, 25 Jul 2010 11:14:26 +0000 (13:14 +0200)]
more addslashes magic sauce

14 years agoremove debug output
Martin T. H. Sandsmark [Sun, 25 Jul 2010 11:00:09 +0000 (13:00 +0200)]
remove debug output

14 years agofix mdb2 usage, add optional format variable
Martin T. H. Sandsmark [Sun, 25 Jul 2010 10:55:52 +0000 (12:55 +0200)]
fix mdb2 usage, add optional format variable

14 years agofix some, do not enjoy php
Martin T. H. Sandsmark [Sun, 25 Jul 2010 00:38:35 +0000 (02:38 +0200)]
fix some, do not enjoy php

14 years agosome fixes
Martin T. H. Sandsmark [Sat, 24 Jul 2010 23:48:36 +0000 (01:48 +0200)]
some fixes

14 years agofix parsing of url
Martin T. H. Sandsmark [Sat, 24 Jul 2010 22:06:10 +0000 (00:06 +0200)]
fix parsing of url

14 years agoMoved LDAP authentication into a plugin
Aldo "xoen" Giambelluca [Thu, 22 Jul 2010 22:48:45 +0000 (00:48 +0200)]
Moved LDAP authentication into a plugin

Used the current plugin system to define `USER_OC_LDAP` class
that can be used as backend for OC_USER

14 years agoCleaned up and added some documentation
Aldo "xoen" Giambelluca [Thu, 22 Jul 2010 21:42:18 +0000 (23:42 +0200)]
Cleaned up and added some documentation

14 years agoCreated class `OC_USER_BACKEND` for general user managment
Aldo "xoen" Giambelluca [Wed, 21 Jul 2010 15:53:51 +0000 (17:53 +0200)]
Created class `OC_USER_BACKEND` for general user managment

It's possible to use `OC_USER` as normal but the real stuff
is done by the `OC_USER::$_backend` class, setted using
`OC_USER::setBackend()` (this is done in inc/lib_user.php)

14 years agoOC_USER now is an abstract class (OC_USER_ABSTRACT)
Aldo "xoen" Giambelluca [Mon, 19 Jul 2010 19:33:29 +0000 (21:33 +0200)]
OC_USER now is an abstract class (OC_USER_ABSTRACT)

At start the choosen user manager is created
(e.g. OC_USER_DATABASE, OC_USER_LDAP)
and put into the global variable `$userManager`.

This is the variable to use instead of `OC_USER` class.

TODO: A better name than $userManager?

14 years agoReverted to self::$classType syntax and fixed the use of self in non-object
Aldo "xoen" Giambelluca [Mon, 19 Jul 2010 16:52:49 +0000 (18:52 +0200)]
Reverted to self::$classType syntax and fixed the use of self in non-object

14 years agofix permissions, start to implement private data api
Martin T. H. Sandsmark [Fri, 16 Jul 2010 09:36:03 +0000 (11:36 +0200)]
fix permissions, start to implement private data api

14 years agoMinor style changes
Aldo "xoen" Giambelluca [Thu, 15 Jul 2010 18:57:14 +0000 (20:57 +0200)]
Minor style changes

  * camelCase
  * spaces here and there

14 years agoFixed a cache-check in `OC_USER_Database::getGroupName()` and minor style changes
Aldo "xoen" Giambelluca [Thu, 15 Jul 2010 17:56:13 +0000 (19:56 +0200)]
Fixed a cache-check in `OC_USER_Database::getGroupName()` and minor style changes

  * Added spaces here and there
  * Using camelCase for same variable

14 years agoMinor style changes
Aldo "xoen" Giambelluca [Thu, 15 Jul 2010 17:10:20 +0000 (19:10 +0200)]
Minor style changes

  * Using camelCase for `$classType` property
  * Using `self` keyword instead of class name
  * Added spaces here and there

14 years agoAbstract lib_user
fabian [Thu, 15 Jul 2010 12:11:53 +0000 (14:11 +0200)]
Abstract lib_user

14 years agoSupport for mod_auth added
fabian [Thu, 15 Jul 2010 12:09:22 +0000 (14:09 +0200)]
Support for mod_auth added

14 years agoImproved OC_CONFIG::saveConfiguration()
Aldo "xoen" Giambelluca [Mon, 12 Jul 2010 17:58:45 +0000 (19:58 +0200)]
Improved OC_CONFIG::saveConfiguration()

  * Support numeric types too
  * $WEBROOT variable was not necessary

14 years agoCall `saveConfiguration()` using self and fixed a typo
Aldo "xoen" Giambelluca [Mon, 12 Jul 2010 11:24:02 +0000 (13:24 +0200)]
Call `saveConfiguration()` using self and fixed a typo

14 years agoadded `writeConfiguration()` method to OC_CONFIG
Aldo "xoen" Giambelluca [Sun, 11 Jul 2010 20:44:48 +0000 (22:44 +0200)]
added `writeConfiguration()` method to OC_CONFIG

This actually write all the key/value into the config.php.
The code in `writeAdminLisener()` is cleaner.
This is in prevision of new configuration options (e.g. plugin related)

14 years agoAdded more MIME Types in `inc/lib_filestorage.php`
Aldo "xoen" Giambelluca [Sun, 11 Jul 2010 17:51:26 +0000 (19:51 +0200)]
Added more MIME Types in `inc/lib_filestorage.php`

Here the types added:
  * Flac / Ogg [1]
  * GZip / Tar / Tar+GZip
  * PDF / SVG / Tiff
  * JavaScript

Other little changes:
  * I changed the ordered to be alphabetical (by extension)
  * Using single quotes instead of double quotes for strings
  * Indentation

[1]: http://wiki.xiph.org/MIME_Types_and_File_Extensions
[2]: http://www.asciitable.it/mimetypes.asp

14 years agoUsing camelCase for function names in 'inc/lib_user.php'
Aldo "xoen" Giambelluca [Sat, 10 Jul 2010 18:00:27 +0000 (20:00 +0200)]
Using camelCase for function names in 'inc/lib_user.php'

PHP function names is case-insensitive so this change isn't
intrusive but improve readability of the code.

14 years agoUsing camelCase for function names in 'inc/lib_ocs.php'
Aldo "xoen" Giambelluca [Sat, 10 Jul 2010 17:59:18 +0000 (19:59 +0200)]
Using camelCase for function names in 'inc/lib_ocs.php'

PHP function names is case-insensitive so this change isn't
intrusive but improve readability of the code.

14 years agoUsing camelCase for function names in 'inc/lib_files.php'
Aldo "xoen" Giambelluca [Sat, 10 Jul 2010 17:57:46 +0000 (19:57 +0200)]
Using camelCase for function names in 'inc/lib_files.php'

PHP function names is case-insensitive so this change isn't
intrusive but improve readability of the code.

14 years agoUsing camelCase for function names in 'inc/lib_base.php'
Aldo "xoen" Giambelluca [Sat, 10 Jul 2010 17:56:47 +0000 (19:56 +0200)]
Using camelCase for function names in 'inc/lib_base.php'

PHP function names is case-insensitive so this change isn't
intrusive but improve readability of the code.

14 years agoUsing camelCase for function names in 'inc/lib_config.php'
Aldo "xoen" Giambelluca [Sat, 10 Jul 2010 17:41:30 +0000 (19:41 +0200)]
Using camelCase for function names in 'inc/lib_config.php'

PHP function names is case-insensitive so this change isn't
intrusive but improve readability of the code.

14 years agoFixed validation of /settings
Aldo "xoen" Giambelluca [Sat, 10 Jul 2010 03:43:41 +0000 (05:43 +0200)]
Fixed validation of /settings

In 'inc/templates/configform.php'
  * action attribute of form specified
  * put the hidden input in a div for validation

14 years agoMerge git://gitorious.org/~icewind/owncloud/icewinds-owncloud into merge
Robin Appelman [Fri, 9 Jul 2010 11:43:40 +0000 (13:43 +0200)]
Merge git://gitorious.org/~icewind/owncloud/icewinds-owncloud into merge

Conflicts:
inc/MDB2/Driver/Function/pgsql.php
inc/MDB2/Driver/Manager/mysql.php
inc/MDB2/Driver/Reverse/pgsql.php
inc/MDB2/Driver/mysql.php
inc/lib_base.php

14 years agofix line feeds
Robin Appelman [Fri, 9 Jul 2010 11:39:33 +0000 (13:39 +0200)]
fix line feeds

14 years agoMerge branch 'merge'
Robin Appelman [Thu, 8 Jul 2010 18:31:54 +0000 (20:31 +0200)]
Merge branch 'merge'

14 years agoMerge commit 'refs/merge-requests/23' of git://gitorious.org/owncloud/owncloud into...
Robin Appelman [Thu, 8 Jul 2010 18:31:02 +0000 (20:31 +0200)]
Merge commit 'refs/merge-requests/23' of git://gitorious.org/owncloud/owncloud into merge

14 years agoOnly connect to a remote ownCloud when we are actually using it
Robin Appelman [Wed, 7 Jul 2010 13:13:09 +0000 (15:13 +0200)]
Only connect to a remote ownCloud when we are actually using it

14 years agoInitial version of remote ownCloud access through filesystem abstraction
Robin Appelman [Wed, 7 Jul 2010 10:30:30 +0000 (12:30 +0200)]
Initial version of remote ownCloud access through filesystem abstraction

14 years agoFix custom database names
Robin Appelman [Tue, 6 Jul 2010 17:57:08 +0000 (19:57 +0200)]
Fix custom database names

14 years agoInitial work on transering files between servers
Robin Appelman [Tue, 6 Jul 2010 10:50:37 +0000 (12:50 +0200)]
Initial work on transering files between servers

14 years agofix table prefix not being set correctly to an empty string on first run when using...
Robin Appelman [Tue, 6 Jul 2010 08:37:11 +0000 (10:37 +0200)]
fix table prefix not being set correctly to an empty string on first run when using sqlite

14 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Robin Appelman [Tue, 6 Jul 2010 08:35:23 +0000 (10:35 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

Conflicts:
inc/lib_log.php

14 years agoFix page not refreshing after login
Robin Appelman [Tue, 6 Jul 2010 08:30:08 +0000 (10:30 +0200)]
Fix page not refreshing after login

14 years agoDo not use table perfix for sqlite
Robin Appelman [Mon, 5 Jul 2010 13:31:59 +0000 (15:31 +0200)]
Do not use table perfix for sqlite

14 years agoFix some database errors
Robin Appelman [Mon, 5 Jul 2010 11:39:53 +0000 (13:39 +0200)]
Fix some database errors

14 years agomerge
Robin Appelman [Mon, 5 Jul 2010 11:35:41 +0000 (13:35 +0200)]
merge

14 years agofix affected frows and free_result in OC_DB
Robin Appelman [Mon, 5 Jul 2010 11:31:32 +0000 (13:31 +0200)]
fix affected frows and free_result in OC_DB

14 years agoMerge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/owncloud into...
Robin Appelman [Mon, 5 Jul 2010 10:17:31 +0000 (12:17 +0200)]
Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/owncloud into merge

Conflicts:
inc/HTTP/WebDAV/Server/Filesystem.php
inc/lib_config.php
inc/lib_log.php
inc/lib_user.php
inc/templates/adminform.php

14 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Robin Appelman [Mon, 5 Jul 2010 09:44:33 +0000 (11:44 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

14 years agoFix some database problems, do not use the cache when creating users
Robin Appelman [Mon, 5 Jul 2010 09:37:50 +0000 (11:37 +0200)]
Fix some database problems, do not use the cache when creating users

14 years agomayor improvements in the handling of locks in webdav
Robin Appelman [Sun, 4 Jul 2010 22:39:38 +0000 (00:39 +0200)]
mayor improvements in the handling of locks in webdav

14 years agofix recursive copying of folders with webdav
Robin Appelman [Sun, 4 Jul 2010 16:08:35 +0000 (18:08 +0200)]
fix recursive copying of folders with webdav

14 years agofix wrong header sent as response when overwriting files in webdav
Robin Appelman [Sun, 4 Jul 2010 14:01:31 +0000 (16:01 +0200)]
fix wrong header sent as response when overwriting files in webdav

14 years agoAvoid creation of variables just to put the table names with prefix
Aldo "xoen" Giambelluca [Sun, 4 Jul 2010 09:32:39 +0000 (11:32 +0200)]
Avoid creation of variables just to put the table names with prefix

14 years agoUsing DB table prefix in 'inc/HTTP/WebDAV/Server/Filesyste.php'
Aldo "xoen" Giambelluca [Sun, 4 Jul 2010 08:36:50 +0000 (10:36 +0200)]
Using DB table prefix in 'inc/HTTP/WebDAV/Server/Filesyste.php'

14 years agofix silly mistake in previous commit
Robin Appelman [Sun, 4 Jul 2010 08:02:10 +0000 (10:02 +0200)]
fix silly mistake in previous commit

14 years agofix potential infinite loop
Robin Appelman [Sun, 4 Jul 2010 07:54:54 +0000 (09:54 +0200)]
fix potential infinite loop

14 years agoChanged table name from Log to log in 'inc/lib_log.php'
Aldo "xoen" Giambelluca [Sun, 4 Jul 2010 05:39:26 +0000 (07:39 +0200)]
Changed table name from Log to log in 'inc/lib_log.php'

14 years agoNow DB tables are created with the right name (using the prefix)
Aldo "xoen" Giambelluca [Sun, 4 Jul 2010 05:35:05 +0000 (07:35 +0200)]
Now DB tables are created with the right name (using the prefix)

14 years agoWrite DB table prefix into the configuration file
Aldo "xoen" Giambelluca [Sun, 4 Jul 2010 04:48:59 +0000 (06:48 +0200)]
Write DB table prefix into the configuration file