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

14 years agoclean the admin configuration form of db related entries and data_dirrectory (as...
Robin [Sat, 22 May 2010 21:34:48 +0000 (23:34 +0200)]
clean the admin configuration form of db related entries and data_dirrectory (as long as we don't move the data when that changes)

14 years agowhen not admin, only show logs of the current user
Robin [Sat, 22 May 2010 21:26:40 +0000 (23:26 +0200)]
when not admin, only show logs of the current user

14 years agouse MDB2's escape instead of mysql_escape
Robin [Sat, 22 May 2010 21:05:49 +0000 (23:05 +0200)]
use MDB2's escape instead of mysql_escape

14 years agoupdated docs
Robin [Sat, 22 May 2010 20:38:27 +0000 (22:38 +0200)]
updated docs

14 years agoremove old unused _can_excecute
Robin [Sat, 22 May 2010 20:26:25 +0000 (22:26 +0200)]
remove old unused _can_excecute

14 years agomerge
Robin [Sat, 22 May 2010 20:23:17 +0000 (22:23 +0200)]
merge

14 years agosmall webdav fixes
Robin [Sat, 22 May 2010 20:08:08 +0000 (22:08 +0200)]
small webdav fixes

14 years agofix when owncloud is installed in the root of a server
Robin [Fri, 21 May 2010 17:50:18 +0000 (19:50 +0200)]
fix when owncloud is installed in the root of a server

14 years agowebdav: fix getDir file attributes
Thibaut GRIDEL [Wed, 19 May 2010 22:41:25 +0000 (00:41 +0200)]
webdav: fix getDir file attributes

14 years agodrop PEAR::DB
Thibaut GRIDEL [Thu, 13 May 2010 09:30:54 +0000 (11:30 +0200)]
drop PEAR::DB

14 years agoremove backup file
Thibaut GRIDEL [Wed, 5 May 2010 23:12:13 +0000 (01:12 +0200)]
remove backup file

14 years agofix ocs path and queries
Thibaut GRIDEL [Sun, 16 May 2010 21:13:42 +0000 (23:13 +0200)]
fix ocs path and queries

14 years agocode duplication: use lib_filesystem.php instead
Thibaut GRIDEL [Sun, 16 May 2010 21:07:19 +0000 (23:07 +0200)]
code duplication: use lib_filesystem.php instead

14 years agolog read/write files
Thibaut GRIDEL [Mon, 3 May 2010 20:26:34 +0000 (22:26 +0200)]
log read/write files

14 years agofixes in log and ocs
Robin [Sat, 15 May 2010 20:29:14 +0000 (22:29 +0200)]
fixes in log and ocs

14 years agosmall fixes
Robin [Sat, 15 May 2010 18:23:43 +0000 (20:23 +0200)]
small fixes

14 years agoprovide layout for smaller screens on android/iphone
Robin [Fri, 14 May 2010 21:32:35 +0000 (23:32 +0200)]
provide layout for smaller screens on android/iphone