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

14 years agoimporovement in mimetype detection
Robin [Wed, 12 May 2010 00:02:58 +0000 (02:02 +0200)]
imporovement in mimetype detection

14 years agowebdav fixes
Robin [Tue, 11 May 2010 18:35:29 +0000 (20:35 +0200)]
webdav fixes

14 years agomerge
Robin [Mon, 10 May 2010 14:55:30 +0000 (16:55 +0200)]
merge

14 years agomore checks on server enviroment and some bugfixes in admin and firstrun dialog
Robin [Sun, 9 May 2010 14:33:16 +0000 (16:33 +0200)]
more checks on server enviroment and some bugfixes in admin and firstrun dialog

14 years agoprovide option for automatic backup
Robin [Sat, 8 May 2010 19:32:20 +0000 (21:32 +0200)]
provide option for automatic backup

14 years agouse an abstraction for file system functions to allow premisions and multiply storage...
Robin [Fri, 7 May 2010 20:50:59 +0000 (22:50 +0200)]
use an abstraction for file system functions to allow premisions and multiply storage backends

14 years agoport OC_DB to MDB2
Robin [Tue, 4 May 2010 01:21:57 +0000 (03:21 +0200)]
port OC_DB to MDB2

14 years agosome more includes
Thibaut GRIDEL [Sun, 2 May 2010 20:33:36 +0000 (22:33 +0200)]
some more includes

14 years agogive a chance to configure CONFIG_DATADIRECTORY
Thibaut GRIDEL [Sun, 2 May 2010 20:01:53 +0000 (22:01 +0200)]
give a chance to configure CONFIG_DATADIRECTORY

14 years agoinitial work on making connections between seperate owncloud installations possible
Robin [Sun, 2 May 2010 16:07:36 +0000 (18:07 +0200)]
initial work on making connections between seperate owncloud installations possible

14 years agofix bug in webdav
Robin [Sun, 2 May 2010 14:21:30 +0000 (16:21 +0200)]
fix bug in webdav

14 years agofix first run dialog in konqueror
Robin [Sun, 2 May 2010 12:39:58 +0000 (14:39 +0200)]
fix first run dialog in konqueror

14 years agofix webdav when not using the default data directory
Robin [Sun, 2 May 2010 12:04:08 +0000 (14:04 +0200)]
fix webdav when not using the default data directory

14 years agomerge
Robin [Sun, 2 May 2010 11:24:39 +0000 (13:24 +0200)]
merge

14 years agosimple fixes
Thibaut GRIDEL [Sun, 2 May 2010 09:24:46 +0000 (11:24 +0200)]
simple fixes

14 years agowebdav fixes
Robin [Sat, 1 May 2010 23:11:16 +0000 (01:11 +0200)]
webdav fixes

14 years agofix layout bug in first run wizard
Robin [Sat, 1 May 2010 21:57:35 +0000 (23:57 +0200)]
fix layout bug in first run wizard

14 years agoMore bug fixes, mostly IE related
Robin Appelman [Sat, 1 May 2010 21:09:36 +0000 (23:09 +0200)]
More bug fixes, mostly IE related

14 years agofix renaming files in IE
Robin Appelman [Sat, 1 May 2010 20:35:18 +0000 (22:35 +0200)]
fix renaming files in IE

14 years agowebdav: fix icewind's new Filesystem.php version
Thibaut GRIDEL [Sat, 1 May 2010 10:02:03 +0000 (12:02 +0200)]
webdav: fix icewind's new Filesystem.php version

14 years agowebdav: remove merge copy
Thibaut GRIDEL [Sat, 1 May 2010 08:04:35 +0000 (10:04 +0200)]
webdav: remove merge copy

14 years agoFix a few things in IE
Robin Appelman [Fri, 30 Apr 2010 14:49:09 +0000 (16:49 +0200)]
Fix a few things in IE

14 years agofix bug on windows hosts where serverroor uses \ in the path and documentroot uses /
Robin Appelman [Fri, 30 Apr 2010 13:32:22 +0000 (15:32 +0200)]
fix bug on windows hosts where serverroor uses \ in the path and documentroot uses /

14 years agofix problem caused by wrong merging
Robin [Wed, 28 Apr 2010 19:51:54 +0000 (21:51 +0200)]
fix problem caused by wrong merging

14 years agoclear default config
Robin [Wed, 28 Apr 2010 11:59:01 +0000 (13:59 +0200)]
clear default config

14 years agofix determing the user specific data directory when the data directory is not the...
Robin [Wed, 28 Apr 2010 10:23:19 +0000 (12:23 +0200)]
fix determing the user specific data directory when the data directory is not the default one

14 years agomerge
Robin [Wed, 28 Apr 2010 10:15:52 +0000 (12:15 +0200)]
merge

14 years agofix merge conflicts
Robin [Wed, 28 Apr 2010 10:01:05 +0000 (12:01 +0200)]
fix merge conflicts

14 years agobug fix in mimetype detect code
Robin [Sun, 25 Apr 2010 16:27:02 +0000 (18:27 +0200)]
bug fix in mimetype detect code

14 years agobugfix when filling the database in first run dialog
Robin [Sun, 25 Apr 2010 16:18:04 +0000 (18:18 +0200)]
bugfix when filling the database in first run dialog

14 years agosmall bugfix when creatring new files/folders
Robin [Sun, 25 Apr 2010 13:18:00 +0000 (15:18 +0200)]
small bugfix when creatring new files/folders

