]>
source.dussan.org Git - nextcloud-server.git/log
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
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
Robin Appelman [Mon, 4 Feb 2013 12:28:31 +0000 (13:28 +0100)]
Cache: fix copy-paste errors
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
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
Lukas Reschke [Mon, 4 Feb 2013 08:15:11 +0000 (09:15 +0100)]
OCP\JSON instead of OCP\User
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
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
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
Jenkins for ownCloud [Sun, 3 Feb 2013 23:05:52 +0000 (00:05 +0100)]
[tx-robot] updated from transifex
Robin Appelman [Sun, 3 Feb 2013 22:34:27 +0000 (23:34 +0100)]
Cache: check for invalid paths in getFileInfo/getDirectoryContent
Lukas Reschke [Sun, 3 Feb 2013 22:03:06 +0000 (23:03 +0100)]
Make fileblacklist configurable
Lukas Reschke [Sun, 3 Feb 2013 21:49:12 +0000 (22:49 +0100)]
[files_trashbin] Add CSRF token
TheSFReader [Sun, 3 Feb 2013 20:26:20 +0000 (21:26 +0100)]
Merge remote-tracking branch 'refs/remotes/upstream/master'
Jan-Christoph Borchardt [Sun, 3 Feb 2013 11:24:24 +0000 (12:24 +0100)]
fix CSS to coding guideline
raghunayyar [Fri, 25 Jan 2013 09:52:10 +0000 (15:22 +0530)]
Password Toggle Support for Login
TheSFReader [Sun, 3 Feb 2013 10:06:26 +0000 (11:06 +0100)]
translate the mimtype/mimepart to readable in the searchByMime function
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
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
Michael Gapczynski [Sat, 2 Feb 2013 23:50:40 +0000 (18:50 -0500)]
Add getOwner to Filesystem and View classes
Jenkins for ownCloud [Sat, 2 Feb 2013 23:06:15 +0000 (00:06 +0100)]
[tx-robot] updated from transifex
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
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
Robin Appelman [Sat, 2 Feb 2013 17:26:27 +0000 (18:26 +0100)]
Dav: update etag in filecache when doing a PROPSET
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
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.
TheSFReader [Sat, 2 Feb 2013 08:44:09 +0000 (09:44 +0100)]
Merge remote-tracking branch 'refs/remotes/upstream/master'
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.
Jenkins for ownCloud [Fri, 1 Feb 2013 23:08:15 +0000 (00:08 +0100)]
[tx-robot] updated from transifex
Arthur Schiwon [Fri, 1 Feb 2013 22:52:41 +0000 (23:52 +0100)]
remove ugly whitespace
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
TheSFReader [Fri, 1 Feb 2013 22:28:20 +0000 (23:28 +0100)]
Merge remote-tracking branch 'refs/remotes/upstream/master'
TheSFReader [Fri, 1 Feb 2013 19:29:02 +0000 (20:29 +0100)]
Correct it
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
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
Jörn Friedrich Dreyer [Fri, 1 Feb 2013 18:21:54 +0000 (19:21 +0100)]
add function to remove a search provider
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
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()
Thomas Mueller [Thu, 31 Jan 2013 23:51:00 +0000 (00:51 +0100)]
Updateing -> Updating
Thomas Mueller [Thu, 31 Jan 2013 23:43:52 +0000 (00:43 +0100)]
undelete -> restore
Thomas Mueller [Thu, 31 Jan 2013 23:33:14 +0000 (00:33 +0100)]
fix #1276 - use registerLoadedCallback()
Jenkins for ownCloud [Thu, 31 Jan 2013 23:19:28 +0000 (00:19 +0100)]
[tx-robot] updated from transifex
Robin Appelman [Thu, 31 Jan 2013 23:14:39 +0000 (00:14 +0100)]
fix breadcrumbs for gallery and texteditor
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
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
Michael Gapczynski [Thu, 31 Jan 2013 22:37:39 +0000 (14:37 -0800)]
Merge pull request #1351 from owncloud/navigation
New navigation design
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
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
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
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
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
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...
Thomas Mueller [Thu, 31 Jan 2013 21:49:07 +0000 (22:49 +0100)]
spell check
:+1:
Brice Maron [Thu, 31 Jan 2013 20:55:51 +0000 (21:55 +0100)]
Case insensitive Lang Detection fix #1328
raghunayyar [Thu, 31 Jan 2013 21:20:31 +0000 (02:50 +0530)]
More Visible webkit Scrollbar, syntax error solved.
Arthur Schiwon [Thu, 31 Jan 2013 20:19:24 +0000 (21:19 +0100)]
LDAP: implement getDisplayName and getDisplayNames also for UserProxy (multiple server support)
Jan-Christoph Borchardt [Thu, 31 Jan 2013 19:45:59 +0000 (20:45 +0100)]
use translate string for Log out, remove title
Jan-Christoph Borchardt [Thu, 31 Jan 2013 19:42:44 +0000 (20:42 +0100)]
fix svg fallback replacement for settings icons
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
Jan-Christoph Borchardt [Thu, 31 Jan 2013 19:19:32 +0000 (20:19 +0100)]
fix header for shared links
Jan-Christoph Borchardt [Thu, 31 Jan 2013 18:28:25 +0000 (19:28 +0100)]
Merge branch 'master' into navigation
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
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.
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.
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 - ...
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
Arthur Schiwon [Thu, 31 Jan 2013 17:00:07 +0000 (18:00 +0100)]
string fragment was added by accident and does not belong here
Robin Appelman [Thu, 31 Jan 2013 16:56:44 +0000 (17:56 +0100)]
Files: fix moving files by DnD
Thomas Mueller [Thu, 31 Jan 2013 16:53:01 +0000 (17:53 +0100)]
spell check
Thomas Mueller [Thu, 31 Jan 2013 16:51:59 +0000 (17:51 +0100)]
spell check
Robin Appelman [Thu, 31 Jan 2013 16:49:58 +0000 (17:49 +0100)]
Sort internal apps above 3rdparty apps
Thomas Mueller [Thu, 31 Jan 2013 16:44:25 +0000 (17:44 +0100)]
spell check
Thomas Mueller [Thu, 31 Jan 2013 16:43:24 +0000 (17:43 +0100)]
adding l10n support to user_ldap
Lukas Reschke [Thu, 31 Jan 2013 16:30:55 +0000 (08:30 -0800)]
Merge pull request #1379 from owncloud/improved_appsmanagement
Improved appsmanagement
Thomas Müller [Thu, 31 Jan 2013 16:30:25 +0000 (08:30 -0800)]
Merge pull request #1387 from schiesbn/visual_improvements
small visual improvements
raghunayyar [Thu, 31 Jan 2013 16:21:44 +0000 (21:51 +0530)]
Adds webkit scrollbar to ownCloud
Jenkins for ownCloud [Thu, 31 Jan 2013 16:05:21 +0000 (17:05 +0100)]
[tx-robot] updated from transifex
Björn Schießle [Thu, 31 Jan 2013 16:00:05 +0000 (17:00 +0100)]
use the same tooltip as for the password field
Thomas Mueller [Thu, 31 Jan 2013 15:48:41 +0000 (16:48 +0100)]
adding l10n support to files_trashbin
Thomas Mueller [Thu, 31 Jan 2013 15:16:28 +0000 (16:16 +0100)]
some web servers by default don't recognize index.php as default page - IIS for example
In order to allow easy installation and configuration this index.html has been added with a redirect to index.php
Jan-Christoph Borchardt [Thu, 31 Jan 2013 14:40:14 +0000 (06:40 -0800)]
Merge pull request #1358 from owncloud/button-fix
increase opacity of buttons, fix for dark backgrounds like header in pub...
Jan-Christoph Borchardt [Thu, 31 Jan 2013 14:35:20 +0000 (15:35 +0100)]
Merge branch 'master' into navigation
Jan-Christoph Borchardt [Thu, 31 Jan 2013 14:21:50 +0000 (15:21 +0100)]
no box-shadow for public share download button
Björn Schießle [Thu, 31 Jan 2013 14:18:22 +0000 (06:18 -0800)]
Merge pull request #1266 from schiesbn/trash_bin
Trash bin
Robin Appelman [Thu, 31 Jan 2013 14:00:48 +0000 (15:00 +0100)]
remove outdated line
Björn Schießle [Thu, 31 Jan 2013 13:55:14 +0000 (14:55 +0100)]
is_writable() is now isUpdatable() with the new filesystem
Björn Schießle [Thu, 31 Jan 2013 13:48:57 +0000 (14:48 +0100)]
debug output removed
Jan-Christoph Borchardt [Thu, 31 Jan 2013 13:32:07 +0000 (14:32 +0100)]
increase opacity of inactive apps and settings entries for better visibility
Jan-Christoph Borchardt [Thu, 31 Jan 2013 13:14:12 +0000 (14:14 +0100)]
vertical scrollbar for app navigation when too many apps
Thomas Mueller [Thu, 31 Jan 2013 13:11:31 +0000 (14:11 +0100)]
update on translation string
Jan-Christoph Borchardt [Thu, 31 Jan 2013 13:04:33 +0000 (14:04 +0100)]
ellipsize long app names in navigation
Jan-Christoph Borchardt [Thu, 31 Jan 2013 13:01:20 +0000 (05:01 -0800)]
Merge pull request #1359 from raghunayyar/navigation
No Image Repetition on Enabling Apps in Navigation Bar
Jan-Christoph Borchardt [Thu, 31 Jan 2013 11:59:30 +0000 (12:59 +0100)]
change button box-shadow from hard white to slight transparent
Björn Schießle [Thu, 31 Jan 2013 11:53:32 +0000 (03:53 -0800)]
Merge pull request #1390 from schiesbn/search_display_name_and_uid
Search display name and uid
Frank Karlitschek [Thu, 31 Jan 2013 11:24:10 +0000 (12:24 +0100)]
just return "true" for now
Björn Schießle [Thu, 31 Jan 2013 11:17:23 +0000 (12:17 +0100)]
remove some left over comments
Björn Schießle [Thu, 31 Jan 2013 11:12:39 +0000 (12:12 +0100)]
add missing brackets
Björn Schießle [Thu, 31 Jan 2013 11:09:42 +0000 (12:09 +0100)]
search for display name and uid (with no display name) since it is possible that not all users have a seperate display name
Björn Schießle [Thu, 31 Jan 2013 09:55:59 +0000 (10:55 +0100)]
fix merge conflict
Björn Schießle [Thu, 31 Jan 2013 09:50:02 +0000 (10:50 +0100)]
keep mtime