]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agoContacts: Removed temp dir cleanup after using OC_Cache.
Thomas Tanghus [Tue, 5 Jun 2012 21:58:46 +0000 (23:58 +0200)]
Contacts: Removed temp dir cleanup after using OC_Cache.

12 years agoupdate translations
Robin Appelman [Tue, 5 Jun 2012 22:29:28 +0000 (00:29 +0200)]
update translations

12 years agodont show config option for file upload size if we cant write the new value
Robin Appelman [Tue, 5 Jun 2012 22:24:15 +0000 (00:24 +0200)]
dont show config option for file upload size if we cant write the new value

12 years agoupdate l10n script to better read js files
Robin Appelman [Tue, 5 Jun 2012 22:11:45 +0000 (00:11 +0200)]
update l10n script to better read js files

12 years agoprevent creating files with a / the name
Robin Appelman [Tue, 5 Jun 2012 22:02:13 +0000 (00:02 +0200)]
prevent creating files with a / the name

12 years agoSupress any warnings if log file does not exist
Michael Gapczynski [Tue, 5 Jun 2012 21:44:07 +0000 (17:44 -0400)]
Supress any warnings if log file does not exist

12 years agoAdd OC_Cache implementation for APC
Bart Visscher [Tue, 5 Jun 2012 21:19:28 +0000 (23:19 +0200)]
Add OC_Cache implementation for APC

12 years agoSkip test for XCache when the module is not there
Bart Visscher [Tue, 5 Jun 2012 21:10:51 +0000 (23:10 +0200)]
Skip test for XCache when the module is not there

12 years agoOC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache clean
Bart Visscher [Tue, 5 Jun 2012 21:09:49 +0000 (23:09 +0200)]
OC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache clean

12 years agoSpelling fixes in XCache files
Bart Visscher [Tue, 5 Jun 2012 19:11:18 +0000 (21:11 +0200)]
Spelling fixes in XCache files

12 years agoUse UID for cache key.
Thomas Tanghus [Tue, 5 Jun 2012 19:19:46 +0000 (21:19 +0200)]
Use UID for cache key.

12 years agoadd TTL tests for OC_Cache
Robin Appelman [Tue, 5 Jun 2012 18:59:52 +0000 (20:59 +0200)]
add TTL tests for OC_Cache

12 years agoadd hasKey for XCache backend
Robin Appelman [Tue, 5 Jun 2012 18:54:07 +0000 (20:54 +0200)]
add hasKey for XCache backend

12 years agoContacts: Use OC_Cache for contact photo handling instead of temp dir.
Thomas Tanghus [Tue, 5 Jun 2012 18:30:22 +0000 (20:30 +0200)]
Contacts: Use OC_Cache for contact photo handling instead of temp dir.

12 years agoAdded hasKey() method to OC_Cache.
Thomas Tanghus [Tue, 5 Jun 2012 18:21:06 +0000 (20:21 +0200)]
Added hasKey() method to OC_Cache.

12 years agoAdded data() method to OC_Image to return raw image data.
Thomas Tanghus [Tue, 5 Jun 2012 18:19:27 +0000 (20:19 +0200)]
Added data() method to OC_Image to return raw image data.

12 years agoadd XCache backend and testcases for OC_Cache
Robin Appelman [Tue, 5 Jun 2012 17:58:30 +0000 (19:58 +0200)]
add XCache backend and testcases for OC_Cache

12 years agoadd OC_Cache::clear
Robin Appelman [Tue, 5 Jun 2012 17:57:49 +0000 (19:57 +0200)]
add OC_Cache::clear

12 years agoreturn null when a cache variable is not set
Robin Appelman [Tue, 5 Jun 2012 17:33:15 +0000 (19:33 +0200)]
return null when a cache variable is not set

12 years agoadd unique instance id
Robin Appelman [Tue, 5 Jun 2012 17:32:48 +0000 (19:32 +0200)]
add unique instance id

