]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoCheck if the installed PHP version has a fix for the nullbyte vulnerability
Lukas Reschke [Wed, 20 Mar 2013 07:43:54 +0000 (08:43 +0100)]
Check if the installed PHP version has a fix for the nullbyte vulnerability

11 years agosome basic unit test for loading classes
Thomas Mueller [Tue, 19 Mar 2013 17:00:15 +0000 (18:00 +0100)]
some basic unit test for loading classes

11 years agoRemove leading and trailing backslashes in classname. Ref #2310
VicDeo [Tue, 19 Mar 2013 13:40:52 +0000 (16:40 +0300)]
Remove leading and trailing backslashes in classname. Ref #2310

11 years agoUser list: Keep array of available groups. Should fix #873
Thomas Tanghus [Tue, 19 Mar 2013 13:49:02 +0000 (14:49 +0100)]
User list: Keep array of available groups. Should fix #873

11 years agofixes #1463 - file size is now displayed correctly in IE8
Thomas Mueller [Tue, 26 Mar 2013 20:28:01 +0000 (21:28 +0100)]
fixes #1463 - file size is now displayed correctly in IE8

11 years agofixes #1461
Thomas Mueller [Tue, 26 Mar 2013 13:14:30 +0000 (14:14 +0100)]
fixes #1461

11 years agoMerge pull request #2602 from owncloud/fix_share_with_displayname
blizzz [Wed, 27 Mar 2013 21:54:16 +0000 (14:54 -0700)]
Merge pull request #2602 from owncloud/fix_share_with_displayname

Fix share with displayname

11 years agoWhitespaces
Arthur Schiwon [Wed, 27 Mar 2013 20:18:19 +0000 (21:18 +0100)]
Whitespaces

11 years agoShare Dialog: show Displayname instead of internal name
Arthur Schiwon [Wed, 27 Mar 2013 20:17:58 +0000 (21:17 +0100)]
Share Dialog: show Displayname instead of internal name

11 years agoMerge pull request #2558 from owncloud/fix_cache_upgrade
blizzz [Wed, 27 Mar 2013 18:10:22 +0000 (11:10 -0700)]
Merge pull request #2558 from owncloud/fix_cache_upgrade

Fix cache upgrade

11 years agoMerge pull request #2596 from owncloud/fix_files_external_displayname
blizzz [Wed, 27 Mar 2013 18:06:49 +0000 (11:06 -0700)]
Merge pull request #2596 from owncloud/fix_files_external_displayname

Files External: show display names instead of internal user names in Set...

11 years agoMerge pull request #2593 from owncloud/fix_userlist_append_displayname
blizzz [Wed, 27 Mar 2013 17:47:52 +0000 (10:47 -0700)]
Merge pull request #2593 from owncloud/fix_userlist_append_displayname

Users: use DisplayName in the Display Name col when appending users

11 years agoMerge pull request #2599 from owncloud/backport-2515-nav-scrollbar
Jan-Christoph Borchardt [Wed, 27 Mar 2013 16:19:06 +0000 (09:19 -0700)]
Merge pull request #2599 from owncloud/backport-2515-nav-scrollbar

Backport 2515 nav scrollbar

11 years agoFixed typo
yannickoo [Thu, 21 Mar 2013 17:46:59 +0000 (18:46 +0100)]
Fixed typo

11 years agoNo Scrolling for more than approximately 10 Applications
yannickoo [Thu, 21 Mar 2013 17:37:23 +0000 (18:37 +0100)]
No Scrolling for more than approximately 10 Applications

11 years agoFiles External: show display names instead of internal user names in Settings UI
Arthur Schiwon [Wed, 27 Mar 2013 13:33:35 +0000 (14:33 +0100)]
Files External: show display names instead of internal user names in Settings UI

11 years agoUsers: use DisplayName in the Display Name col when appending users
Arthur Schiwon [Wed, 27 Mar 2013 13:05:00 +0000 (14:05 +0100)]
Users: use DisplayName in the Display Name col when appending users

