]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agoFormat birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276.
Thomas Tanghus [Mon, 16 Jul 2012 21:36:11 +0000 (23:36 +0200)]
Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276.

12 years agoMerge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
Thomas Tanghus [Mon, 16 Jul 2012 19:22:07 +0000 (21:22 +0200)]
Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4

12 years agoCorrected javascript definition.
Thomas Tanghus [Mon, 16 Jul 2012 19:21:37 +0000 (21:21 +0200)]
Corrected javascript definition.

12 years agofix encoding fail in calendar app - bugfix for oc-1194
Georg Ehrke [Tue, 3 Jul 2012 11:55:48 +0000 (13:55 +0200)]
fix encoding fail in calendar app - bugfix for oc-1194

12 years agolatin1 => utf8. I thought I did this a month ago?
Thomas Tanghus [Sun, 15 Jul 2012 23:41:45 +0000 (01:41 +0200)]
latin1 => utf8. I thought I did this a month ago?

12 years agoupdate script to fix fscache
Bjoern Schiessle [Fri, 13 Jul 2012 13:17:36 +0000 (15:17 +0200)]
update script to fix fscache

12 years agoif the '/Shared' was the modified directory, than scan it.
Bjoern Schiessle [Fri, 13 Jul 2012 09:57:14 +0000 (11:57 +0200)]
if the '/Shared' was the modified directory, than scan it.

12 years agoRevert santizing toaddress, because PHPMailer now throws exceptions
Michael Gapczynski [Wed, 11 Jul 2012 20:02:43 +0000 (16:02 -0400)]
Revert santizing toaddress, because PHPMailer now throws exceptions

Conflicts:
apps/files_sharing/ajax/email.php

12 years agoFix log write() parameters in wrong order
Michael Gapczynski [Wed, 11 Jul 2012 19:41:59 +0000 (15:41 -0400)]
Fix log write() parameters in wrong order

12 years agoHandling exceptions
Lukas Reschke [Wed, 11 Jul 2012 19:52:51 +0000 (21:52 +0200)]
Handling exceptions

12 years agoCatch exceptions from PHPMailer
Michael Gapczynski [Wed, 11 Jul 2012 19:36:27 +0000 (15:36 -0400)]
Catch exceptions from PHPMailer

12 years agoSanitize toaddress for emailing private links
Michael Gapczynski [Wed, 11 Jul 2012 19:26:22 +0000 (15:26 -0400)]
Sanitize toaddress for emailing private links

Conflicts:
apps/files_sharing/ajax/email.php

12 years agoMove line counter so we only count lines towards the offset that are equal or above...
Michael Gapczynski [Fri, 6 Jul 2012 21:29:45 +0000 (17:29 -0400)]
Move line counter so we only count lines towards the offset that are equal or above the log level

12 years agoImprovements and bug fix for log reading, fixes bug oc-982
Michael Gapczynski [Fri, 6 Jul 2012 19:51:01 +0000 (15:51 -0400)]
Improvements and bug fix for log reading, fixes bug oc-982

12 years agoSanitizing file names
Lukas Reschke [Wed, 11 Jul 2012 17:14:04 +0000 (19:14 +0200)]
Sanitizing file names

12 years agouse readfile() instead iof fopen() for file download over webdav.
Bjoern Schiessle [Tue, 10 Jul 2012 14:41:20 +0000 (16:41 +0200)]
use readfile() instead iof fopen() for file download over webdav.
fopen() didn't work for large files on some servers while readfile()
seems to work for all files on all configurations.

12 years agowhen checking for updates in the filecache, explicitly state that we are querying...
Robin Appelman [Tue, 10 Jul 2012 12:42:15 +0000 (14:42 +0200)]
when checking for updates in the filecache, explicitly state that we are querying a folder

12 years agodont throw errors when opening a dir using fopen over the smb streamwrapper
Robin Appelman [Tue, 10 Jul 2012 12:40:25 +0000 (14:40 +0200)]
dont throw errors when opening a dir using fopen over the smb streamwrapper

12 years agofix statcache for filenames containing non-alphanumeric characters in smb streamwrapper
Robin Appelman [Sun, 17 Jun 2012 00:42:40 +0000 (02:42 +0200)]
fix statcache for filenames containing non-alphanumeric characters in smb streamwrapper

