]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoDevelopment snapshot
Sam Tuke [Wed, 6 Feb 2013 15:08:36 +0000 (15:08 +0000)]
Development snapshot

11 years agoFixed bug causing encrypted files to be doubly encrypted at login
Sam Tuke [Wed, 6 Feb 2013 14:30:40 +0000 (14:30 +0000)]
Fixed bug causing encrypted files to be doubly encrypted at login
Added comments and docblocks

11 years agoFixed comment typo, wrapped return value conditional on var assignment in session{}
Sam Tuke [Tue, 5 Feb 2013 17:28:26 +0000 (17:28 +0000)]
Fixed comment typo, wrapped return value conditional on var assignment in session{}

11 years agoAdded missing translation wrapping
Sam Tuke [Tue, 5 Feb 2013 17:22:59 +0000 (17:22 +0000)]
Added missing translation wrapping

11 years agoAdded notice to personal settings indicating what filetypes are not encrypted
Sam Tuke [Tue, 5 Feb 2013 17:06:15 +0000 (17:06 +0000)]
Added notice to personal settings indicating what filetypes are not encrypted

11 years agoRemoved debugging output
Sam Tuke [Tue, 5 Feb 2013 16:11:50 +0000 (16:11 +0000)]
Removed debugging output

11 years agoFixed bug relating to Filesystem{} that prevented webdav logins with files_encryption
Sam Tuke [Tue, 5 Feb 2013 16:09:01 +0000 (16:09 +0000)]
Fixed bug relating to Filesystem{} that prevented webdav logins with files_encryption

11 years agoCleaned up path formatting with new method stripUserFilesPath()
Sam Tuke [Tue, 5 Feb 2013 15:59:28 +0000 (15:59 +0000)]
Cleaned up path formatting with new method stripUserFilesPath()

11 years agoMinor improvement to comments
Sam Tuke [Tue, 5 Feb 2013 15:37:40 +0000 (15:37 +0000)]
Minor improvement to comments

11 years agoRecryption of legacy encrypted files now working on login
Sam Tuke [Tue, 5 Feb 2013 15:35:29 +0000 (15:35 +0000)]
Recryption of legacy encrypted files now working on login

11 years agoMerge github.com:owncloud/core
Sam Tuke [Tue, 5 Feb 2013 13:44:45 +0000 (13:44 +0000)]
Merge github.com:owncloud/core

11 years agoMerge pull request #1456 from owncloud/gitignore-apps
Thomas Müller [Tue, 5 Feb 2013 13:18:58 +0000 (05:18 -0800)]
Merge pull request #1456 from owncloud/gitignore-apps

gitignore all apps except core ones

11 years agogitignore all apps except core ones
Jan-Christoph Borchardt [Tue, 5 Feb 2013 10:04:39 +0000 (11:04 +0100)]
gitignore all apps except core ones

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

11 years agoMerge pull request #1449 from owncloud/fixing-namespace-local-storage-master
Thomas Müller [Mon, 4 Feb 2013 20:52:56 +0000 (12:52 -0800)]
Merge pull request #1449 from owncloud/fixing-namespace-local-storage-master

fixing namespace in local storage

11 years agoMerge pull request #1432 from owncloud/add_requesttoken
Thomas Tanghus [Mon, 4 Feb 2013 20:02:16 +0000 (12:02 -0800)]
Merge pull request #1432 from owncloud/add_requesttoken

[user_webdavauth] add requesttoken

11 years agoMerge pull request #1442 from owncloud/reuse-oc_helper-tmpfolder-master
Thomas Tanghus [Mon, 4 Feb 2013 19:57:57 +0000 (11:57 -0800)]
Merge pull request #1442 from owncloud/reuse-oc_helper-tmpfolder-master

reuse \OC_Helper::tmpFolder()

11 years agoMerge pull request #1234 from owncloud/fix-issue-192
Thomas Müller [Mon, 4 Feb 2013 19:52:20 +0000 (11:52 -0800)]
Merge pull request #1234 from owncloud/fix-issue-192

