]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoCache: more efficient detection for existing entries during upgrade
Robin Appelman [Mon, 4 Mar 2013 22:19:55 +0000 (23:19 +0100)]
Cache: more efficient detection for existing entries during upgrade

11 years agoCache: also check if the file id is already in the cache during upgrade
Robin Appelman [Mon, 4 Mar 2013 21:26:03 +0000 (22:26 +0100)]
Cache: also check if the file id is already in the cache during upgrade

Should solve upgrade issues if only some of the configured storages were migrated previously

11 years agoMerge pull request #1979 from maelzx/patch-2
Lukas Reschke [Thu, 28 Feb 2013 20:53:15 +0000 (12:53 -0800)]
Merge pull request #1979 from maelzx/patch-2

Fix window.location mistakes in previous code

11 years agoMerge pull request #1992 from owncloud/fix-heartbeat
Lukas Reschke [Thu, 28 Feb 2013 20:50:56 +0000 (12:50 -0800)]
Merge pull request #1992 from owncloud/fix-heartbeat

The router base url is without / on the end

11 years agoMerge pull request #1937 from owncloud/check-resharing
Bart Visscher [Thu, 28 Feb 2013 19:39:11 +0000 (11:39 -0800)]
Merge pull request #1937 from owncloud/check-resharing

Check resharing setting

11 years agoMerge pull request #1988 from owncloud/permissionscache_clean
icewind1991 [Thu, 28 Feb 2013 18:24:20 +0000 (10:24 -0800)]
Merge pull request #1988 from owncloud/permissionscache_clean

Clean permissions cache when deleting file

11 years agoThe router base url is without / on the end
Bart Visscher [Thu, 28 Feb 2013 17:02:26 +0000 (18:02 +0100)]
The router base url is without / on the end

11 years agoMerge pull request #1989 from owncloud/selectSanitize
Björn Schießle [Thu, 28 Feb 2013 16:51:07 +0000 (08:51 -0800)]
Merge pull request #1989 from owncloud/selectSanitize

Sanitize HTML in html_select_options

11 years agoSanitize HTML in html_select_options
Lukas Reschke [Thu, 28 Feb 2013 16:19:04 +0000 (17:19 +0100)]
Sanitize HTML in html_select_options

11 years agoCache: cleanup permissions cache when removing a file from the cache
Robin Appelman [Thu, 28 Feb 2013 16:04:50 +0000 (17:04 +0100)]
Cache: cleanup permissions cache when removing a file from the cache

11 years agoCache: add option to delete file from permissions cache for all users
Robin Appelman [Thu, 28 Feb 2013 16:04:34 +0000 (17:04 +0100)]
Cache: add option to delete file from permissions cache for all users

11 years agoMerge pull request #1987 from owncloud/fixinstalldeps
Bernhard Posselt [Thu, 28 Feb 2013 14:36:19 +0000 (06:36 -0800)]
Merge pull request #1987 from owncloud/fixinstalldeps

add checks for xml and dom when installing

11 years agoadd checks for xml and dom when installing
Bernhard Posselt [Thu, 28 Feb 2013 14:13:18 +0000 (15:13 +0100)]
add checks for xml and dom when installing

11 years agoMerge pull request #1397 from owncloud/trash_fileactions
Jan-Christoph Borchardt [Thu, 28 Feb 2013 13:43:51 +0000 (05:43 -0800)]
Merge pull request #1397 from owncloud/trash_fileactions

Enable fileactions while viewing trash

11 years agoTrash: fix opening folders
Robin Appelman [Thu, 28 Feb 2013 12:32:08 +0000 (13:32 +0100)]
Trash: fix opening folders

11 years agoMerge pull request #1985 from owncloud/sharing-more
Bernhard Posselt [Thu, 28 Feb 2013 11:44:51 +0000 (03:44 -0800)]
Merge pull request #1985 from owncloud/sharing-more

