]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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 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 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 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 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

11 years agoSort internal apps above 3rdparty apps
Robin Appelman [Thu, 31 Jan 2013 16:49:58 +0000 (17:49 +0100)]
Sort internal apps above 3rdparty apps

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

11 years agoadding l10n support to user_ldap
Thomas Mueller [Thu, 31 Jan 2013 16:43:24 +0000 (17:43 +0100)]
adding l10n support to user_ldap

11 years agoMerge pull request #1379 from owncloud/improved_appsmanagement
Lukas Reschke [Thu, 31 Jan 2013 16:30:55 +0000 (08:30 -0800)]
Merge pull request #1379 from owncloud/improved_appsmanagement

Improved appsmanagement

11 years agoMerge pull request #1387 from schiesbn/visual_improvements
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

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 31 Jan 2013 16:05:21 +0000 (17:05 +0100)]
[tx-robot] updated from transifex

11 years agouse the same tooltip as for the password field
Björn Schießle [Thu, 31 Jan 2013 16:00:05 +0000 (17:00 +0100)]
use the same tooltip as for the password field

11 years agoadding l10n support to files_trashbin
Thomas Mueller [Thu, 31 Jan 2013 15:48:41 +0000 (16:48 +0100)]
adding l10n support to files_trashbin

11 years agosome web servers by default don't recognize index.php as default page - IIS for example
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

11 years agoMerge pull request #1358 from owncloud/button-fix
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...

11 years agoMerge branch 'master' into navigation
Jan-Christoph Borchardt [Thu, 31 Jan 2013 14:35:20 +0000 (15:35 +0100)]
Merge branch 'master' into navigation

11 years agono box-shadow for public share download button
Jan-Christoph Borchardt [Thu, 31 Jan 2013 14:21:50 +0000 (15:21 +0100)]
no box-shadow for public share download button

11 years agoMerge pull request #1266 from schiesbn/trash_bin
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

11 years agoremove outdated line
Robin Appelman [Thu, 31 Jan 2013 14:00:48 +0000 (15:00 +0100)]
remove outdated line

11 years agois_writable() is now isUpdatable() with the new filesystem
Björn Schießle [Thu, 31 Jan 2013 13:55:14 +0000 (14:55 +0100)]
is_writable() is now isUpdatable() with the new filesystem

11 years agodebug output removed
Björn Schießle [Thu, 31 Jan 2013 13:48:57 +0000 (14:48 +0100)]
debug output removed

11 years agoincrease opacity of inactive apps and settings entries for better visibility
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

11 years agovertical scrollbar for app navigation when too many apps
Jan-Christoph Borchardt [Thu, 31 Jan 2013 13:14:12 +0000 (14:14 +0100)]
vertical scrollbar for app navigation when too many apps

11 years agoupdate on translation string
Thomas Mueller [Thu, 31 Jan 2013 13:11:31 +0000 (14:11 +0100)]
update on translation string

11 years agoellipsize long app names in navigation
Jan-Christoph Borchardt [Thu, 31 Jan 2013 13:04:33 +0000 (14:04 +0100)]
ellipsize long app names in navigation

11 years agoMerge pull request #1359 from raghunayyar/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

11 years agochange button box-shadow from hard white to slight transparent
Jan-Christoph Borchardt [Thu, 31 Jan 2013 11:59:30 +0000 (12:59 +0100)]
change button box-shadow from hard white to slight transparent

11 years agoMerge pull request #1390 from schiesbn/search_display_name_and_uid
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

11 years agojust return "true" for now
Frank Karlitschek [Thu, 31 Jan 2013 11:24:10 +0000 (12:24 +0100)]
just return "true" for now

11 years agoremove some left over comments
Björn Schießle [Thu, 31 Jan 2013 11:17:23 +0000 (12:17 +0100)]
remove some left over comments

11 years agoadd missing brackets
Björn Schießle [Thu, 31 Jan 2013 11:12:39 +0000 (12:12 +0100)]
add missing brackets

11 years agosearch for display name and uid (with no display name) since it is possible that...
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

11 years agofix merge conflict
Björn Schießle [Thu, 31 Jan 2013 09:55:59 +0000 (10:55 +0100)]
fix merge conflict

11 years agokeep mtime
Björn Schießle [Thu, 31 Jan 2013 09:50:02 +0000 (10:50 +0100)]
keep mtime