12 years agoFix remap dir for CSS minimizer
Bart Visscher [Tue, 5 Jun 2012 16:09:32 +0000 (18:09 +0200)]
Fix remap dir for CSS minimizer

12 years agoMake check for writable apps dir configurable
Bart Visscher [Tue, 5 Jun 2012 15:51:41 +0000 (17:51 +0200)]
Make check for writable apps dir configurable

12 years agoMove setting remote_core.* to after setup of OC, also check if it is not set yet
Bart Visscher [Tue, 5 Jun 2012 15:45:09 +0000 (17:45 +0200)]
Move setting remote_core.* to after setup of OC, also check if it is not set yet

12 years agoshow pictures in folder with special characters, e.g. '+'
Bjoern Schiessle [Tue, 5 Jun 2012 14:36:05 +0000 (16:36 +0200)]
show pictures in folder with special characters, e.g. '+'

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Bjoern Schiessle [Tue, 5 Jun 2012 13:29:59 +0000 (15:29 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Frank Karlitschek [Tue, 5 Jun 2012 13:26:51 +0000 (15:26 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agofix login for hosts running on port 80
Frank Karlitschek [Tue, 5 Jun 2012 13:26:31 +0000 (15:26 +0200)]
fix login for hosts running on port 80

12 years agoPer user quota didn't show in FF (and possibly IE) http://forum.owncloud.org/viewtopi...
Thomas Tanghus [Tue, 5 Jun 2012 12:16:26 +0000 (14:16 +0200)]
Per user quota didn't show in FF (and possibly IE) http://forum.owncloud.org/viewtopic.php?f=4&t=2716&p=5373#p5324.

12 years agomake groups not static, fixes oc-919
Arthur Schiwon [Tue, 5 Jun 2012 12:02:00 +0000 (14:02 +0200)]
make groups not static, fixes oc-919

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Frank Karlitschek [Tue, 5 Jun 2012 10:52:44 +0000 (12:52 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agomore reliable host detection for reverse proxy servers
Frank Karlitschek [Tue, 5 Jun 2012 10:52:23 +0000 (12:52 +0200)]
more reliable host detection for reverse proxy servers

12 years agowrite a warning to the log file if .htaccess is not writable instead of failing silently
Bjoern Schiessle [Tue, 5 Jun 2012 09:50:21 +0000 (11:50 +0200)]
write a warning to the log file if .htaccess is not writable instead of failing silently

12 years agoxss vulnerability fixed
Bjoern Schiessle [Tue, 5 Jun 2012 08:46:28 +0000 (10:46 +0200)]
xss vulnerability fixed

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Bjoern Schiessle [Tue, 5 Jun 2012 08:38:42 +0000 (10:38 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoxss vulnerability fixed
Bjoern Schiessle [Tue, 5 Jun 2012 08:37:22 +0000 (10:37 +0200)]
xss vulnerability fixed

12 years agoContacts: Cache standard photo less aggressively
Thomas Tanghus [Tue, 5 Jun 2012 08:32:12 +0000 (10:32 +0200)]
Contacts: Cache standard photo less aggressively

12 years agocomment out non working code
Frank Karlitschek [Tue, 5 Jun 2012 07:28:51 +0000 (09:28 +0200)]
comment out non working code

12 years agoLoad apps before minimizing the core css and js
Bart Visscher [Mon, 4 Jun 2012 21:17:50 +0000 (23:17 +0200)]
Load apps before minimizing the core css and js

12 years agoTasks: styling fixes
Bart Visscher [Mon, 4 Jun 2012 21:04:22 +0000 (23:04 +0200)]
Tasks: styling fixes

12 years agoMerge branch 'unstable'
Bart Visscher [Mon, 4 Jun 2012 21:02:05 +0000 (23:02 +0200)]
Merge branch 'unstable'

Conflicts:
apps/files_external/tests/config.php
apps/files_versions/ajax/getVersions.php
apps/files_versions/appinfo/app.php
apps/files_versions/history.php
apps/files_versions/js/versions.js
apps/files_versions/templates/history.php
apps/files_versions/versions.php
lib/base.php

12 years agoFix newline in code
Bart Visscher [Mon, 4 Jun 2012 20:24:13 +0000 (22:24 +0200)]
Fix newline in code

12 years agoCalendar & Contacts: Store import progress in OC_Cache
Bart Visscher [Mon, 4 Jun 2012 15:42:59 +0000 (17:42 +0200)]
Calendar & Contacts: Store import progress in OC_Cache

Convert calendar and contacts import to use a caching system
for storing the import progress percentage. OC_Cache can later
be made smarter about storing values.

12 years agoload authentication apps before checking wether user exists. fixes oc-910
Arthur Schiwon [Mon, 4 Jun 2012 19:31:35 +0000 (21:31 +0200)]
load authentication apps before checking wether user exists. fixes oc-910

12 years agomake it possible to load apps seperately. needed to fix oc-910 without breaking oc-863
Arthur Schiwon [Mon, 4 Jun 2012 19:40:18 +0000 (21:40 +0200)]
make it possible to load apps seperately. needed to fix oc-910 without breaking oc-863

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Tom Needham [Mon, 4 Jun 2012 18:43:22 +0000 (18:43 +0000)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoValidate email on save
Tom Needham [Mon, 4 Jun 2012 18:42:25 +0000 (18:42 +0000)]
Validate email on save

12 years agoHide app page link for internal apps, fixes bug oc-913
Michael Gapczynski [Mon, 4 Jun 2012 18:26:03 +0000 (14:26 -0400)]
Hide app page link for internal apps, fixes bug oc-913

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Bjoern Schiessle [Mon, 4 Jun 2012 16:04:29 +0000 (18:04 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agodon't allow user to delete Shared dir via webdav and sync client (bug #774)
Bjoern Schiessle [Mon, 4 Jun 2012 16:03:16 +0000 (18:03 +0200)]
don't allow user to delete Shared dir via webdav and sync client (bug #774)

12 years agoupdate file paths in filecache when the parent is renamed
Robin Appelman [Mon, 4 Jun 2012 15:59:21 +0000 (17:59 +0200)]
update file paths in filecache when the parent is renamed

12 years agoprevent xss attacks by manipulating image file names
Bjoern Schiessle [Mon, 4 Jun 2012 14:22:25 +0000 (16:22 +0200)]
prevent xss attacks by manipulating image file names

12 years agoprevent xss attacks by manipulating text file names
Bjoern Schiessle [Mon, 4 Jun 2012 14:20:03 +0000 (16:20 +0200)]
prevent xss attacks by manipulating text file names

12 years agoContacts: Make tmp file cleaup a bit safer.
Thomas Tanghus [Mon, 4 Jun 2012 11:38:11 +0000 (13:38 +0200)]
Contacts: Make tmp file cleaup a bit safer.

12 years agocommited a bit too much before
Arthur Schiwon [Mon, 4 Jun 2012 11:27:55 +0000 (13:27 +0200)]
commited a bit too much before

12 years agoContacts: When editing photo on a newly created contact the name in the contact list...
Thomas Tanghus [Mon, 4 Jun 2012 10:56:48 +0000 (12:56 +0200)]
Contacts: When editing photo on a newly created contact the name in the contact list was cleared.

12 years agoContacts: Temporary files weren't deleted if crop window was closed without saving.
Thomas Tanghus [Mon, 4 Jun 2012 10:52:04 +0000 (12:52 +0200)]
Contacts: Temporary files weren't deleted if crop window was closed without saving.

12 years agoLDAP: link to documentation on settings page
Arthur Schiwon [Mon, 4 Jun 2012 11:04:18 +0000 (13:04 +0200)]
LDAP: link to documentation on settings page

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Frank Karlitschek [Mon, 4 Jun 2012 10:46:22 +0000 (12:46 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoadd deprecated warning
Frank Karlitschek [Mon, 4 Jun 2012 10:45:45 +0000 (12:45 +0200)]
add deprecated warning

12 years agono move (rename) operation for "Shared" directory
Bjoern Schiessle [Mon, 4 Jun 2012 09:04:05 +0000 (11:04 +0200)]
no move (rename) operation for "Shared" directory

12 years agoDon't allow user to delete, rename and re-share the "Shared" directory
Bjoern Schiessle [Mon, 4 Jun 2012 08:42:09 +0000 (10:42 +0200)]
Don't allow user to delete, rename and re-share the "Shared" directory

12 years agolink to apps.owncloud.com
Frank Karlitschek [Sun, 3 Jun 2012 21:48:59 +0000 (23:48 +0200)]
link to apps.owncloud.com
thanks to guillaume for the patch

12 years agohttp user backend
Robin Appelman [Sun, 3 Jun 2012 00:50:34 +0000 (02:50 +0200)]
http user backend

12 years agoVerify user exists when checking if logged in, fix for bug oc-863
Michael Gapczynski [Sun, 3 Jun 2012 00:06:52 +0000 (20:06 -0400)]
Verify user exists when checking if logged in, fix for bug oc-863

12 years agoFix typo in log message
Michael Gapczynski [Fri, 1 Jun 2012 19:15:05 +0000 (15:15 -0400)]
Fix typo in log message

12 years agoImprove efficiency of retrieving log file entries
Michael Gapczynski [Fri, 1 Jun 2012 18:38:25 +0000 (14:38 -0400)]
Improve efficiency of retrieving log file entries

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Sam Tuke [Fri, 1 Jun 2012 18:01:00 +0000 (19:01 +0100)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoadd a check for pdo
Frank Karlitschek [Fri, 1 Jun 2012 18:00:33 +0000 (20:00 +0200)]
add a check for pdo

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Sam Tuke [Fri, 1 Jun 2012 18:00:28 +0000 (19:00 +0100)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoAdded class comment block
Sam Tuke [Fri, 1 Jun 2012 17:59:57 +0000 (18:59 +0100)]
Added class comment block

12 years agocheck if apps folder is writable
Frank Karlitschek [Fri, 1 Jun 2012 17:54:07 +0000 (19:54 +0200)]
check if apps folder is writable

12 years agoMinor change to comment
Sam Tuke [Fri, 1 Jun 2012 15:46:18 +0000 (16:46 +0100)]
Minor change to comment

12 years agoExtended class comment
Sam Tuke [Fri, 1 Jun 2012 15:34:09 +0000 (16:34 +0100)]
Extended class comment

12 years agoprevend a division by zero problem
Frank Karlitschek [Fri, 1 Jun 2012 14:48:42 +0000 (16:48 +0200)]
prevend a division by zero problem

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Frank Karlitschek [Fri, 1 Jun 2012 14:35:14 +0000 (16:35 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agofix propper error reporting
Frank Karlitschek [Fri, 1 Jun 2012 14:30:47 +0000 (16:30 +0200)]
fix propper error reporting

12 years agoLDAP group backend: Set configured true when it is... fixe oc-887
Arthur Schiwon [Fri, 1 Jun 2012 14:02:04 +0000 (16:02 +0200)]
LDAP group backend: Set configured true when it is... fixe oc-887

12 years agosort users and groups. fixes oc-779
Frank Karlitschek [Fri, 1 Jun 2012 12:18:14 +0000 (14:18 +0200)]
sort users and groups.  fixes oc-779

12 years agoLDAP group backend: If a group filter is not configured, do not do anything. Fixes...
Arthur Schiwon [Fri, 1 Jun 2012 11:49:11 +0000 (13:49 +0200)]
LDAP group backend: If a group filter is not configured, do not do anything. Fixes oc-867

12 years agotry to switch magic quotes off.
Frank Karlitschek [Fri, 1 Jun 2012 10:41:38 +0000 (12:41 +0200)]
try to switch magic quotes off.
it´s evil and deprecated

12 years agofix oc-769
Frank Karlitschek [Fri, 1 Jun 2012 10:15:03 +0000 (12:15 +0200)]
fix oc-769

12 years agocorrectly detect https
Frank Karlitschek [Fri, 1 Jun 2012 09:46:18 +0000 (11:46 +0200)]
correctly detect https

12 years agodon´t start a session here. I don´t think it´s needed. Let´s see if it breaks something
Frank Karlitschek [Fri, 1 Jun 2012 09:12:50 +0000 (11:12 +0200)]
don´t start a session here. I don´t think it´s needed. Let´s see if it breaks something

12 years agoadded a serverProtocol function that correctly returns the used protocol even if...
Frank Karlitschek [Fri, 1 Jun 2012 08:38:44 +0000 (10:38 +0200)]
added a serverProtocol function that correctly returns the used protocol even if the ssl connection is terminated at a reverse_proxy or at a load balancer

12 years agofix the breadcrumb
Frank Karlitschek [Thu, 31 May 2012 19:44:05 +0000 (21:44 +0200)]
fix the breadcrumb

12 years agofix oc-780
Frank Karlitschek [Thu, 31 May 2012 19:28:58 +0000 (21:28 +0200)]
fix oc-780

12 years agomore fixes
Frank Karlitschek [Thu, 31 May 2012 19:16:36 +0000 (21:16 +0200)]
more fixes

12 years agomore fixes
Frank Karlitschek [Thu, 31 May 2012 19:10:03 +0000 (21:10 +0200)]
more fixes
i don´t understand why this worked before.

12 years agouse our own serverHost call so that ownCloud works with reverse proxy servers
Frank Karlitschek [Thu, 31 May 2012 18:26:09 +0000 (20:26 +0200)]
use our own serverHost call so that ownCloud works with reverse proxy servers

12 years agofix potential XSS
Georg Ehrke [Thu, 31 May 2012 18:00:46 +0000 (20:00 +0200)]
fix potential XSS

12 years agolinkTo instead of hard links in Files and Files_Archive. Hope that makes sense.
Arthur Schiwon [Thu, 31 May 2012 17:46:32 +0000 (19:46 +0200)]
linkTo instead of hard links in Files and Files_Archive. Hope that makes sense.

12 years agoAdded & improved documentation
Sam Tuke [Thu, 31 May 2012 16:57:34 +0000 (17:57 +0100)]
Added & improved documentation

12 years agofixed typo
Sam Tuke [Thu, 31 May 2012 16:38:35 +0000 (17:38 +0100)]
fixed typo

12 years agoImproved class comment block
Sam Tuke [Thu, 31 May 2012 16:32:34 +0000 (17:32 +0100)]
Improved class comment block

12 years agoadded extensive class comment based on icewind's January list email
Sam Tuke [Thu, 31 May 2012 16:02:35 +0000 (17:02 +0100)]
added extensive class comment based on icewind's January list email

12 years agofixed typos in var names
Sam Tuke [Thu, 31 May 2012 13:53:52 +0000 (14:53 +0100)]
fixed typos in var names

12 years agoclarified comment
Sam Tuke [Thu, 31 May 2012 13:50:41 +0000 (14:50 +0100)]
clarified comment

12 years agoApplied fix from kalassico for "Chiper text must be a string" bug (http://forum.owncl...
Sam Tuke [Thu, 31 May 2012 11:25:07 +0000 (12:25 +0100)]
Applied fix from kalassico for "Chiper text must be a string" bug (http://forum.owncloud.org/viewtopic.php?f=3&t=2586&p=5094)

12 years agoLDAP: make queries compatible also with PostgreSQL
Arthur Schiwon [Thu, 31 May 2012 11:06:27 +0000 (13:06 +0200)]
LDAP: make queries compatible also with PostgreSQL

12 years agoRemove OC_App::register function
Bart Visscher [Thu, 31 May 2012 11:00:58 +0000 (13:00 +0200)]
Remove OC_App::register function

The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.