12 years agosuppress error when using is_dir on non directory in smb backend
Robin Appelman [Sun, 17 Jun 2012 01:09:49 +0000 (03:09 +0200)]
suppress error when using is_dir on non directory in smb backend

12 years agoimprove caching smb results a bit
Robin Appelman [Sun, 17 Jun 2012 00:59:38 +0000 (02:59 +0200)]
improve caching smb results a bit

12 years agoimprove filecache support for smb
Robin Appelman [Sun, 17 Jun 2012 00:54:23 +0000 (02:54 +0200)]
improve filecache support for smb

12 years agosplit share and root config for smb backend, also sanitize config a bit more
Robin Appelman [Thu, 7 Jun 2012 23:29:46 +0000 (01:29 +0200)]
split share and root config for smb backend, also sanitize config a bit more

12 years agoshare code between smb and ftp filestorage backends
Robin Appelman [Thu, 24 May 2012 17:39:14 +0000 (19:39 +0200)]
share code between smb and ftp filestorage backends

12 years agosmb filestorage backend
Robin Appelman [Thu, 24 May 2012 16:22:33 +0000 (18:22 +0200)]
smb filestorage backend

12 years agoMake it possible to import files using CR as eol.
Thomas Tanghus [Sun, 8 Jul 2012 16:28:55 +0000 (18:28 +0200)]
Make it possible to import files using CR as eol.

12 years agoSet the loading class on the property being changed, not on its container. Now on...
Thomas Tanghus [Sun, 8 Jul 2012 14:15:52 +0000 (16:15 +0200)]
Set the loading class on the property being changed, not on its container. Now on all the places relevant ;-)

12 years agoSet the loading class on the property being changed, not on its container.
Thomas Tanghus [Sun, 8 Jul 2012 14:10:12 +0000 (16:10 +0200)]
Set the loading class on the property being changed, not on its container.

12 years agoImprove checking for active addressbooks and creating default addressbook.
Thomas Tanghus [Sun, 8 Jul 2012 13:41:38 +0000 (15:41 +0200)]
Improve checking for active addressbooks and creating default addressbook.

12 years agoAdd missing requesttoken.
Thomas Tanghus [Sun, 8 Jul 2012 12:48:49 +0000 (14:48 +0200)]
Add missing requesttoken.

12 years agoMissing semi-colon.
Thomas Tanghus [Sun, 8 Jul 2012 12:42:33 +0000 (14:42 +0200)]
Missing semi-colon.

12 years agoFormat error response correctly.
Thomas Tanghus [Sun, 8 Jul 2012 12:31:40 +0000 (14:31 +0200)]
Format error response correctly.

12 years agoFix time formatting for minutes, prepend 0 if minutes is less than 10
Michael Gapczynski [Fri, 6 Jul 2012 20:38:54 +0000 (16:38 -0400)]
Fix time formatting for minutes, prepend 0 if minutes is less than 10

12 years agoHopefully fix for drag'n'drop import in oc-813.
Thomas Tanghus [Wed, 4 Jul 2012 22:25:38 +0000 (00:25 +0200)]
Hopefully fix for drag'n'drop import in oc-813.

12 years agoDisable expires header on thumbnail and photo.
Thomas Tanghus [Wed, 4 Jul 2012 13:32:41 +0000 (15:32 +0200)]
Disable expires header on thumbnail and photo.

12 years agoMoved action buttons down to the add field menu. Fixes oc-1155.
Thomas Tanghus [Wed, 4 Jul 2012 11:49:39 +0000 (13:49 +0200)]
Moved action buttons down to the add field menu. Fixes oc-1155.

12 years agoRemove the forced download§
Lukas Reschke [Mon, 2 Jul 2012 10:19:48 +0000 (12:19 +0200)]
Remove the forced download§

12 years agoRestoring stable4...
Lukas Reschke [Mon, 2 Jul 2012 08:47:45 +0000 (10:47 +0200)]
Restoring stable4...

12 years agoApplying the fix
Lukas Reschke [Mon, 2 Jul 2012 08:29:04 +0000 (10:29 +0200)]
Applying the fix