Fix sharing issue with collection and children mismatches

11 years agofixing namespace
Thomas Mueller [Mon, 4 Feb 2013 19:49:01 +0000 (20:49 +0100)]
fixing namespace

11 years agoMerge pull request #1444 from owncloud/writable-temp-folder-for-session-data-master
Thomas Müller [Mon, 4 Feb 2013 19:11:15 +0000 (11:11 -0800)]
Merge pull request #1444 from owncloud/writable-temp-folder-for-session-data-master

in case file based session handling in enabled - we need to make sure th...

11 years agoMerge pull request #1445 from owncloud/CSP_font
Thomas Müller [Mon, 4 Feb 2013 18:36:43 +0000 (10:36 -0800)]
Merge pull request #1445 from owncloud/CSP_font

Allow loading of external fonts

11 years agoAlso allow local files
Lukas Reschke [Mon, 4 Feb 2013 17:43:26 +0000 (18:43 +0100)]
Also allow local files

11 years agoAllow the loading of local font files embedded via data:
Lukas Reschke [Mon, 4 Feb 2013 17:38:16 +0000 (18:38 +0100)]
Allow the loading of local font files embedded via data:

11 years agoAllow loading of external fonts
Lukas Reschke [Mon, 4 Feb 2013 16:51:52 +0000 (17:51 +0100)]
Allow loading of external fonts

Required by several applications like our pdf viewer

11 years agoMerge pull request #1427 from TheSFReader/master
Thomas Müller [Mon, 4 Feb 2013 14:44:40 +0000 (06:44 -0800)]
Merge pull request #1427 from TheSFReader/master

The mimetype/mimepart need to be readable, even from searchByMime

11 years agoin case file based session handling in enabled - we need to make sure the configured...
Thomas Mueller [Mon, 4 Feb 2013 14:32:01 +0000 (15:32 +0100)]
in case file based session handling in enabled - we need to make sure the configured folder is writable

11 years agoMerge pull request #1436 from owncloud/cache_check_path
Thomas Müller [Mon, 4 Feb 2013 13:51:34 +0000 (05:51 -0800)]
Merge pull request #1436 from owncloud/cache_check_path

Cache: check for invalid paths in getFileInfo/getDirectoryContent

11 years agoreuse \OC_Helper::tmpFolder()
Thomas Mueller [Mon, 4 Feb 2013 12:10:25 +0000 (13:10 +0100)]
reuse \OC_Helper::tmpFolder()

11 years agoCache: fix copy-paste errors
Robin Appelman [Mon, 4 Feb 2013 12:28:31 +0000 (13:28 +0100)]
Cache: fix copy-paste errors

11 years agoMerge pull request #1423 from owncloud/getowner
Thomas Müller [Mon, 4 Feb 2013 11:08:13 +0000 (03:08 -0800)]
Merge pull request #1423 from owncloud/getowner

Add getOwner to Filesystem and View classes

11 years agoMerge pull request #1434 from owncloud/trashbin_CSRF
Björn Schießle [Mon, 4 Feb 2013 10:14:52 +0000 (02:14 -0800)]
Merge pull request #1434 from owncloud/trashbin_CSRF

[files_trashbin] Add CSRF token

11 years agoOCP\JSON instead of OCP\User
Lukas Reschke [Mon, 4 Feb 2013 08:15:11 +0000 (09:15 +0100)]
OCP\JSON instead of OCP\User

11 years agoMerge pull request #1229 from owncloud/from_live_to_on
Thomas Müller [Mon, 4 Feb 2013 05:55:54 +0000 (21:55 -0800)]
Merge pull request #1229 from owncloud/from_live_to_on

replace live() with on() in core js

11 years agoMerge pull request #1340 from owncloud/fixing-js-errors-public-link-master
Thomas Müller [Mon, 4 Feb 2013 05:53:02 +0000 (21:53 -0800)]
Merge pull request #1340 from owncloud/fixing-js-errors-public-link-master

Fixing js errors public link master