11 years agoCache: on equal mtime also for equal size before keeping ETag, at least makes Unit...
Arthur Schiwon [Tue, 26 Mar 2013 22:42:00 +0000 (23:42 +0100)]
Cache: on equal mtime also for equal size before keeping ETag, at least makes Unit Test happy

11 years agoprevent to fire delete ajax a second time.
Thomas Mueller [Tue, 26 Mar 2013 15:27:56 +0000 (16:27 +0100)]
prevent to fire delete ajax a second time.

Before the click on a single file delete icon fired two different handlers - one of them is for multiple deletion only

11 years agoCache: Do not overwrite ETag when file did not change
Arthur Schiwon [Tue, 26 Mar 2013 15:03:40 +0000 (16:03 +0100)]
Cache: Do not overwrite ETag when file did not change

11 years agoMerge pull request #2272 from owncloud/fix_json_encoded_pubic_download_oc5
Thomas Müller [Tue, 26 Mar 2013 08:55:40 +0000 (01:55 -0700)]
Merge pull request #2272 from owncloud/fix_json_encoded_pubic_download_oc5

let public link download handle json encoded file lists [oc5]

11 years agoMerge pull request #2562 from owncloud/update_mtime_after_sync
Björn Schießle [Tue, 26 Mar 2013 08:41:41 +0000 (01:41 -0700)]
Merge pull request #2562 from owncloud/update_mtime_after_sync

listen to touch hook to update the mtime after sync

11 years agoOnly prepare an SQL statement once.
Arthur Schiwon [Mon, 25 Mar 2013 20:46:50 +0000 (21:46 +0100)]
Only prepare an SQL statement once.

11 years agoAdd PHPDoc
Arthur Schiwon [Mon, 25 Mar 2013 20:45:55 +0000 (21:45 +0100)]
Add PHPDoc

11 years agoAdjust to Icewind's fix
Arthur Schiwon [Mon, 25 Mar 2013 20:45:10 +0000 (21:45 +0100)]
Adjust to Icewind's fix

11 years agoCache: fix property path for getting legacy etag
Robin Appelman [Sun, 24 Mar 2013 16:01:04 +0000 (17:01 +0100)]
Cache: fix property path for getting legacy etag

11 years agoPort Icewind's fix I
Robin Appelman [Sun, 24 Mar 2013 15:20:59 +0000 (16:20 +0100)]
Port Icewind's fix I

11 years agoAdd Index to properties table for better performance on upgrade
Arthur Schiwon [Mon, 25 Mar 2013 16:54:45 +0000 (17:54 +0100)]
Add Index to properties table for better performance on upgrade

11 years agoChange LIMIT in DB query respectively remove where not necessary
Arthur Schiwon [Mon, 25 Mar 2013 16:54:10 +0000 (17:54 +0100)]
Change LIMIT in DB query respectively remove where not necessary

11 years agolisten to touch hook to update the mtime after sync
Björn Schießle [Mon, 25 Mar 2013 15:26:17 +0000 (16:26 +0100)]
listen to touch hook to update the mtime after sync

11 years agoRemove Debug output
Arthur Schiwon [Mon, 25 Mar 2013 13:23:46 +0000 (14:23 +0100)]
Remove Debug output

11 years agoMerge pull request #2533 from owncloud/fix_sharing_updater
Jörn Friedrich Dreyer [Mon, 25 Mar 2013 12:13:57 +0000 (05:13 -0700)]
Merge pull request #2533 from owncloud/fix_sharing_updater

fix shared updated for rename action

11 years agoFixing author and copyright
Thomas Müller [Wed, 20 Mar 2013 10:28:18 +0000 (11:28 +0100)]
Fixing author and copyright

11 years agosome more test cases & fix on file name generation with index
Thomas Mueller [Tue, 19 Mar 2013 15:57:54 +0000 (16:57 +0100)]
some more test cases & fix on file name generation with index