12 years agoWrong file - Sorry!
Lukas Reschke [Mon, 2 Jul 2012 08:28:11 +0000 (10:28 +0200)]
Wrong file - Sorry!

12 years agoMerge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4
Lukas Reschke [Mon, 2 Jul 2012 08:22:33 +0000 (10:22 +0200)]
Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4

12 years agoDon't display error messages
Lukas Reschke [Mon, 2 Jul 2012 08:21:38 +0000 (10:21 +0200)]
Don't display error messages

12 years agofix a small PHP fail
Georg Ehrke [Sun, 1 Jul 2012 19:50:53 +0000 (21:50 +0200)]
fix a small PHP fail

12 years agoDon't reload the page after sending private link to email address
Michael Gapczynski [Sun, 1 Jul 2012 15:53:29 +0000 (11:53 -0400)]
Don't reload the page after sending private link to email address

12 years agoPrevent duplicate group showing in multiselect that added the group
Michael Gapczynski [Fri, 29 Jun 2012 21:52:24 +0000 (17:52 -0400)]
Prevent duplicate group showing in multiselect that added the group

12 years agoPrevent adding a duplicate to a multiselect
Michael Gapczynski [Fri, 29 Jun 2012 20:44:08 +0000 (16:44 -0400)]
Prevent adding a duplicate to a multiselect

12 years agoAdd new group to other user's group select forms
Michael Gapczynski [Fri, 29 Jun 2012 20:29:58 +0000 (16:29 -0400)]
Add new group to other user's group select forms

12 years agoRevert "bugfix for #1098 (assigning a group to a user, the group appears incrementall...
Michael Gapczynski [Sun, 1 Jul 2012 15:31:01 +0000 (11:31 -0400)]
Revert "bugfix for #1098 (assigning a group to a user, the group appears incrementally many times the more you assign it)"

This reverts commit 265d7e50f55978a3bebfa077aa8552d5ea1b0c59.

12 years agoDisable mimesniffing
Lukas Reschke [Sun, 1 Jul 2012 11:45:20 +0000 (13:45 +0200)]
Disable mimesniffing

12 years agoFix setting custom quota size for users, bug fix for oc-1128
Michael Gapczynski [Fri, 29 Jun 2012 01:26:39 +0000 (21:26 -0400)]
Fix setting custom quota size for users, bug fix for oc-1128

12 years agoReturn login errors for PostgreSQL setup
Michael Gapczynski [Thu, 28 Jun 2012 00:23:42 +0000 (20:23 -0400)]
Return login errors for PostgreSQL setup

12 years agoDon't overwrite fake directory stream for Shared storage
Michael Gapczynski [Wed, 27 Jun 2012 16:07:42 +0000 (12:07 -0400)]
Don't overwrite fake directory stream for Shared storage

12 years agono reason to strip tags at this point
Bjoern Schiessle [Wed, 27 Jun 2012 13:56:14 +0000 (15:56 +0200)]
no reason to strip tags at this point

12 years agoenable highlighting of address in OSM.
Bjoern Schiessle [Wed, 27 Jun 2012 09:39:49 +0000 (11:39 +0200)]
enable highlighting of address in OSM.

12 years ago4.0.4 v4.0.4
Frank Karlitschek [Tue, 26 Jun 2012 19:51:32 +0000 (21:51 +0200)]
4.0.4

12 years agoadd OC_Calendar_Object::createUID()
Georg Ehrke [Tue, 26 Jun 2012 13:20:29 +0000 (15:20 +0200)]
add OC_Calendar_Object::createUID()

12 years agobugfix for #1098 (assigning a group to a user, the group appears incrementally many...
Bjoern Schiessle [Tue, 26 Jun 2012 10:51:32 +0000 (12:51 +0200)]
bugfix for #1098 (assigning a group to a user, the group appears incrementally many times the more you assign it)

12 years agotypo in js statement fixed
Bjoern Schiessle [Tue, 26 Jun 2012 08:35:19 +0000 (10:35 +0200)]
typo in js statement fixed

12 years agoLDAP: compare base trees case insensitively
Arthur Schiwon [Mon, 25 Jun 2012 18:53:31 +0000 (20:53 +0200)]
LDAP: compare base trees case insensitively