11 years agol10n support for the error dialog added
Thomas Mueller [Thu, 31 Jan 2013 09:43:59 +0000 (10:43 +0100)]
l10n support for the error dialog added

11 years agoCleanup string - easier for translators
Thomas Mueller [Thu, 31 Jan 2013 09:34:54 +0000 (10:34 +0100)]
Cleanup string - easier for translators

11 years agostyle fixes
Thomas Mueller [Thu, 31 Jan 2013 09:30:13 +0000 (10:30 +0100)]
style fixes

11 years agostyle fixes
Thomas Mueller [Thu, 31 Jan 2013 09:27:02 +0000 (10:27 +0100)]
style fixes

11 years agorename 'undelete' to 'restore'
Björn Schießle [Thu, 31 Jan 2013 09:06:02 +0000 (10:06 +0100)]
rename 'undelete' to 'restore'

11 years agoremove spaces
Frank Karlitschek [Thu, 31 Jan 2013 09:00:42 +0000 (10:00 +0100)]
remove spaces

11 years agoaddapt the css to adjust the change display name filed to the set password field
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

11 years agoShorter, Cleaner JS in apps.js
raghunayyar [Thu, 31 Jan 2013 06:22:56 +0000 (11:52 +0530)]
Shorter, Cleaner JS in apps.js

11 years agoLDAP: adjust settings interface for custom search attributes
Arthur Schiwon [Thu, 31 Jan 2013 01:10:13 +0000 (02:10 +0100)]
LDAP: adjust settings interface for custom search attributes

11 years agoLDAP: avoid attempts to save null as configvalue
Arthur Schiwon [Thu, 31 Jan 2013 01:00:29 +0000 (02:00 +0100)]
LDAP: avoid attempts to save null as configvalue

11 years agoLDAP: remove unnecessary placeholders, fixes PHP warnings
Arthur Schiwon [Thu, 31 Jan 2013 00:56:16 +0000 (01:56 +0100)]
LDAP: remove unnecessary placeholders, fixes PHP warnings

11 years agoLDAP: fix wrong index
Arthur Schiwon [Thu, 31 Jan 2013 00:46:54 +0000 (01:46 +0100)]
LDAP: fix wrong index

11 years agoLDAP: make it possible to define attributes that should be considered on searches
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

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

11 years agoCache: use greaterEquals in tests cases to prevent failures due to race conditions
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

11 years agoMerge pull request #673 from owncloud/filesystem
icewind1991 [Wed, 30 Jan 2013 21:22:33 +0000 (13:22 -0800)]
Merge pull request #673 from owncloud/filesystem

Filecache rewrite

11 years agoBumb version number for displayname db upgrade
Robin Appelman [Wed, 30 Jan 2013 18:37:02 +0000 (19:37 +0100)]
Bumb version number for displayname db upgrade

11 years agomerge master into filesystem
Robin Appelman [Wed, 30 Jan 2013 18:24:24 +0000 (19:24 +0100)]
merge master into filesystem

11 years agoFiles: Dont get maxUploadSize if the filecache needs to be upgraded
Robin Appelman [Wed, 30 Jan 2013 18:18:32 +0000 (19:18 +0100)]
Files: Dont get maxUploadSize if the filecache needs to be upgraded

11 years agoCache: don't insert duplicated during upgrade
Robin Appelman [Wed, 30 Jan 2013 17:17:56 +0000 (18:17 +0100)]
Cache: don't insert duplicated during upgrade

11 years agouse new user function to display real name if available, username still fallback
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

11 years agoMerge pull request #1381 from schiesbn/make_strings_translatable
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

11 years agomake strings translatable
Björn Schießle [Wed, 30 Jan 2013 15:28:41 +0000 (16:28 +0100)]
make strings translatable

11 years agomake spinner title translatable
Björn Schießle [Wed, 30 Jan 2013 15:20:13 +0000 (16:20 +0100)]
make spinner title translatable

11 years agoadd spinner for undelete operation for visualisation
Björn Schießle [Wed, 30 Jan 2013 14:35:24 +0000 (15:35 +0100)]
add spinner for undelete operation for visualisation

11 years agoremove leftover code
Frank Karlitschek [Wed, 30 Jan 2013 14:27:20 +0000 (15:27 +0100)]
remove leftover code