11 years agoMerge pull request #1435 from owncloud/make_BlacklistConfigurable
Michael Gapczynski [Mon, 4 Feb 2013 03:05:31 +0000 (19:05 -0800)]
Merge pull request #1435 from owncloud/make_BlacklistConfigurable

Make file blacklist configurable

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

11 years agoCache: check for invalid paths in getFileInfo/getDirectoryContent
Robin Appelman [Sun, 3 Feb 2013 22:34:27 +0000 (23:34 +0100)]
Cache: check for invalid paths in getFileInfo/getDirectoryContent

11 years agoMake fileblacklist configurable
Lukas Reschke [Sun, 3 Feb 2013 22:03:06 +0000 (23:03 +0100)]
Make fileblacklist configurable

11 years ago[files_trashbin] Add CSRF token
Lukas Reschke [Sun, 3 Feb 2013 21:49:12 +0000 (22:49 +0100)]
[files_trashbin] Add CSRF token

11 years agoMerge remote-tracking branch 'refs/remotes/upstream/master'
TheSFReader [Sun, 3 Feb 2013 20:26:20 +0000 (21:26 +0100)]
Merge remote-tracking branch 'refs/remotes/upstream/master'

11 years ago[user_webdavauth] add requesttoken
Lukas Reschke [Sun, 3 Feb 2013 18:58:55 +0000 (19:58 +0100)]
[user_webdavauth] add requesttoken

11 years agofix CSS to coding guideline
Jan-Christoph Borchardt [Sun, 3 Feb 2013 11:24:24 +0000 (12:24 +0100)]
fix CSS to coding guideline

11 years agoPassword Toggle Support for Login
raghunayyar [Fri, 25 Jan 2013 09:52:10 +0000 (15:22 +0530)]
Password Toggle Support for Login

11 years agotranslate the mimtype/mimepart to readable in the searchByMime function
TheSFReader [Sun, 3 Feb 2013 10:06:26 +0000 (11:06 +0100)]
translate the mimtype/mimepart to readable in the searchByMime function

11 years agoMerge pull request #1416 from herbrechtsmeier/set_include_path_early
Thomas Müller [Sun, 3 Feb 2013 08:25:21 +0000 (00:25 -0800)]
Merge pull request #1416 from herbrechtsmeier/set_include_path_early

initPaths: set include path before any owncloud function is called

11 years agoMerge pull request #1422 from TheSFReader/master
Thomas Müller [Sun, 3 Feb 2013 08:24:49 +0000 (00:24 -0800)]
Merge pull request #1422 from TheSFReader/master

Correct the Cache Scanner so that it doesn't try and scan subdirs of a non-dir path when renaming

11 years agoAdd getOwner to Filesystem and View classes
Michael Gapczynski [Sat, 2 Feb 2013 23:50:40 +0000 (18:50 -0500)]
Add getOwner to Filesystem and View classes

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

11 years agoRemove a warning by making sure the renamed file is a dir before trying and opening it
TheSFReader [Sat, 2 Feb 2013 22:18:29 +0000 (23:18 +0100)]
Remove a warning by making sure the renamed file is a dir before trying and opening it

11 years agoMerge pull request #1419 from owncloud/etag_fix
Thomas Müller [Sat, 2 Feb 2013 20:06:48 +0000 (12:06 -0800)]
Merge pull request #1419 from owncloud/etag_fix

Dav: don't overwrite etag from filecache with old etag from properties table

11 years agoDav: update etag in filecache when doing a PROPSET
Robin Appelman [Sat, 2 Feb 2013 17:26:27 +0000 (18:26 +0100)]
Dav: update etag in filecache when doing a PROPSET

11 years agoDav: don't overwrite etag from filecache with old etag from properties table
Robin Appelman [Sat, 2 Feb 2013 14:44:05 +0000 (15:44 +0100)]
Dav: don't overwrite etag from filecache with old etag from properties table

11 years agoinitPaths: set include path before any owncloud function is called
herbrechtsmeier [Sat, 2 Feb 2013 09:02:10 +0000 (10:02 +0100)]
initPaths: set include path before any owncloud function is called