11 years agoadding extension to slugified physical path
Thomas Mueller [Tue, 19 Mar 2013 15:53:37 +0000 (16:53 +0100)]
adding extension to slugified physical path

11 years agoMerge pull request #2531 from Mirodin/patch-5
Thomas Müller [Sun, 24 Mar 2013 18:14:33 +0000 (11:14 -0700)]
Merge pull request #2531 from Mirodin/patch-5

Update de.php

11 years agoMerge pull request #2532 from Mirodin/patch-6
Thomas Müller [Sun, 24 Mar 2013 18:13:25 +0000 (11:13 -0700)]
Merge pull request #2532 from Mirodin/patch-6

Update de_DE.php

11 years agoMerge pull request #2525 from owncloud/fix_db_queries
Bernhard Posselt [Sat, 23 Mar 2013 12:39:01 +0000 (05:39 -0700)]
Merge pull request #2525 from owncloud/fix_db_queries

add backticks around table names

11 years agoMerge pull request #2474 from owncloud/fix_2299
Bernhard Posselt [Sat, 23 Mar 2013 12:35:50 +0000 (05:35 -0700)]
Merge pull request #2474 from owncloud/fix_2299

skip update if the recipient is the same user as the owner

11 years agoMerge pull request #2538 from eMerzh/improve_pbm_detect
Bernhard Posselt [Sat, 23 Mar 2013 12:31:19 +0000 (05:31 -0700)]
Merge pull request #2538 from eMerzh/improve_pbm_detect

Improve detection of installations errors

11 years agoImprove detection of installations errors
Brice Maron [Sat, 23 Mar 2013 11:19:43 +0000 (12:19 +0100)]
Improve detection of installations errors

11 years agoUpgrade FileCache on ownCloud upgrade for all users with files
Arthur Schiwon [Fri, 22 Mar 2013 22:33:40 +0000 (23:33 +0100)]
Upgrade FileCache on ownCloud upgrade for all users with files

11 years agothe old path no longer exists after rename, update the parent folder instead
Björn Schießle [Fri, 22 Mar 2013 15:20:40 +0000 (16:20 +0100)]
the old path no longer exists after rename, update the parent folder instead

11 years agoUpdate de_DE.php
Mirodin [Fri, 22 Mar 2013 14:33:52 +0000 (15:33 +0100)]
Update de_DE.php

Fixed some translation issues

11 years agoUpdate de.php
Mirodin [Fri, 22 Mar 2013 14:28:20 +0000 (15:28 +0100)]
Update de.php

Fixed some translation issues

11 years agoPerformance: prepare queries only once
Arthur Schiwon [Fri, 22 Mar 2013 12:36:31 +0000 (13:36 +0100)]
Performance: prepare queries only once

11 years agoFix lost ETag on Cache Upgrade
Arthur Schiwon [Fri, 22 Mar 2013 12:23:43 +0000 (13:23 +0100)]
Fix lost ETag on Cache Upgrade

11 years agoadd backticks around table names
Björn Schießle [Fri, 22 Mar 2013 11:47:43 +0000 (12:47 +0100)]
add backticks around table names

11 years agoLDAP: fix wrong return value
Arthur Schiwon [Wed, 20 Mar 2013 12:17:40 +0000 (13:17 +0100)]
LDAP: fix wrong return value

11 years agofix indention
Björn Schießle [Wed, 20 Mar 2013 11:58:39 +0000 (12:58 +0100)]
fix indention

11 years agoskip update if the recipient is the same user as the owner, otherwise we run in a...
Björn Schießle [Wed, 20 Mar 2013 11:45:24 +0000 (12:45 +0100)]
skip update if the recipient is the same user as the owner, otherwise we run in a infinite loop for group shares

11 years agousing rtrim
Thomas Mueller [Tue, 19 Mar 2013 12:37:48 +0000 (13:37 +0100)]
using rtrim

