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

14 years agoAdded a input for the DB table prefix in 'inc/templates/adminform.php'
Aldo "xoen" Giambelluca [Sun, 4 Jul 2010 04:47:08 +0000 (06:47 +0200)]
Added a input for the DB table prefix in 'inc/templates/adminform.php'

14 years agoMade first run a valid XHTML document ;)
Aldo "xoen" Giambelluca [Sun, 4 Jul 2010 03:36:05 +0000 (05:36 +0200)]
Made first run a valid XHTML document ;)

 * form action specified
 * attribute checked of checkboxes was minimized (http://www.w3.org/TR/xhtml1/#h-4.5)

14 years agoUsing table prefix preference in 'inc/lib_user.php'
Aldo "xoen" Giambelluca [Sat, 3 Jul 2010 17:38:31 +0000 (19:38 +0200)]
Using table prefix preference in 'inc/lib_user.php'

14 years agoUsing table prefix preference in 'inc/lib_ocs.php'
Aldo "xoen" Giambelluca [Sat, 3 Jul 2010 17:12:51 +0000 (19:12 +0200)]
Using table prefix preference in 'inc/lib_ocs.php'

14 years agoUsing table prefix preference in 'inc/lib_log.php'
Aldo "xoen" Giambelluca [Sat, 3 Jul 2010 17:08:31 +0000 (19:08 +0200)]
Using table prefix preference in 'inc/lib_log.php'

14 years agoUsing table prefix preference and some reformatting
Aldo "xoen" Giambelluca [Sat, 3 Jul 2010 17:06:42 +0000 (19:06 +0200)]
Using table prefix preference and some reformatting

14 years agoAdded variable $CONFIG_DBTABLEPREFIX in configuration file for table prefix
Aldo "xoen" Giambelluca [Sat, 3 Jul 2010 16:59:56 +0000 (18:59 +0200)]
Added variable $CONFIG_DBTABLEPREFIX in configuration file for table prefix

Table prefix is useful where only one DB is possible (cheap hosting).
this way is possible define something like a "namespace"

default is 'oc_'

14 years agoFont size now respect user preferences
Aldo "xoen" Giambelluca [Wed, 30 Jun 2010 12:24:36 +0000 (14:24 +0200)]
Font size now respect user preferences

This is made using em unit instead of pt for font-size.
"New" sizes are relative to the font-size choosen by the user.

Changed 9pt in 0.95em, 8pt in 0.8em and 7pt in 0.7em, tested on Firefox. This should fix zoom in/out in IE.

14 years agoFixed some validation error in /settings
Aldo "xoen" Giambelluca [Tue, 29 Jun 2010 15:35:04 +0000 (17:35 +0200)]
Fixed some validation error in /settings

* Form action not specified
* An input field was not closed
* Made an input field child of a div

14 years agoSpecified character encoding
Aldo "xoen" Giambelluca [Tue, 29 Jun 2010 15:09:47 +0000 (17:09 +0200)]
Specified character encoding

Valitating produce a warning

14 years agoload all plugins
Sandro [Tue, 29 Jun 2010 12:53:54 +0000 (14:53 +0200)]
load all plugins

14 years agochange target directory for uploads when changing folders in web-frontend
Robin Appelman [Tue, 29 Jun 2010 02:00:01 +0000 (04:00 +0200)]
change target directory for uploads when changing folders in web-frontend

14 years agoshow users/group config
Sandro [Mon, 28 Jun 2010 16:39:03 +0000 (18:39 +0200)]
show users/group config

14 years agoload plugins
Sandro [Mon, 28 Jun 2010 16:38:06 +0000 (18:38 +0200)]
load plugins

14 years agofix webroot when using symlinks
Robin Appelman [Sun, 27 Jun 2010 16:09:59 +0000 (18:09 +0200)]
fix webroot when using symlinks

14 years agoright WEBROOT
Sandro [Sat, 26 Jun 2010 22:16:09 +0000 (00:16 +0200)]
right WEBROOT

14 years agofix users being to able to read files outside the datadir
Robin Appelman [Fri, 25 Jun 2010 11:24:27 +0000 (13:24 +0200)]
fix users being to able to read files outside the datadir

14 years agofix checkboxes in filebrowser in konqueror
Robin Appelman [Tue, 22 Jun 2010 14:13:45 +0000 (16:13 +0200)]
fix checkboxes in filebrowser in konqueror

14 years agoCache user and group id's to save some queries
Robin Appelman [Mon, 21 Jun 2010 23:27:44 +0000 (01:27 +0200)]
Cache user and group id's to save some queries

14 years agoInitial PostgreSQL support
Robin Appelman [Sun, 20 Jun 2010 15:58:39 +0000 (17:58 +0200)]
Initial PostgreSQL support

14 years agouse MDB2_Schema for the creation of the initial database
Robin Appelman [Fri, 18 Jun 2010 18:08:24 +0000 (20:08 +0200)]
use MDB2_Schema for the creation of the initial database

14 years agofix insertid in OC_DB
Robin Appelman [Fri, 11 Jun 2010 15:58:23 +0000 (17:58 +0200)]
fix insertid in OC_DB

14 years agofix loading of plugins
Robin Appelman [Fri, 11 Jun 2010 14:54:57 +0000 (16:54 +0200)]
fix loading of plugins

14 years agofix changing password when using sqlite
Robin Appelman [Thu, 10 Jun 2010 22:40:42 +0000 (00:40 +0200)]
fix changing password when using sqlite

14 years agoMerge commit 'refs/merge-requests/19' of git://gitorious.org/owncloud/owncloud
Robin Appelman [Wed, 9 Jun 2010 18:48:49 +0000 (20:48 +0200)]
Merge commit 'refs/merge-requests/19' of git://gitorious.org/owncloud/owncloud

14 years agochanged a single typo. 'to' --> 'too'.
Willi Ballenthin [Wed, 9 Jun 2010 17:24:57 +0000 (13:24 -0400)]
changed a single typo. 'to' --> 'too'.

14 years agoSet the footer version to RC1 v1.0RC1
Gaël Beaudoin [Wed, 9 Jun 2010 12:04:40 +0000 (14:04 +0200)]
Set the footer version to RC1

14 years agoimproved detection of WEBROOT
Robin Appelman [Mon, 7 Jun 2010 00:18:21 +0000 (02:18 +0200)]
improved detection of WEBROOT

14 years agoless options when using sqlite during first run
Robin Appelman [Sun, 6 Jun 2010 20:13:34 +0000 (22:13 +0200)]
less options when using sqlite during first run

14 years agodisable user managment for now
Robin Appelman [Sun, 6 Jun 2010 20:07:37 +0000 (22:07 +0200)]
disable user managment for now

14 years agobetter error messages if there are premission problems
Robin Appelman [Tue, 1 Jun 2010 11:59:04 +0000 (13:59 +0200)]
better error messages if there are premission problems

14 years agonotify the user if sqlite isn't installed during the first dialog
Robin Appelman [Tue, 1 Jun 2010 11:57:28 +0000 (13:57 +0200)]
notify the user if sqlite isn't installed during the first dialog

14 years agouse proper file mode when testing config file for write premissions
Robin [Mon, 24 May 2010 18:10:36 +0000 (20:10 +0200)]
use proper file mode when testing config file for write premissions

14 years agoonly check for a writeable config.php when attempting to change the config
Robin [Sat, 22 May 2010 22:18:37 +0000 (00:18 +0200)]
only check for a writeable config.php when attempting to change the config

14 years agoIgnore auto-generated config file
Thomas Zander [Sat, 22 May 2010 21:53:07 +0000 (23:53 +0200)]
Ignore auto-generated config file

14 years agoAdd a gitignore file for project
Thomas Zander [Sat, 22 May 2010 21:44:56 +0000 (23:44 +0200)]
Add a gitignore file for project

14 years agodo not give the 'can't write config file' error when the config file doesn't exsist
Robin [Sat, 22 May 2010 21:45:58 +0000 (23:45 +0200)]
do not give the 'can't write config file' error when the config file doesn't exsist

14 years agoremove config/config.php, this will make using git on the server easier since config...
Robin [Sat, 22 May 2010 21:43:06 +0000 (23:43 +0200)]
remove config/config.php, this will make using git on the server easier since config.php changes