Ensure we can find basic owncloud classes while detecting the owncloud
paths in function initPaths by add OC::$SERVERROOT . '/lib' to include
path before any owncloud function is called.

This fix a bug with XAMPP that cannot find the class OC_Config in
function OC_Request::scriptName when called from function
OC_Base::initPaths.

11 years agoMerge remote-tracking branch 'refs/remotes/upstream/master'
TheSFReader [Sat, 2 Feb 2013 08:44:09 +0000 (09:44 +0100)]
Merge remote-tracking branch 'refs/remotes/upstream/master'

11 years agoMerge pull request #1415 from owncloud/ldap_fix_settings
Lukas Reschke [Sat, 2 Feb 2013 00:35:55 +0000 (16:35 -0800)]
Merge pull request #1415 from owncloud/ldap_fix_settings

LDAP settings Advanced tab has grown too long by far. Structure it using accordion.

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 1 Feb 2013 23:08:15 +0000 (00:08 +0100)]
[tx-robot] updated from transifex

11 years agoremove ugly whitespace
Arthur Schiwon [Fri, 1 Feb 2013 22:52:41 +0000 (23:52 +0100)]
remove ugly whitespace

11 years agoLDAP: settings Advanced tab has grown too long by far. Structure it using accordion
Arthur Schiwon [Fri, 1 Feb 2013 22:48:22 +0000 (23:48 +0100)]
LDAP: settings Advanced tab has grown too long by far. Structure it using accordion

11 years agoMerge remote-tracking branch 'refs/remotes/upstream/master'
TheSFReader [Fri, 1 Feb 2013 22:28:20 +0000 (23:28 +0100)]
Merge remote-tracking branch 'refs/remotes/upstream/master'

11 years agoAdded debugging output relating to recrypting legacy files
Sam Tuke [Fri, 1 Feb 2013 19:31:15 +0000 (19:31 +0000)]
Added debugging output relating to recrypting legacy files

11 years agoCorrect it
TheSFReader [Fri, 1 Feb 2013 19:29:02 +0000 (20:29 +0100)]
Correct it

11 years agoMerge pull request #1413 from owncloud/enable_removing_search_providers
Frank Karlitschek [Fri, 1 Feb 2013 18:34:39 +0000 (10:34 -0800)]
Merge pull request #1413 from owncloud/enable_removing_search_providers

add function to remove a search provider

11 years agoMerge pull request #1395 from raghunayyar/webkit-scrollbar-534
Jan-Christoph Borchardt [Fri, 1 Feb 2013 18:26:23 +0000 (10:26 -0800)]
Merge pull request #1395 from raghunayyar/webkit-scrollbar-534

Adds webkit scrollbar to ownCloud

11 years agoadd function to remove a search provider
Jörn Friedrich Dreyer [Fri, 1 Feb 2013 18:21:54 +0000 (19:21 +0100)]
add function to remove a search provider

11 years agoMerge pull request #1384 from owncloud/upgrade_fix
Bart Visscher [Fri, 1 Feb 2013 15:12:06 +0000 (07:12 -0800)]
Merge pull request #1384 from owncloud/upgrade_fix

Check for upgrade/maintance mode before trying to load an app

11 years agoMerge pull request #1404 from owncloud/fixing-1276-master
blizzz [Fri, 1 Feb 2013 11:13:23 +0000 (03:13 -0800)]
Merge pull request #1404 from owncloud/fixing-1276-master

fix #1276 - use registerLoadedCallback()

11 years agoUpdateing -> Updating
Thomas Mueller [Thu, 31 Jan 2013 23:51:00 +0000 (00:51 +0100)]
Updateing -> Updating

11 years agoundelete -> restore
Thomas Mueller [Thu, 31 Jan 2013 23:43:52 +0000 (00:43 +0100)]
undelete -> restore

11 years agofix #1276 - use registerLoadedCallback()
Thomas Mueller [Thu, 31 Jan 2013 23:33:14 +0000 (00:33 +0100)]
fix #1276 - use registerLoadedCallback()

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 31 Jan 2013 23:19:28 +0000 (00:19 +0100)]
[tx-robot] updated from transifex