11 years agofixes #2081
Thomas Mueller [Tue, 12 Mar 2013 08:14:05 +0000 (09:14 +0100)]
fixes #2081

11 years agoMerge pull request #2449 from owncloud/fix_npe
Jörn Friedrich Dreyer [Tue, 19 Mar 2013 14:48:54 +0000 (07:48 -0700)]
Merge pull request #2449 from owncloud/fix_npe

fix npe when createStorage() returns null

11 years agoMerge pull request #2444 from owncloud/fix_ldap_issues
Bernhard Posselt [Tue, 19 Mar 2013 13:20:33 +0000 (06:20 -0700)]
Merge pull request #2444 from owncloud/fix_ldap_issues

Fix ldap issues

11 years agofix npe when createStorage() returns null
Jörn Friedrich Dreyer [Tue, 19 Mar 2013 13:18:44 +0000 (14:18 +0100)]
fix npe when createStorage() returns null

11 years agoLDAP: specify appid when selecting from appconfig
Arthur Schiwon [Tue, 19 Mar 2013 12:39:52 +0000 (13:39 +0100)]
LDAP: specify appid when selecting from appconfig

11 years agoLDAP: remove unnecessary func call, was a leftover from earlier refactor
Arthur Schiwon [Tue, 19 Mar 2013 12:29:09 +0000 (13:29 +0100)]
LDAP: remove unnecessary func call, was a leftover from earlier refactor

11 years agoBackport #2440 js parameter.
Thomas Tanghus [Tue, 19 Mar 2013 12:13:11 +0000 (13:13 +0100)]
Backport #2440 js parameter.

11 years agoUser list: Avoid dupes and better sorting. Fix #2420
Thomas Tanghus [Tue, 19 Mar 2013 01:48:08 +0000 (02:48 +0100)]
User list: Avoid dupes and better sorting. Fix #2420

11 years agoLDAP: check first whether group exists in this backend before doing other operations
Arthur Schiwon [Tue, 19 Mar 2013 10:52:35 +0000 (11:52 +0100)]
LDAP: check first whether group exists in this backend before doing other operations

11 years agoLDAP: check whether user exists for before trying to determine displayname
Arthur Schiwon [Tue, 19 Mar 2013 10:16:57 +0000 (11:16 +0100)]
LDAP: check whether user exists for before trying to determine displayname

11 years agoLDAP: avoid irritating log output
Arthur Schiwon [Mon, 18 Mar 2013 23:23:59 +0000 (00:23 +0100)]
LDAP: avoid irritating log output

11 years agoLDAP: user exists check on getHome, otherwise check will be performed with wrong...
Arthur Schiwon [Mon, 18 Mar 2013 23:23:35 +0000 (00:23 +0100)]
LDAP: user exists check on getHome, otherwise check will be performed with wrong configs on a multi LDAP server setup.

11 years agobackport https://github.com/owncloud/core/pull/2411
Frank Karlitschek [Sun, 17 Mar 2013 21:17:24 +0000 (22:17 +0100)]
backport  https://github.com/owncloud/core/pull/2411

11 years agoCache: better rename hook for cache updater
Robin Appelman [Fri, 8 Mar 2013 18:08:07 +0000 (19:08 +0100)]
Cache: better rename hook for cache updater

11 years agoClose sessions when doing background jobs
Robin Appelman [Sat, 16 Mar 2013 23:48:10 +0000 (00:48 +0100)]
Close sessions when doing background jobs

11 years agoMerge pull request #2384 from owncloud/error-handling-upgrade-backport
Michael Gapczynski [Sat, 16 Mar 2013 20:17:01 +0000 (13:17 -0700)]
Merge pull request #2384 from owncloud/error-handling-upgrade-backport

Backport add error handling to the file cache upgrade