12 years agoMaybe fix out of memory..?
Thomas Tanghus [Mon, 25 Jun 2012 17:42:38 +0000 (19:42 +0200)]
Maybe fix out of memory..?

12 years agoIdiot proof dialog ;-)
Thomas Tanghus [Mon, 25 Jun 2012 17:33:51 +0000 (19:33 +0200)]
Idiot proof dialog ;-)

12 years agoTry to conserve some memory. Should fix oc-1106 for stable4.
Thomas Tanghus [Mon, 25 Jun 2012 15:16:34 +0000 (17:16 +0200)]
Try to conserve some memory. Should fix oc-1106 for stable4.

12 years agoMissing requesttoken.
Thomas Tanghus [Mon, 25 Jun 2012 15:15:33 +0000 (17:15 +0200)]
Missing requesttoken.

12 years agoMerge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
Thomas Tanghus [Mon, 25 Jun 2012 14:22:19 +0000 (16:22 +0200)]
Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4

12 years agoSelect which address book to add a contact to. Fixes oc-1071.
Thomas Tanghus [Mon, 25 Jun 2012 14:21:29 +0000 (16:21 +0200)]
Select which address book to add a contact to. Fixes oc-1071.

12 years agoLDAP: always sanitize DN and DN-containing attributes
Arthur Schiwon [Mon, 25 Jun 2012 11:16:35 +0000 (13:16 +0200)]
LDAP: always sanitize DN and DN-containing attributes

12 years agoxss vulnerability fixed
Bjoern Schiessle [Mon, 25 Jun 2012 10:38:11 +0000 (12:38 +0200)]
xss vulnerability fixed