up limit of share dropdown from 4 to 15, scrollbar after 4 1/2 entries, fix #135

11 years agoup limit of share dropdown from 4 to 15, scrollbar after 4 1/2 entries, fix #135
Jan-Christoph Borchardt [Thu, 28 Feb 2013 11:07:50 +0000 (12:07 +0100)]
up limit of share dropdown from 4 to 15, scrollbar after 4 1/2 entries, fix #135

11 years agoFix window.location mistakes in previous code
maelzx [Thu, 28 Feb 2013 03:26:42 +0000 (11:26 +0800)]
Fix window.location mistakes in previous code

Sorry guys, I commit the incomplete code. It should be window.location.assign(url);

However this is just tested in google chrome.

11 years agoMerge pull request #1973 from owncloud/share-improvements
Jan-Christoph Borchardt [Wed, 27 Feb 2013 23:07:07 +0000 (15:07 -0800)]
Merge pull request #1973 from owncloud/share-improvements

reduce minimum length for username suggestions in share dialog, fix #1666

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 27 Feb 2013 23:05:40 +0000 (00:05 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #1972 from owncloud/raw-pathinfo
Bernhard Posselt [Wed, 27 Feb 2013 21:43:47 +0000 (13:43 -0800)]
Merge pull request #1972 from owncloud/raw-pathinfo

Use the plain urlencoded path info for the routing matching

11 years agoMerge pull request #1945 from owncloud/sqlite-query-cache
Bernhard Posselt [Wed, 27 Feb 2013 21:34:09 +0000 (13:34 -0800)]
Merge pull request #1945 from owncloud/sqlite-query-cache

Disable query cache for Sqlite

11 years agoDisable query cache for Sqlite
Bart Visscher [Tue, 26 Feb 2013 21:41:05 +0000 (22:41 +0100)]
Disable query cache for Sqlite

11 years agoMerge pull request #1944 from owncloud/query-caching-upgrade
Bernhard Posselt [Wed, 27 Feb 2013 20:48:42 +0000 (12:48 -0800)]
Merge pull request #1944 from owncloud/query-caching-upgrade

Disable prepared query caching while doing an upgrade

11 years agoUse the plain urlencoded path info for the routing matching
Bart Visscher [Wed, 27 Feb 2013 20:38:58 +0000 (21:38 +0100)]
Use the plain urlencoded path info for the routing matching

11 years agoMerge pull request #1969 from j-ed/master
icewind1991 [Wed, 27 Feb 2013 20:29:39 +0000 (12:29 -0800)]
Merge pull request #1969 from j-ed/master

OC5 beta 2 - prevent multiple slashes in a row when building URLs.

11 years agoTrash: disable text editor from trash for now
Robin Appelman [Wed, 27 Feb 2013 19:37:50 +0000 (20:37 +0100)]
Trash: disable text editor from trash for now

11 years agoTrash: fix download.php
Robin Appelman [Wed, 27 Feb 2013 19:31:21 +0000 (20:31 +0100)]
Trash: fix download.php

11 years agoTrash: fix trash when default quota is used
Robin Appelman [Wed, 27 Feb 2013 19:29:49 +0000 (20:29 +0100)]
Trash: fix trash when default quota is used

11 years agoMerge master into trash_fileactions
Robin Appelman [Wed, 27 Feb 2013 19:29:19 +0000 (20:29 +0100)]
Merge master into trash_fileactions

11 years agoUpdate apps/files/templates/part.list.php
j-ed [Wed, 27 Feb 2013 18:09:37 +0000 (19:09 +0100)]
Update apps/files/templates/part.list.php

prevent multiple slashes in a row when building URLs.

11 years agoMerge pull request #1031 from owncloud/external_storage_ui_feedback
Michael Gapczynski [Wed, 27 Feb 2013 18:00:22 +0000 (10:00 -0800)]
Merge pull request #1031 from owncloud/external_storage_ui_feedback

External Storage UI Improvements

11 years agoMerge pull request #1967 from eMerzh/refix_1931
Thomas Müller [Wed, 27 Feb 2013 17:08:00 +0000 (09:08 -0800)]
Merge pull request #1967 from eMerzh/refix_1931

Refix #1931

11 years agoreduce minimum length for username suggestions in share dialog, fix #1666
Jan-Christoph Borchardt [Wed, 27 Feb 2013 16:57:40 +0000 (17:57 +0100)]
reduce minimum length for username suggestions in share dialog, fix #1666

11 years agoRefix #1931
Brice Maron [Wed, 27 Feb 2013 16:51:28 +0000 (17:51 +0100)]
Refix #1931

11 years agoMerge pull request #1964 from owncloud/versions_cleanup
Frank Karlitschek [Wed, 27 Feb 2013 15:12:50 +0000 (07:12 -0800)]
Merge pull request #1964 from owncloud/versions_cleanup

Versions cleanup

11 years agoMerge pull request #1962 from owncloud/big_upload_fix
Bernhard Posselt [Wed, 27 Feb 2013 15:05:19 +0000 (07:05 -0800)]
Merge pull request #1962 from owncloud/big_upload_fix

timeout after a longer time

11 years agoremove admin settings from app.php
Björn Schießle [Wed, 27 Feb 2013 14:53:08 +0000 (15:53 +0100)]
remove admin settings from app.php

11 years agoMerge branch 'master' into versions_cleanup
Björn Schießle [Wed, 27 Feb 2013 14:50:08 +0000 (15:50 +0100)]
Merge branch 'master' into versions_cleanup

11 years agorename History to Versions
Björn Schießle [Wed, 27 Feb 2013 14:46:49 +0000 (15:46 +0100)]
rename History to Versions

11 years agoremove admin settings for versions
Björn Schießle [Wed, 27 Feb 2013 14:44:02 +0000 (15:44 +0100)]
remove admin settings for versions

11 years agotimeout after a longer time
Bernhard Posselt [Wed, 27 Feb 2013 14:44:00 +0000 (15:44 +0100)]
timeout after a longer time

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 27 Feb 2013 13:37:12 +0000 (14:37 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #1956 from owncloud/session-error-format
Bart Visscher [Wed, 27 Feb 2013 13:21:17 +0000 (05:21 -0800)]
Merge pull request #1956 from owncloud/session-error-format

add styles before session init

11 years agoMerge pull request #1961 from owncloud/trans_fix
Bart Visscher [Wed, 27 Feb 2013 13:17:30 +0000 (05:17 -0800)]
Merge pull request #1961 from owncloud/trans_fix

fixed bug that would cause a failure because of undefined variable  inst...

11 years agofixed bug that would cause a failure because of undefined variable instead of %s...
Bernhard Posselt [Wed, 27 Feb 2013 13:13:07 +0000 (14:13 +0100)]
fixed bug that would cause a failure because of undefined variable  instead of %s in a translation string

11 years agoMerge pull request #1953 from owncloud/escape_regular_expressions
Frank Karlitschek [Wed, 27 Feb 2013 12:29:17 +0000 (04:29 -0800)]
Merge pull request #1953 from owncloud/escape_regular_expressions

escape regular expressions; fix typo in variable name

11 years agoMerge pull request #1955 from owncloud/login-button-alignment
Bernhard Posselt [Wed, 27 Feb 2013 12:05:47 +0000 (04:05 -0800)]
Merge pull request #1955 from owncloud/login-button-alignment

quick fix for log in button not being aligned with input fields

11 years agoMerge pull request #1958 from owncloud/fixing-1933-master
Björn Schießle [Wed, 27 Feb 2013 11:15:03 +0000 (03:15 -0800)]
Merge pull request #1958 from owncloud/fixing-1933-master

the locale name is no longer part of the translation string

11 years agoMerge pull request #1957 from owncloud/fix-895
Bernhard Posselt [Wed, 27 Feb 2013 11:10:29 +0000 (03:10 -0800)]
Merge pull request #1957 from owncloud/fix-895

Fix 895

11 years agofixes 1933 - the locale name is no longer part of the translation string
Thomas Mueller [Wed, 27 Feb 2013 10:41:50 +0000 (11:41 +0100)]
fixes 1933 - the locale name is no longer part of the translation string

11 years agoMerge pull request #1948 from owncloud/improve_user_sorting
Bernhard Posselt [Wed, 27 Feb 2013 10:39:22 +0000 (02:39 -0800)]
Merge pull request #1948 from owncloud/improve_user_sorting

Sort after display name + LDAP server side sorting

11 years agoonly add style.css to initsession
Bernhard Posselt [Wed, 27 Feb 2013 10:36:05 +0000 (11:36 +0100)]
only add style.css to initsession

11 years agoMerge pull request #1905 from owncloud/fix-share-icons
Thomas Müller [Wed, 27 Feb 2013 10:31:52 +0000 (02:31 -0800)]
Merge pull request #1905 from owncloud/fix-share-icons

Fix adding share icons to share action

11 years agoproperly align triangle and unshare icons to text, also fixes line hopping
Jan-Christoph Borchardt [Wed, 27 Feb 2013 10:30:33 +0000 (11:30 +0100)]
properly align triangle and unshare icons to text, also fixes line hopping

11 years agofix ugly giant triangles
Jan-Christoph Borchardt [Wed, 27 Feb 2013 10:30:06 +0000 (11:30 +0100)]
fix ugly giant triangles

11 years agofix shared by text going out of box, fix #895
Jan-Christoph Borchardt [Wed, 27 Feb 2013 10:22:13 +0000 (11:22 +0100)]
fix shared by text going out of box, fix #895

11 years agoMerge pull request #1800 from raghunayyar/sharing-dropdown-fixes
Jan-Christoph Borchardt [Wed, 27 Feb 2013 10:19:35 +0000 (02:19 -0800)]
Merge pull request #1800 from raghunayyar/sharing-dropdown-fixes

Various Layout Fixes for Sharing Dropdown.

11 years agoadd css and scripts before session init
Bernhard Posselt [Wed, 27 Feb 2013 10:17:14 +0000 (11:17 +0100)]
add css and scripts before session init

11 years agoquick fix for log in button not being aligned with input fields
Jan-Christoph Borchardt [Wed, 27 Feb 2013 10:04:08 +0000 (11:04 +0100)]
quick fix for log in button not being aligned with input fields

11 years agoescape regular expressions; fix typo in variable name
Björn Schießle [Wed, 27 Feb 2013 09:51:32 +0000 (10:51 +0100)]
escape regular expressions; fix typo in variable name

11 years agoMerge pull request #1949 from owncloud/fix-dropbox
Michael Gapczynski [Wed, 27 Feb 2013 00:14:45 +0000 (16:14 -0800)]
Merge pull request #1949 from owncloud/fix-dropbox

Fix undefined root parameter in Dropbox storage

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 26 Feb 2013 23:09:33 +0000 (00:09 +0100)]
[tx-robot] updated from transifex

11 years agoFix undefined root parameter in Dropbox storage
Michael Gapczynski [Tue, 26 Feb 2013 22:52:06 +0000 (17:52 -0500)]
Fix undefined root parameter in Dropbox storage

11 years agosort users according to display name
Arthur Schiwon [Tue, 26 Feb 2013 21:56:55 +0000 (22:56 +0100)]
sort users according to display name

11 years agoDisable prepared query caching while doing an upgrade
Robin Appelman [Tue, 26 Feb 2013 21:41:48 +0000 (22:41 +0100)]
Disable prepared query caching while doing an upgrade

11 years agoLDAP: sort users on server-side
Arthur Schiwon [Tue, 26 Feb 2013 21:27:09 +0000 (22:27 +0100)]
LDAP: sort users on server-side

11 years agoMerge pull request #1931 from owncloud/fastcgi
Thomas Müller [Tue, 26 Feb 2013 20:40:12 +0000 (12:40 -0800)]
Merge pull request #1931 from owncloud/fastcgi

add cgi pathinfo when fcgi is enabled #1189

11 years agoMerge pull request #1942 from owncloud/fix-1925-wrong-quotes
Thomas Müller [Tue, 26 Feb 2013 20:37:23 +0000 (12:37 -0800)]
Merge pull request #1942 from owncloud/fix-1925-wrong-quotes

Fix using wrong quotes for breaking long lines

11 years agoMerge pull request #1929 from owncloud/htaccess-utf8
Thomas Müller [Tue, 26 Feb 2013 20:34:12 +0000 (12:34 -0800)]
Merge pull request #1929 from owncloud/htaccess-utf8

added defaultcharset to utf-8 in htaccess

11 years agoMerge pull request #1941 from owncloud/session_heartbeat
Bart Visscher [Tue, 26 Feb 2013 19:49:59 +0000 (11:49 -0800)]
Merge pull request #1941 from owncloud/session_heartbeat

generate url only once for heartbeat

11 years agoFix using wrong quotes for breaking long lines
Bart Visscher [Tue, 26 Feb 2013 19:48:01 +0000 (20:48 +0100)]
Fix using wrong quotes for breaking long lines

Fixes #1925

11 years agogenerate url only once
Bernhard Posselt [Tue, 26 Feb 2013 19:45:25 +0000 (20:45 +0100)]
generate url only once

11 years agoMerge pull request #1939 from owncloud/session_heartbeat
Lukas Reschke [Tue, 26 Feb 2013 19:28:15 +0000 (11:28 -0800)]
Merge pull request #1939 from owncloud/session_heartbeat

use 15 min instead of 15 sec timeout

11 years agouse 15 min instead of 15 sec timeout
Bernhard Posselt [Tue, 26 Feb 2013 19:25:07 +0000 (20:25 +0100)]
use 15 min instead of 15 sec timeout

11 years agoMerge pull request #1938 from owncloud/session_heartbeat
Frank Karlitschek [Tue, 26 Feb 2013 19:02:09 +0000 (11:02 -0800)]
Merge pull request #1938 from owncloud/session_heartbeat

implemented a heartbeat request which is calls the server every 15 minut...

11 years agoimplemented a heartbeat request which is calls the server every 15 minutes to prevent...
Bernhard Posselt [Tue, 26 Feb 2013 18:34:46 +0000 (19:34 +0100)]
implemented a heartbeat request which is calls the server every 15 minutes to prevent a session timeout

11 years agoCheck resharing setting
Michael Gapczynski [Tue, 26 Feb 2013 18:31:15 +0000 (13:31 -0500)]
Check resharing setting

11 years agoremove general CSS from IE specific rules, displays Shared state permanently again
Jan-Christoph Borchardt [Tue, 26 Feb 2013 17:49:20 +0000 (18:49 +0100)]
remove general CSS from IE specific rules, displays Shared state permanently again

11 years agoadd cgi pathinfo when fcgi is enabled #1189
Bernhard Posselt [Tue, 26 Feb 2013 17:00:07 +0000 (18:00 +0100)]
add cgi pathinfo when fcgi is enabled #1189

11 years agoadded defaultcharset to utf-8 in htaccess
Bernhard Posselt [Tue, 26 Feb 2013 16:38:59 +0000 (17:38 +0100)]
added defaultcharset to utf-8 in htaccess

11 years agoMerge pull request #1920 from owncloud/catch_vcategories_exceptions
Lukas Reschke [Tue, 26 Feb 2013 15:34:46 +0000 (07:34 -0800)]
Merge pull request #1920 from owncloud/catch_vcategories_exceptions

Catch exceptions on malformed categories.

11 years agoMerge pull request #1922 from owncloud/missing_
Thomas Müller [Tue, 26 Feb 2013 15:33:15 +0000 (07:33 -0800)]
Merge pull request #1922 from owncloud/missing_

Add missing echo

11 years agoAdd missing echo
Lukas Reschke [Tue, 26 Feb 2013 15:10:52 +0000 (16:10 +0100)]
Add missing echo

11 years agoMerge pull request #1915 from owncloud/fix_webdav_mount
Frank Karlitschek [Tue, 26 Feb 2013 14:20:58 +0000 (06:20 -0800)]
Merge pull request #1915 from owncloud/fix_webdav_mount

cleanPath needs to be public

11 years agoMerge pull request #1919 from owncloud/logo-pixelperfect
Frank Karlitschek [Tue, 26 Feb 2013 14:16:42 +0000 (06:16 -0800)]
Merge pull request #1919 from owncloud/logo-pixelperfect

Logo pixel perfect

11 years agoCatch exceptions on malformed categories.
Thomas Tanghus [Tue, 26 Feb 2013 14:01:42 +0000 (15:01 +0100)]
Catch exceptions on malformed categories.

11 years agoremove more unused logo files, now in promo
Jan-Christoph Borchardt [Tue, 26 Feb 2013 13:28:17 +0000 (14:28 +0100)]
remove more unused logo files, now in promo

11 years agoalign logo type pixel perfectly
Jan-Christoph Borchardt [Tue, 26 Feb 2013 13:27:29 +0000 (14:27 +0100)]
align logo type pixel perfectly

11 years agocleanPath needs to be public
Björn Schießle [Tue, 26 Feb 2013 11:24:52 +0000 (12:24 +0100)]
cleanPath needs to be public

11 years agoMerge pull request #1902 from owncloud/angularcsp
Frank Karlitschek [Tue, 26 Feb 2013 08:58:12 +0000 (00:58 -0800)]
Merge pull request #1902 from owncloud/angularcsp

add CSP turned on for angularjs

11 years agoMerge pull request #1906 from owncloud/storage-stat-fail
Bernhard Posselt [Tue, 26 Feb 2013 08:44:42 +0000 (00:44 -0800)]
Merge pull request #1906 from owncloud/storage-stat-fail

Common storage: don't throw warning when a stat fails

11 years agoMerge pull request #1903 from owncloud/fix_version_check
Bernhard Posselt [Tue, 26 Feb 2013 08:37:11 +0000 (00:37 -0800)]
Merge pull request #1903 from owncloud/fix_version_check

return true once one owncloud version number is bigger at any position

11 years agoMerge pull request #1885 from houqp/issue_1776
Frank Karlitschek [Tue, 26 Feb 2013 08:19:42 +0000 (00:19 -0800)]
Merge pull request #1885 from houqp/issue_1776

when user changes displayName, also update it on expand button

11 years agoStorage: don't throw warnings when a stat fails
Robin Appelman [Tue, 26 Feb 2013 01:53:02 +0000 (02:53 +0100)]
Storage: don't throw warnings when a stat fails

11 years agoMove space
Michael Gapczynski [Tue, 26 Feb 2013 01:52:01 +0000 (20:52 -0500)]
Move space

11 years agoCode style
Robin Appelman [Tue, 26 Feb 2013 01:51:57 +0000 (02:51 +0100)]
Code style

11 years agoFix adding share icons to share action
Michael Gapczynski [Tue, 26 Feb 2013 01:20:29 +0000 (20:20 -0500)]
Fix adding share icons to share action

11 years agoFix Dropbox and Google ui
Michael Gapczynski [Tue, 26 Feb 2013 00:45:01 +0000 (19:45 -0500)]
Fix Dropbox and Google ui

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 25 Feb 2013 23:06:26 +0000 (00:06 +0100)]
[tx-robot] updated from transifex