11 years agoAdd error handling to the file cache upgrade
Michael Gapczynski [Sat, 16 Mar 2013 18:28:42 +0000 (14:28 -0400)]
Add error handling to the file cache upgrade

11 years agoCorrect emails when folders are shared.
Ceri Davies [Thu, 14 Mar 2013 10:04:58 +0000 (10:04 +0000)]
Correct emails when folders are shared.

itemType is never "dir"; it's either "file" or "folder".

11 years agoMerge pull request #2348 from owncloud/fix_version_db_query
Frank Karlitschek [Fri, 15 Mar 2013 10:37:35 +0000 (03:37 -0700)]
Merge pull request #2348 from owncloud/fix_version_db_query

Fix db query in versions app, add backticks

11 years agoremove backticks around table names
Björn Schießle [Fri, 15 Mar 2013 10:24:13 +0000 (11:24 +0100)]
remove backticks around table names

11 years agoAdd backtick for trash app to prevent pg errors
Brice Maron [Thu, 14 Mar 2013 23:03:37 +0000 (00:03 +0100)]
Add backtick for trash app to prevent pg errors

11 years agoadd backtick for db queries to prevent postgresql errors
Björn Schießle [Fri, 15 Mar 2013 10:06:51 +0000 (11:06 +0100)]
add backtick for db queries to prevent postgresql errors

11 years agocreate new version if the same file is uploaded again over the web interface, approve...
Björn Schießle [Fri, 15 Mar 2013 09:47:19 +0000 (10:47 +0100)]
create new version if the same file is uploaded again over the web interface, approved in #2317

11 years agocreate new version if the same file is uploaded again over the web interface
Björn Schießle [Thu, 14 Mar 2013 15:47:59 +0000 (16:47 +0100)]
create new version if the same file is uploaded again over the web interface

11 years agoMerge pull request #2294 from owncloud/use_display_name_in_mail
Bernhard Posselt [Thu, 14 Mar 2013 12:22:45 +0000 (05:22 -0700)]
Merge pull request #2294 from owncloud/use_display_name_in_mail

use display name as sender for private link mails

11 years agouse display name as sender for private link mails
Björn Schießle [Thu, 14 Mar 2013 10:48:04 +0000 (11:48 +0100)]
use display name as sender for private link mails

11 years agoMerge pull request #2276 from owncloud/fix_sharing_hooks_oc5
Bernhard Posselt [Wed, 13 Mar 2013 17:16:14 +0000 (10:16 -0700)]
Merge pull request #2276 from owncloud/fix_sharing_hooks_oc5

listen to the pre delete hook in the sharing app [oc5]

11 years agoMerge pull request #2278 from owncloud/fix_2267_master
Jörn Friedrich Dreyer [Wed, 13 Mar 2013 17:09:39 +0000 (10:09 -0700)]
Merge pull request #2278 from owncloud/fix_2267_master

use OC_DB instead of MDB2

11 years agofix for #2267, use OC_DB instead of MDB2
Björn Schießle [Wed, 13 Mar 2013 15:51:41 +0000 (16:51 +0100)]
fix for #2267, use OC_DB instead of MDB2

11 years agodon't show share action for the Shared folder, approved pull request #2265
Björn Schießle [Wed, 13 Mar 2013 15:26:20 +0000 (16:26 +0100)]
don't show share action for the Shared folder, approved pull request #2265

11 years agowe need to listen to the pre delete hook, otherwise the file is already gone
Björn Schießle [Wed, 13 Mar 2013 14:36:02 +0000 (15:36 +0100)]
we need to listen to the pre delete hook, otherwise the file is already gone

11 years agolet public link download handle json encoded file lists
Björn Schießle [Wed, 13 Mar 2013 10:40:46 +0000 (11:40 +0100)]
let public link download handle json encoded file lists

11 years agoLDAP: compatibility with Novell eDirectory UUID
Arthur Schiwon [Mon, 11 Mar 2013 12:30:06 +0000 (13:30 +0100)]
LDAP: compatibility with Novell eDirectory UUID