12 years agoOnly delete existing thumbnails (bug #1100)
Bjoern Schiessle [Mon, 25 Jun 2012 08:11:06 +0000 (10:11 +0200)]
Only delete existing thumbnails (bug #1100)

12 years agoResolve scanning issue case comparison of songs
Brice Maron [Sun, 24 Jun 2012 15:58:51 +0000 (15:58 +0000)]
Resolve scanning issue case comparison of songs

12 years agoCorrect seq name in media songs fix oc-589
Brice Maron [Sun, 24 Jun 2012 15:11:58 +0000 (15:11 +0000)]
Correct seq name in media songs fix oc-589

12 years ago4.0.3a
Frank Karlitschek [Sun, 24 Jun 2012 09:38:54 +0000 (11:38 +0200)]
4.0.3a
Two important fixes after 4.0.3

12 years agoanother fix for oc-1044
Georg Ehrke [Sun, 24 Jun 2012 07:41:37 +0000 (09:41 +0200)]
another fix for oc-1044

12 years agofix 'files' entries showing up in Files before the users files are scanned properly
Robin Appelman [Sat, 23 Jun 2012 21:42:54 +0000 (23:42 +0200)]
fix 'files' entries showing up in Files before the users files are scanned properly

12 years agofix duplicates showing up in the filecache
Robin Appelman [Sat, 23 Jun 2012 21:32:44 +0000 (23:32 +0200)]
fix duplicates showing up in the filecache

12 years agoText editor: Waste less space for line numbers
Tom Needham [Sat, 23 Jun 2012 14:42:37 +0000 (14:42 +0000)]
Text editor: Waste less space for line numbers

12 years agowork with non existing apps directory. thanks toAntonio for the hint
Frank Karlitschek [Sat, 23 Jun 2012 14:20:31 +0000 (16:20 +0200)]
work with non existing apps directory. thanks toAntonio for the hint

12 years agoText Editor: fix editor positioning v4.0.3
Tom Needham [Fri, 22 Jun 2012 15:00:54 +0000 (15:00 +0000)]
Text Editor: fix editor positioning

12 years agoFix initialization of OC_Filesystem setup from DAV
Bart Visscher [Fri, 22 Jun 2012 15:16:34 +0000 (17:16 +0200)]
Fix initialization of OC_Filesystem setup from DAV

12 years agolog messages are looking nicer if they are not escaped. (xss prevention happens on...
Bjoern Schiessle [Fri, 22 Jun 2012 14:53:45 +0000 (16:53 +0200)]
log messages are looking nicer if they are not escaped. (xss prevention happens on another place)

12 years agouse sanitizeHTML() function
Bjoern Schiessle [Fri, 22 Jun 2012 11:58:15 +0000 (13:58 +0200)]
use sanitizeHTML() function

Conflicts:

apps/gallery/lib/tiles.php

12 years agoremove unnecessary closing PHP tag
Arthur Schiwon [Fri, 22 Jun 2012 10:49:56 +0000 (12:49 +0200)]
remove unnecessary closing PHP tag

12 years agoLDAP: cheaper userExists() implementation
Arthur Schiwon [Fri, 22 Jun 2012 10:42:07 +0000 (12:42 +0200)]
LDAP: cheaper userExists() implementation

12 years agodate don't change correctly in the view list (bug #973) fixed
Bjoern Schiessle [Fri, 22 Jun 2012 09:30:40 +0000 (11:30 +0200)]
date don't change correctly in the view list (bug #973) fixed

12 years agoCorrect File cache error with postgresql
Brice Maron [Fri, 22 Jun 2012 08:46:49 +0000 (10:46 +0200)]
Correct File cache error with postgresql

12 years ago4.0.3
Frank Karlitschek [Fri, 22 Jun 2012 07:25:41 +0000 (09:25 +0200)]
4.0.3

12 years agoOnly search for VEVENTs.
Thomas Tanghus [Thu, 21 Jun 2012 18:51:23 +0000 (20:51 +0200)]
Only search for VEVENTs.

12 years agoTasks: Add delete action
Bart Visscher [Thu, 21 Jun 2012 16:21:38 +0000 (18:21 +0200)]
Tasks: Add delete action

12 years agoTasks: Use list label for ordering by list
Bart Visscher [Thu, 21 Jun 2012 16:21:15 +0000 (18:21 +0200)]
Tasks: Use list label for ordering by list

12 years agoTasks: Fix position of the summary input
Bart Visscher [Thu, 21 Jun 2012 16:20:25 +0000 (18:20 +0200)]
Tasks: Fix position of the summary input

12 years agoPrefer requested app before redirecting to default page
Bart Visscher [Wed, 20 Jun 2012 15:10:17 +0000 (17:10 +0200)]
Prefer requested app before redirecting to default page

12 years agoRemember result of OC_User::isLoggedIn, can be very expensive to check
Bart Visscher [Tue, 19 Jun 2012 15:54:19 +0000 (17:54 +0200)]
Remember result of OC_User::isLoggedIn, can be very expensive to check

12 years agoOnly check for apps owncloud version requirment when there is a new owncloud version
Bart Visscher [Sat, 16 Jun 2012 18:50:52 +0000 (20:50 +0200)]
Only check for apps owncloud version requirment when there is a new owncloud version

12 years agodont change the encryption key during the test case
Robin Appelman [Thu, 21 Jun 2012 16:53:10 +0000 (18:53 +0200)]
dont change the encryption key during the test case

12 years agoonly use 1 fsview when initializing encryption
Robin Appelman [Thu, 21 Jun 2012 16:35:12 +0000 (18:35 +0200)]
only use 1 fsview when initializing encryption

12 years agofix saved file size for uploaded files
Robin Appelman [Thu, 21 Jun 2012 16:07:56 +0000 (18:07 +0200)]
fix saved file size for uploaded files

12 years agotruncate decrypted files based on size
Robin Appelman [Thu, 21 Jun 2012 15:37:53 +0000 (17:37 +0200)]
truncate decrypted files based on size

12 years agofix calendar
Georg Ehrke [Thu, 21 Jun 2012 14:23:13 +0000 (16:23 +0200)]
fix calendar

12 years agofix a PHP Notice
Georg Ehrke [Thu, 21 Jun 2012 13:19:49 +0000 (15:19 +0200)]
fix a PHP Notice

12 years agocheck if the data directory is accessible via http. Show a big security warning if yes
Frank Karlitschek [Thu, 21 Jun 2012 12:18:43 +0000 (14:18 +0200)]
check if the data directory is accessible via http. Show a big security warning if yes

12 years agocheck if user is allowed to edit bookmarks
Bjoern Schiessle [Thu, 21 Jun 2012 09:50:51 +0000 (11:50 +0200)]
check if user is allowed to edit bookmarks