11 years agofix typo
Frank Karlitschek [Wed, 30 Jan 2013 13:52:35 +0000 (14:52 +0100)]
fix typo

11 years agoReduced Styling and Image loads as from src and not backgorund.
raghunayyar [Wed, 30 Jan 2013 13:42:51 +0000 (19:12 +0530)]
Reduced Styling and Image loads as from src and not backgorund.

11 years agoMerge pull request #1225 from owncloud/add_multiselect_dnd
Thomas Müller [Wed, 30 Jan 2013 13:41:01 +0000 (05:41 -0800)]
Merge pull request #1225 from owncloud/add_multiselect_dnd

add multselect dnd

11 years agoMerge pull request #1377 from irgsmirx/patch-3
Lukas Reschke [Wed, 30 Jan 2013 13:37:52 +0000 (05:37 -0800)]
Merge pull request #1377 from irgsmirx/patch-3

Update lib/base.php

11 years agomerge master
Frank Karlitschek [Wed, 30 Jan 2013 13:36:17 +0000 (14:36 +0100)]
merge master

Merge branch 'master' into improved_appsmanagement

Conflicts:
settings/apps.php
settings/templates/apps.php

11 years agoshow a spinner instead of the delete button while moving files to the trash bin
Björn Schießle [Wed, 30 Jan 2013 13:32:20 +0000 (14:32 +0100)]
show a spinner instead of the delete button while moving files to the trash bin

11 years agoUpdate lib/base.php
irgsmirx [Wed, 30 Jan 2013 13:27:08 +0000 (14:27 +0100)]
Update lib/base.php

Correction of typo "locate" -> "locale".

11 years agoMerge branch 'master' into navigation
Jan-Christoph Borchardt [Wed, 30 Jan 2013 12:53:43 +0000 (13:53 +0100)]
Merge branch 'master' into navigation

11 years agoLDAP: update link to online documentation
Arthur Schiwon [Wed, 30 Jan 2013 12:48:59 +0000 (13:48 +0100)]
LDAP: update link to online documentation

11 years agomark recommended apps. server part not yet fully implemented
Frank Karlitschek [Wed, 30 Jan 2013 12:39:53 +0000 (13:39 +0100)]
mark recommended apps. server part not yet fully implemented

11 years agouse $.trim() for IE8
Jörn Friedrich Dreyer [Wed, 30 Jan 2013 12:29:24 +0000 (13:29 +0100)]
use $.trim() for IE8

11 years agofix OC_Log::ERROR call
Björn Schießle [Wed, 30 Jan 2013 12:04:32 +0000 (13:04 +0100)]
fix OC_Log::ERROR call

11 years agosome minor improvements
Björn Schießle [Wed, 30 Jan 2013 12:01:53 +0000 (13:01 +0100)]
some minor improvements

11 years agoreset checkbox after getting selected files instead of ofter dragging, speed up revert
Jörn Friedrich Dreyer [Mon, 21 Jan 2013 13:58:55 +0000 (14:58 +0100)]
reset checkbox after getting selected files instead of ofter dragging, speed up revert

11 years agouse post instead of get
Jörn Friedrich Dreyer [Fri, 18 Jan 2013 21:16:04 +0000 (22:16 +0100)]
use post instead of get

11 years agoadd multselect dnd
Jörn Friedrich Dreyer [Fri, 18 Jan 2013 20:49:38 +0000 (21:49 +0100)]
add multselect dnd

11 years agomake background transparent
Björn Schießle [Wed, 30 Jan 2013 11:56:22 +0000 (12:56 +0100)]
make background transparent

11 years agoapps updater is now working
root [Wed, 30 Jan 2013 11:08:14 +0000 (12:08 +0100)]
apps updater is now working

11 years agoMerge pull request #1227 from owncloud/hideuploadprogresscancelinielt10
Thomas Müller [Wed, 30 Jan 2013 10:48:12 +0000 (02:48 -0800)]
Merge pull request #1227 from owncloud/hideuploadprogresscancelinielt10

hide upload progress bar and cancel action in IE < 10

11 years agoMerge pull request #1308 from TheSFReader/master
Jörn Friedrich Dreyer [Wed, 30 Jan 2013 10:37:11 +0000 (02:37 -0800)]
Merge pull request #1308 from TheSFReader/master

Changed the linkTo function (from Helper class) to get rid of an unnecessary (and potentially non conform) leading '&' character when adding arguments