14 years agobug fix when starting multiply uploads while the old ones arent finsihed, detect...
Robin [Sun, 25 Apr 2010 13:04:13 +0000 (15:04 +0200)]
bug fix when starting multiply uploads while the old ones arent finsihed, detect file actions on mimetype not on extention

14 years agosome cleanup/refactoring
Robin [Sun, 25 Apr 2010 12:21:04 +0000 (14:21 +0200)]
some cleanup/refactoring

14 years agoport webdav authentication to the multiuser system
Robin [Sat, 24 Apr 2010 11:08:18 +0000 (13:08 +0200)]
port webdav authentication to the multiuser system

14 years agofix broken requires in webdav
Robin [Sat, 24 Apr 2010 11:05:13 +0000 (13:05 +0200)]
fix broken requires in webdav

14 years agoremove dependency on set_include_path because not all hosts support it
Robin [Sat, 24 Apr 2010 10:40:20 +0000 (12:40 +0200)]
remove dependency on set_include_path because not all hosts support it

14 years agobug fix first run wizzard take 3
Robin [Fri, 23 Apr 2010 16:27:36 +0000 (18:27 +0200)]
bug fix first run wizzard take 3

14 years agobug fix first run wizzard take 2
Robin [Thu, 22 Apr 2010 22:21:59 +0000 (00:21 +0200)]
bug fix first run wizzard take 2

14 years agobug fix first run wizzard
Robin [Thu, 22 Apr 2010 22:16:20 +0000 (00:16 +0200)]
bug fix first run wizzard

14 years agochange the config system to support multi user
Robin [Thu, 22 Apr 2010 22:05:04 +0000 (00:05 +0200)]
change the config system to support multi user

14 years agoadmins can now create new users
Robin [Thu, 22 Apr 2010 18:08:38 +0000 (20:08 +0200)]
admins can now create new users

14 years ago(very) early multiuser support
Robin [Thu, 22 Apr 2010 17:03:54 +0000 (19:03 +0200)]
(very) early multiuser support

14 years agoUpdate to the svn version of "HTTP WebDAV server" (integration to owncloud was made...
root [Wed, 21 Apr 2010 10:04:22 +0000 (12:04 +0200)]
Update to the svn version of "HTTP WebDAV server" (integration to owncloud was made with alimited knowledge, so it may be ugly).Anyway it improves a lot the score on litmus testsuite on my server.

14 years agosmall cleaning
root [Wed, 21 Apr 2010 06:15:08 +0000 (08:15 +0200)]
small cleaning

14 years agotrial commit
root [Wed, 21 Apr 2010 02:17:24 +0000 (04:17 +0200)]
trial commit

14 years agocreate data directory if it doesn't exist
Robin [Tue, 20 Apr 2010 22:25:34 +0000 (00:25 +0200)]
create data directory if it doesn't exist

14 years agocss fixes
Robin [Tue, 20 Apr 2010 15:36:38 +0000 (17:36 +0200)]
css fixes

14 years agosame fixes, this time hopefully without merge conflict
Robin [Mon, 19 Apr 2010 17:46:42 +0000 (19:46 +0200)]
same fixes, this time hopefully without merge conflict

14 years agoFixed css for Firefox
Aditya Patawari [Sat, 17 Apr 2010 20:09:47 +0000 (01:39 +0530)]
Fixed css for Firefox

14 years agoadd Open Collaboration API support. You can now connect your ownCloud with the KDE...
Frank Karlitschek [Wed, 14 Apr 2010 14:58:52 +0000 (16:58 +0200)]
add Open Collaboration API support. You can now connect your ownCloud with the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5

14 years agoMerge commit 'refs/merge-requests/18' of git://gitorious.org/owncloud/owncloud
Frank Karlitschek [Mon, 12 Apr 2010 13:50:39 +0000 (15:50 +0200)]
Merge commit 'refs/merge-requests/18' of git://gitorious.org/owncloud/owncloud

merge

Conflicts:
index.php

14 years agosmall visual changes
Robin [Mon, 12 Apr 2010 12:49:10 +0000 (14:49 +0200)]
small visual changes

14 years agovisual changes
Robin [Mon, 12 Apr 2010 12:31:22 +0000 (14:31 +0200)]
visual changes

14 years agovisual changes WIP
Robin [Sun, 11 Apr 2010 20:49:24 +0000 (22:49 +0200)]
visual changes WIP

14 years agoMerge commit 'refs/merge-requests/17' of git://gitorious.org/owncloud/owncloud
Frank Karlitschek [Fri, 9 Apr 2010 08:53:10 +0000 (10:53 +0200)]
Merge commit 'refs/merge-requests/17' of git://gitorious.org/owncloud/owncloud

14 years agosome more cleanup
Robin [Thu, 8 Apr 2010 21:59:19 +0000 (23:59 +0200)]
some more cleanup

14 years agofixed automatic creation/filling of mysql databases
Robin [Thu, 8 Apr 2010 12:49:48 +0000 (14:49 +0200)]
fixed automatic creation/filling of mysql databases

14 years agoMerge commit 'refs/merge-requests/16' of git://gitorious.org/owncloud/owncloud
Frank Karlitschek [Tue, 6 Apr 2010 13:18:04 +0000 (15:18 +0200)]
Merge commit 'refs/merge-requests/16' of git://gitorious.org/owncloud/owncloud

14 years agosome cleanup in ajax fronted, give error message before starting an upload that is...
Robin [Sun, 4 Apr 2010 14:50:04 +0000 (16:50 +0200)]
some cleanup in ajax fronted, give error message before starting an upload that is to big