11 years agofix breadcrumbs for gallery and texteditor
Robin Appelman [Thu, 31 Jan 2013 23:14:39 +0000 (00:14 +0100)]
fix breadcrumbs for gallery and texteditor

11 years agoMerge pull request #1171 from owncloud/move-datadirectory-checks
Thomas Müller [Thu, 31 Jan 2013 22:54:46 +0000 (14:54 -0800)]
Merge pull request #1171 from owncloud/move-datadirectory-checks

Move data directory permission checks after data directory existence checks

11 years agoMerge pull request #1287 from owncloud/ocs_xml_attributes
Thomas Müller [Thu, 31 Jan 2013 22:39:31 +0000 (14:39 -0800)]
Merge pull request #1287 from owncloud/ocs_xml_attributes

API: Treat array keys starting with '@' as XML attributes

11 years agoMerge pull request #1351 from owncloud/navigation
Michael Gapczynski [Thu, 31 Jan 2013 22:37:39 +0000 (14:37 -0800)]
Merge pull request #1351 from owncloud/navigation

New navigation design

11 years agoMerge branch 'master' into from_live_to_on
Thomas Mueller [Thu, 31 Jan 2013 22:34:12 +0000 (23:34 +0100)]
Merge branch 'master' into from_live_to_on

Conflicts:
apps/files_external/js/google.js

11 years agocall ajax scan only if a user is logged in - otherwise we'll get a 500
Thomas Mueller [Thu, 31 Jan 2013 22:26:40 +0000 (23:26 +0100)]
call ajax scan only if a user is logged in - otherwise we'll get a 500

11 years agoMerge branch 'master' into fixing-js-errors-public-link-master
Thomas Mueller [Thu, 31 Jan 2013 22:23:10 +0000 (23:23 +0100)]
Merge branch 'master' into fixing-js-errors-public-link-master

Conflicts:
apps/files/js/files.js
apps/files/templates/part.list.php

11 years agoMerge pull request #1099 from herbrechtsmeier/ssl-proxy
Thomas Müller [Thu, 31 Jan 2013 22:01:32 +0000 (14:01 -0800)]
Merge pull request #1099 from herbrechtsmeier/ssl-proxy

add multiple domains reverse SSL proxy support

11 years agoMerge pull request #1398 from owncloud/appname-overlap
Thomas Müller [Thu, 31 Jan 2013 21:56:49 +0000 (13:56 -0800)]
Merge pull request #1398 from owncloud/appname-overlap

remove z-index from app labels which caused overlap with top bar

11 years agoMerge pull request #1399 from owncloud/fix_ldap_proxy_display_names
Thomas Müller [Thu, 31 Jan 2013 21:50:20 +0000 (13:50 -0800)]
Merge pull request #1399 from owncloud/fix_ldap_proxy_display_names

