]>
source.dussan.org Git - nextcloud-server.git/log
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
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
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 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
Thomas Mueller [Thu, 31 Jan 2013 09:43:59 +0000 (10:43 +0100)]
l10n support for the error dialog added
Thomas Mueller [Thu, 31 Jan 2013 09:34:54 +0000 (10:34 +0100)]
Cleanup string - easier for translators
Thomas Mueller [Thu, 31 Jan 2013 09:30:13 +0000 (10:30 +0100)]
style fixes
Thomas Mueller [Thu, 31 Jan 2013 09:27:02 +0000 (10:27 +0100)]
style fixes
Björn Schießle [Thu, 31 Jan 2013 09:06:02 +0000 (10:06 +0100)]
rename 'undelete' to 'restore'
Frank Karlitschek [Thu, 31 Jan 2013 09:00:42 +0000 (10:00 +0100)]
remove spaces
Björn Schießle [Thu, 31 Jan 2013 08:57:16 +0000 (09:57 +0100)]
addapt the css to adjust the change display name filed to the set password field
raghunayyar [Thu, 31 Jan 2013 06:22:56 +0000 (11:52 +0530)]
Shorter, Cleaner JS in apps.js
Arthur Schiwon [Thu, 31 Jan 2013 01:10:13 +0000 (02:10 +0100)]
LDAP: adjust settings interface for custom search attributes
Arthur Schiwon [Thu, 31 Jan 2013 01:00:29 +0000 (02:00 +0100)]
LDAP: avoid attempts to save null as configvalue
Arthur Schiwon [Thu, 31 Jan 2013 00:56:16 +0000 (01:56 +0100)]
LDAP: remove unnecessary placeholders, fixes PHP warnings
Arthur Schiwon [Thu, 31 Jan 2013 00:46:54 +0000 (01:46 +0100)]
LDAP: fix wrong index
Arthur Schiwon [Thu, 31 Jan 2013 00:46:34 +0000 (01:46 +0100)]
LDAP: make it possible to define attributes that should be considered on searches
Jenkins for ownCloud [Wed, 30 Jan 2013 23:31:28 +0000 (00:31 +0100)]
[tx-robot] updated from transifex
Robin Appelman [Wed, 30 Jan 2013 22:15:28 +0000 (23:15 +0100)]
Cache: use greaterEquals in tests cases to prevent failures due to race conditions
Robin Appelman [Wed, 30 Jan 2013 22:05:44 +0000 (23:05 +0100)]
Still load js files in maintance mode
Robin Appelman [Wed, 30 Jan 2013 21:55:33 +0000 (22:55 +0100)]
Check for upgrade/maintance mode before trying to load an app
icewind1991 [Wed, 30 Jan 2013 21:22:33 +0000 (13:22 -0800)]
Merge pull request #673 from owncloud/filesystem
Filecache rewrite
Robin Appelman [Wed, 30 Jan 2013 18:37:02 +0000 (19:37 +0100)]
Bumb version number for displayname db upgrade
Robin Appelman [Wed, 30 Jan 2013 18:24:24 +0000 (19:24 +0100)]
merge master into filesystem
Robin Appelman [Wed, 30 Jan 2013 18:18:32 +0000 (19:18 +0100)]
Files: Dont get maxUploadSize if the filecache needs to be upgraded
Robin Appelman [Wed, 30 Jan 2013 17:17:56 +0000 (18:17 +0100)]
Cache: don't insert duplicated during upgrade
Jan-Christoph Borchardt [Wed, 30 Jan 2013 17:35:53 +0000 (18:35 +0100)]
use new user function to display real name if available, username still fallback
Thomas Müller [Wed, 30 Jan 2013 16:11:18 +0000 (08:11 -0800)]
Merge pull request #1381 from schiesbn/make_strings_translatable
make strings translatable
Björn Schießle [Wed, 30 Jan 2013 15:28:41 +0000 (16:28 +0100)]
make strings translatable
Björn Schießle [Wed, 30 Jan 2013 15:20:13 +0000 (16:20 +0100)]
make spinner title translatable
Björn Schießle [Wed, 30 Jan 2013 14:35:24 +0000 (15:35 +0100)]
add spinner for undelete operation for visualisation
Frank Karlitschek [Wed, 30 Jan 2013 14:27:20 +0000 (15:27 +0100)]
remove leftover code
Frank Karlitschek [Wed, 30 Jan 2013 13:52:35 +0000 (14:52 +0100)]
fix typo
raghunayyar [Wed, 30 Jan 2013 13:42:51 +0000 (19:12 +0530)]
Reduced Styling and Image loads as from src and not backgorund.