11 years agoenable UTF-8 charset on mssql
Thomas Mueller [Tue, 12 Mar 2013 14:33:37 +0000 (15:33 +0100)]
enable UTF-8 charset on mssql
disable MDB2_PORTABILITY_EMPTY_TO_NULL for mssql to allow insert of empty string to no null fields

11 years agowrite error message to log file in case insert to file cache failed - took hours...
Thomas Mueller [Tue, 12 Mar 2013 14:32:28 +0000 (15:32 +0100)]
write error message to log file in case insert to file cache failed - took hours to find that the insert failed :-(

11 years agofixing various filesystem/storage unit tests on windows
Thomas Mueller [Tue, 12 Mar 2013 14:30:10 +0000 (15:30 +0100)]
fixing various filesystem/storage unit tests on windows
fixing copy operation on mapper

11 years agoskip archive tests for now
Thomas Mueller [Tue, 12 Mar 2013 09:33:40 +0000 (10:33 +0100)]
skip archive tests for now

11 years agoadding //IGNORE to iconv to prevent nasty php warnings
Thomas Mueller [Tue, 12 Mar 2013 08:26:21 +0000 (09:26 +0100)]
adding //IGNORE to iconv to prevent nasty php warnings

11 years agoslug generates uniqid in case the file/folder name contains not one single valid...
Thomas Mueller [Tue, 12 Mar 2013 08:24:58 +0000 (09:24 +0100)]
slug generates uniqid in case the file/folder name contains not one single valid character

11 years agoindexed slug should be created based on logic path
Thomas Mueller [Tue, 12 Mar 2013 08:15:53 +0000 (09:15 +0100)]
indexed slug should be created based on logic path

11 years agoMerge pull request #2248 from otetard/bugfix/fix-public-link-file-sharing
icewind1991 [Tue, 12 Mar 2013 18:49:08 +0000 (11:49 -0700)]
Merge pull request #2248 from otetard/bugfix/fix-public-link-file-sharing

Fix file sharing via public link for one particular file.

11 years agoFix file sharing via public link for one particular file.
Olivier Tétard [Tue, 12 Mar 2013 10:53:41 +0000 (11:53 +0100)]
Fix file sharing via public link for one particular file.

Fix OC_Files::get() to not return the first character of the filename
if only one file is requested.

11 years ago5.0.0 v5.0.0
Frank Karlitschek [Sat, 9 Mar 2013 17:51:02 +0000 (18:51 +0100)]
5.0.0

11 years agoMerge pull request #2236 from owncloud/fix-migration
Bernhard Posselt [Mon, 11 Mar 2013 15:43:09 +0000 (08:43 -0700)]
Merge pull request #2236 from owncloud/fix-migration

Check if username is valid and remove slashes from filename

11 years agoCheck if username is valid and remove slashes from filename
Lukas Reschke [Mon, 11 Mar 2013 15:21:26 +0000 (16:21 +0100)]
Check if username is valid and remove slashes from filename

11 years agoMerge pull request #2183 from owncloud/fix-shared-statuses-again
Bernhard Posselt [Mon, 11 Mar 2013 09:43:16 +0000 (02:43 -0700)]
Merge pull request #2183 from owncloud/fix-shared-statuses-again

Fix #2080 and fix #2141

11 years agoMerge pull request #2218 from owncloud/fix-mounting-all
Bernhard Posselt [Mon, 11 Mar 2013 09:41:41 +0000 (02:41 -0700)]
Merge pull request #2218 from owncloud/fix-mounting-all

Fix variable for mounting for all users, fix #357

11 years agoMerge pull request #1786 from owncloud/shared-folder-etags
Bernhard Posselt [Mon, 11 Mar 2013 09:38:50 +0000 (02:38 -0700)]
Merge pull request #1786 from owncloud/shared-folder-etags

Include etags for the root of the shared folder