LDAP: implement getDisplayName and getDisplayNames also for UserProxy (m...

11 years agospell check
Thomas Mueller [Thu, 31 Jan 2013 21:49:07 +0000 (22:49 +0100)]
spell check
:+1:

11 years agoCase insensitive Lang Detection fix #1328
Brice Maron [Thu, 31 Jan 2013 20:55:51 +0000 (21:55 +0100)]
Case insensitive Lang Detection fix #1328

11 years agoMore Visible webkit Scrollbar, syntax error solved.
raghunayyar [Thu, 31 Jan 2013 21:20:31 +0000 (02:50 +0530)]
More Visible webkit Scrollbar, syntax error solved.

11 years agoLDAP: implement getDisplayName and getDisplayNames also for UserProxy (multiple serve...
Arthur Schiwon [Thu, 31 Jan 2013 20:19:24 +0000 (21:19 +0100)]
LDAP: implement getDisplayName and getDisplayNames also for UserProxy (multiple server support)

11 years agouse translate string for Log out, remove title
Jan-Christoph Borchardt [Thu, 31 Jan 2013 19:45:59 +0000 (20:45 +0100)]
use translate string for Log out, remove title

11 years agofix svg fallback replacement for settings icons
Jan-Christoph Borchardt [Thu, 31 Jan 2013 19:42:44 +0000 (20:42 +0100)]
fix svg fallback replacement for settings icons

11 years agoImproved support for detecting and recrypting legacy files. Bugs remain.
Sam Tuke [Thu, 31 Jan 2013 19:40:51 +0000 (19:40 +0000)]
Improved support for detecting and recrypting legacy files. Bugs remain.

11 years agoremove z-index from app labels which caused overlap with top bar
Jan-Christoph Borchardt [Thu, 31 Jan 2013 19:27:39 +0000 (20:27 +0100)]
remove z-index from app labels which caused overlap with top bar

11 years agofix header for shared links
Jan-Christoph Borchardt [Thu, 31 Jan 2013 19:19:32 +0000 (20:19 +0100)]
fix header for shared links

11 years agoMerge branch 'master' into navigation
Jan-Christoph Borchardt [Thu, 31 Jan 2013 18:28:25 +0000 (19:28 +0100)]
Merge branch 'master' into navigation

11 years agoMerge pull request #1396 from owncloud/apps_sorting
Jan-Christoph Borchardt [Thu, 31 Jan 2013 18:19:04 +0000 (10:19 -0800)]
Merge pull request #1396 from owncloud/apps_sorting

Sort internal apps above 3rdparty apps

11 years agoFixed compatibility with filecache rewrite merge
Sam Tuke [Thu, 31 Jan 2013 17:47:30 +0000 (17:47 +0000)]
Fixed compatibility with filecache rewrite merge

11 years agoadd SSL proxy support
herbrechtsmeier [Sun, 6 Jan 2013 11:24:40 +0000 (12:24 +0100)]
add SSL proxy support

Add support for a reverse proxy that only forwards SSL connections
unencrypted to the web server.

This patch allows to detect the reverse proxy via regular expression for
the remote IP address and conditional overwrite the host name, protocol
and web root.

11 years agoadd multiple domains reverse proxy support
Stefan Herbrechtsmeier [Sun, 9 Sep 2012 10:54:47 +0000 (12:54 +0200)]
add multiple domains reverse proxy support

Add support for a reverse proxy that handles multiple domains via different
web roots (http[s]://proxy.tld/domain.tld/owncloud).

As the reverse proxy web root is transparent for the web server the
REQUEST_URI and SCRIPT_NAME need manual adjustments. This patch replace
the direct use of this _SERVER variables with function calls and extend
this functions to overwrite the web root. Additionally it adds a Sabre
request backend that extends the Sabre_HTTP_Request to use the same
functions.

11 years agoMerge pull request #1393 from owncloud/adding-index.html-with-redirect-master
blizzz [Thu, 31 Jan 2013 17:31:15 +0000 (09:31 -0800)]
Merge pull request #1393 from owncloud/adding-index.html-with-redirect-master

some web servers by default don't recognize index.php as default page - ...

11 years agoMerge pull request #1365 from owncloud/ldap_multiple_server
blizzz [Thu, 31 Jan 2013 17:24:45 +0000 (09:24 -0800)]
Merge pull request #1365 from owncloud/ldap_multiple_server

LDAP: support for multiple LDAP/AD servers

11 years agostring fragment was added by accident and does not belong here
Arthur Schiwon [Thu, 31 Jan 2013 17:00:07 +0000 (18:00 +0100)]
string fragment was added by accident and does not belong here

11 years agoFiles: fix moving files by DnD
Robin Appelman [Thu, 31 Jan 2013 16:56:44 +0000 (17:56 +0100)]
Files: fix moving files by DnD

11 years agospell check
Thomas Mueller [Thu, 31 Jan 2013 16:53:01 +0000 (17:53 +0100)]
spell check

11 years agospell check
Thomas Mueller [Thu, 31 Jan 2013 16:51:59 +0000 (17:51 +0100)]
spell check