]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agorefs #933 send content length header - this will allow the browser to show the progre...
Thomas Mueller [Wed, 19 Dec 2012 10:22:01 +0000 (11:22 +0100)]
refs #933 send content length header - this will allow the browser to show the progressbar

11 years agoMerge pull request #949 from RandolfCarter/InvalidDefaultAddress
Thomas Müller [Wed, 19 Dec 2012 08:33:53 +0000 (00:33 -0800)]
Merge pull request #949 from RandolfCarter/InvalidDefaultAddress

Fixing default email sender address

11 years agofixes default email sender address
Randolph Carter [Wed, 19 Dec 2012 00:09:14 +0000 (01:09 +0100)]
fixes default email sender address

11 years agoMerge pull request #913 from owncloud/fix_settings
Frank Karlitschek [Tue, 18 Dec 2012 23:27:52 +0000 (15:27 -0800)]
Merge pull request #913 from owncloud/fix_settings

cleaning up the settings

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 18 Dec 2012 23:04:14 +0000 (00:04 +0100)]
[tx-robot] updated from transifex

11 years agocall the password input field by name
Björn Schießle [Fri, 14 Dec 2012 12:25:57 +0000 (13:25 +0100)]
call the password input field by name

11 years agoautofocus to password input after clicking the checkbox; code restructured; debug...
Björn Schießle [Fri, 14 Dec 2012 12:13:01 +0000 (13:13 +0100)]
autofocus to password input after clicking the checkbox; code restructured; debug output added

11 years agosome more usability improvements:
Björn Schießle [Wed, 5 Dec 2012 13:17:21 +0000 (14:17 +0100)]
some more usability improvements:

merged pull request https://github.com/owncloud/core/pull/121 into this patch with fixes for all issues mentioned in 121

11 years agoset password for shared links when the user press enter and when he leaves the passwo...
Björn Schießle [Tue, 4 Dec 2012 13:06:44 +0000 (14:06 +0100)]
set password for shared links when the user press enter and when he leaves the password field

11 years agoMerge pull request #905 from owncloud/fix_mountpointescaping
Thomas Müller [Tue, 18 Dec 2012 12:01:07 +0000 (04:01 -0800)]
Merge pull request #905 from owncloud/fix_mountpointescaping

proper escape the mountpoints.

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 17 Dec 2012 23:14:58 +0000 (00:14 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #929 from owncloud/fix_utf8_filenames_in_ie_download
Thomas Müller [Mon, 17 Dec 2012 22:53:15 +0000 (14:53 -0800)]
Merge pull request #929 from owncloud/fix_utf8_filenames_in_ie_download

fix utf8 filenames in ie download response header according to rfc5987, ...

11 years agofix utf8 filenames in ie download response header according to rfc5987, see http...
Jörn Friedrich Dreyer [Mon, 17 Dec 2012 15:23:12 +0000 (16:23 +0100)]
fix utf8 filenames in ie download response header according to rfc5987, see http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http

11 years agoMerge pull request #842 from owncloud/restrict_keyboard_shortcuts
Thomas Müller [Mon, 17 Dec 2012 15:38:53 +0000 (07:38 -0800)]
Merge pull request #842 from owncloud/restrict_keyboard_shortcuts

prevent keyboardshortcuts from catching events outside the main doc - e....

11 years agoMerge pull request #928 from owncloud/fix_permissioncheck
Lukas Reschke [Mon, 17 Dec 2012 13:55:15 +0000 (05:55 -0800)]
Merge pull request #928 from owncloud/fix_permissioncheck

check if admin

11 years agocheck if admin
Frank Karlitschek [Mon, 17 Dec 2012 13:46:57 +0000 (14:46 +0100)]
check if admin

11 years agoMerge pull request #926 from owncloud/fix_issue_826
Thomas Müller [Mon, 17 Dec 2012 10:05:06 +0000 (02:05 -0800)]
Merge pull request #926 from owncloud/fix_issue_826

Fall back to default log file if logfile config file not found

11 years agoFall back to default log file if logfile config file not found, suppress writing...
Michael Gapczynski [Mon, 17 Dec 2012 00:43:32 +0000 (19:43 -0500)]
Fall back to default log file if logfile config file not found, suppress writing errors, fixes issue #826

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 16 Dec 2012 23:10:49 +0000 (00:10 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #924 from owncloud/versions_write_hook
Michael Gapczynski [Sun, 16 Dec 2012 23:02:49 +0000 (15:02 -0800)]
Merge pull request #924 from owncloud/versions_write_hook

Change post_write hook to write for files_versions app

11 years agoChange post_write hook to write to prevent creating a duplicate of the original file...
Michael Gapczynski [Sun, 16 Dec 2012 20:08:18 +0000 (15:08 -0500)]
Change post_write hook to write to prevent creating a duplicate of the original file on upload

11 years agoMerge pull request #923 from owncloud/hooks_try_catch
icewind1991 [Sun, 16 Dec 2012 20:06:19 +0000 (12:06 -0800)]
Merge pull request #923 from owncloud/hooks_try_catch

wrap hooks into a try, catch to prevent a faulty app from crashing the request

11 years agowrap hooks into a try, catch to prevent a faulty app from crashing the request
Robin Appelman [Sun, 16 Dec 2012 19:29:36 +0000 (20:29 +0100)]
wrap hooks into a try, catch to prevent a faulty app from crashing the request

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 15 Dec 2012 23:12:10 +0000 (00:12 +0100)]
[tx-robot] updated from transifex

11 years agocleaning up the settings. standardize the format, add missing I10N and other small...
Frank Karlitschek [Sat, 15 Dec 2012 19:02:16 +0000 (20:02 +0100)]
cleaning up the settings. standardize the format, add missing I10N and other small things. Yes. This is not perfect. But way better than before ;-)

11 years agoMerge pull request #875 from owncloud/multiplefiles_json
Bart Visscher [Sat, 15 Dec 2012 00:26:09 +0000 (16:26 -0800)]
Merge pull request #875 from owncloud/multiplefiles_json

use json when deleting multiply files instead of using ; as delimiter

11 years agoMore style fixes
Bart Visscher [Fri, 14 Dec 2012 22:50:21 +0000 (23:50 +0100)]
More style fixes

11 years agoMore whitespace fixes
Bart Visscher [Fri, 14 Dec 2012 22:16:32 +0000 (23:16 +0100)]
More whitespace fixes

11 years agoFix "There must be a single space between the closing parenthesis and the opening...
Bart Visscher [Fri, 14 Dec 2012 22:38:38 +0000 (23:38 +0100)]
Fix "There must be a single space between the closing parenthesis and the opening brace"

11 years agoFix some of "Closing brace must be on a line by itself"
Bart Visscher [Fri, 14 Dec 2012 22:22:46 +0000 (23:22 +0100)]
Fix some of "Closing brace must be on a line by itself"

11 years agoFix "Line indented incorrectly"
Bart Visscher [Fri, 14 Dec 2012 22:04:42 +0000 (23:04 +0100)]
Fix "Line indented incorrectly"

11 years agoFix "No space found after comma in function call"
Bart Visscher [Fri, 14 Dec 2012 21:52:40 +0000 (22:52 +0100)]
Fix "No space found after comma in function call"

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 14 Dec 2012 23:12:10 +0000 (00:12 +0100)]
[tx-robot] updated from transifex

11 years agoproper escape the mountpoints. Fixes
Frank Karlitschek [Fri, 14 Dec 2012 22:31:50 +0000 (23:31 +0100)]
proper escape the mountpoints. Fixes
https://github.com/owncloud/core/issues/557

11 years agoGive also hint about possible conflicts in the user_webdavauth description
Arthur Schiwon [Thu, 13 Dec 2012 23:59:23 +0000 (00:59 +0100)]
Give also hint about possible conflicts in the user_webdavauth description

11 years agoAlso show a more prominent warning when php_ldap is not installed
Arthur Schiwon [Thu, 13 Dec 2012 23:58:29 +0000 (00:58 +0100)]
Also show a more prominent warning when php_ldap is not installed

11 years agoShow conflict warning when user_ldap and user_webdavauth are enabled
Arthur Schiwon [Thu, 13 Dec 2012 23:29:48 +0000 (00:29 +0100)]
Show conflict warning when user_ldap and user_webdavauth are enabled

11 years agoShow conflict warning when user_ldap and user_webdavauth are enabled
Arthur Schiwon [Thu, 13 Dec 2012 23:29:15 +0000 (00:29 +0100)]
Show conflict warning when user_ldap and user_webdavauth are enabled

11 years agoMerge pull request #850 from owncloud/icons-for-login
Frank Karlitschek [Fri, 14 Dec 2012 08:12:41 +0000 (00:12 -0800)]
Merge pull request #850 from owncloud/icons-for-login

Icons for login

11 years agoimplement getCurrentUser in Sabre Auth Connector, fixes #508
Arthur Schiwon [Thu, 13 Dec 2012 00:30:34 +0000 (01:30 +0100)]
implement getCurrentUser in Sabre Auth Connector, fixes #508

11 years agouse username, not passed loginname, might differ
Arthur Schiwon [Thu, 13 Dec 2012 00:30:25 +0000 (01:30 +0100)]
use username, not passed loginname, might differ

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 13 Dec 2012 23:17:42 +0000 (00:17 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #876 from owncloud/mimicon_fix
icewind1991 [Thu, 13 Dec 2012 22:41:22 +0000 (14:41 -0800)]
Merge pull request #876 from owncloud/mimicon_fix

fix mimetype icons for new files

11 years agofix mimetype icons for new files
Robin Appelman [Thu, 13 Dec 2012 21:31:43 +0000 (22:31 +0100)]
fix mimetype icons for new files

11 years agoremove unneeded line
Robin Appelman [Thu, 13 Dec 2012 21:12:27 +0000 (22:12 +0100)]
remove unneeded line

11 years agouse json encoding when deleting multiply files instead of using ; as delimiter
Robin Appelman [Thu, 13 Dec 2012 17:11:00 +0000 (18:11 +0100)]
use json encoding when deleting multiply files instead of using ; as delimiter

11 years agoMerge pull request #855 from owncloud/ungreenify
blizzz [Thu, 13 Dec 2012 12:19:38 +0000 (04:19 -0800)]
Merge pull request #855 from owncloud/ungreenify

ungreenify new & upload buttons

11 years agosmall code reordering of inputs and buttons
Jan-Christoph Borchardt [Thu, 13 Dec 2012 11:51:45 +0000 (12:51 +0100)]
small code reordering of inputs and buttons

11 years agoimprove general button coloring
Jan-Christoph Borchardt [Thu, 13 Dec 2012 11:49:59 +0000 (12:49 +0100)]
improve general button coloring

11 years agoMerge pull request #584 from wardragon/ldap_access_userExists_fix
blizzz [Thu, 13 Dec 2012 00:59:43 +0000 (16:59 -0800)]
Merge pull request #584 from wardragon/ldap_access_userExists_fix

Really fix OCP\Share::shareItem with LDAP users

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 12 Dec 2012 23:18:20 +0000 (00:18 +0100)]
[tx-robot] updated from transifex

11 years agoungreenify new & upload buttons
Jan-Christoph Borchardt [Wed, 12 Dec 2012 23:12:21 +0000 (00:12 +0100)]
ungreenify new & upload buttons

11 years agoMerge pull request #847 from owncloud/webdav-quota-fix-exception
Thomas Müller [Wed, 12 Dec 2012 22:02:45 +0000 (14:02 -0800)]
Merge pull request #847 from owncloud/webdav-quota-fix-exception

throwing InsufficientStorage in case the quota is reached

11 years agotweak icons for username and password fields, now it’s good
Jan-Christoph Borchardt [Wed, 12 Dec 2012 21:40:08 +0000 (22:40 +0100)]
tweak icons for username and password fields, now it’s good

11 years agothrowing InsufficientStorage in case the quota is reached
Thomas Mueller [Wed, 12 Dec 2012 19:09:57 +0000 (20:09 +0100)]
throwing InsufficientStorage in case the quota is reached

11 years agoset the session name to the instance id - which is unique
Thomas Mueller [Wed, 12 Dec 2012 10:46:43 +0000 (11:46 +0100)]
set the session name to the instance id - which is unique

Conflicts:
lib/base.php

11 years agoMerge pull request #810 from owncloud/send-share-link-by-email
Thomas Müller [Wed, 12 Dec 2012 12:54:51 +0000 (04:54 -0800)]
Merge pull request #810 from owncloud/send-share-link-by-email

restoring feature to send sharing link via email

11 years agoprevent keyboardshortcuts from catching events outside the main doc - e.g. the share...
Thomas Mueller [Wed, 12 Dec 2012 11:55:29 +0000 (12:55 +0100)]
prevent keyboardshortcuts from catching events outside the main doc - e.g. the share popup

11 years agoMerge pull request #766 from btactic/language_autodetect
Thomas Müller [Wed, 12 Dec 2012 11:43:17 +0000 (03:43 -0800)]
Merge pull request #766 from btactic/language_autodetect

Improve autodetection of language.

11 years agofeedback to the user while request is being processed
Thomas Mueller [Wed, 12 Dec 2012 11:34:28 +0000 (12:34 +0100)]
feedback to the user while request is being processed

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 11 Dec 2012 23:14:08 +0000 (00:14 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #829 from owncloud/contacts_api_namespace_fix
Bart Visscher [Tue, 11 Dec 2012 21:38:57 +0000 (13:38 -0800)]
Merge pull request #829 from owncloud/contacts_api_namespace_fix

[contacts_api] IAddressBook moved to OCP as it's used by apps to provide...

11 years agoMerge pull request #825 from owncloud/oc_namespace
Thomas Müller [Tue, 11 Dec 2012 18:31:42 +0000 (10:31 -0800)]
Merge pull request #825 from owncloud/oc_namespace

Autoload classes with 'OC' namespace prefix.

11 years agoicons for username and password field, not sure if it’s good
Jan-Christoph Borchardt [Tue, 11 Dec 2012 17:54:43 +0000 (18:54 +0100)]
icons for username and password field, not sure if it’s good

11 years agoMerge pull request #813 from owncloud/check_external_dependencies
Thomas Müller [Tue, 11 Dec 2012 16:53:34 +0000 (08:53 -0800)]
Merge pull request #813 from owncloud/check_external_dependencies

Check external dependencies

11 years ago[contacts_api] IAddressBook moved to OCP as it's used by apps to provide access to...
Thomas Mueller [Tue, 11 Dec 2012 16:42:09 +0000 (17:42 +0100)]
[contacts_api] IAddressBook moved to OCP as it's used by apps to provide access to their contact data

11 years agoAutoload classes with 'OC' namespace prefix.
Thomas Tanghus [Tue, 11 Dec 2012 15:00:48 +0000 (16:00 +0100)]
Autoload classes with 'OC' namespace prefix.

11 years agoMerge pull request #824 from owncloud/add_user_backend_registration_debug_log
Frank Karlitschek [Tue, 11 Dec 2012 14:34:20 +0000 (06:34 -0800)]
Merge pull request #824 from owncloud/add_user_backend_registration_debug_log

add debug logging for user backend registration

11 years agoadd debug logging for user backend registration
Jörn Friedrich Dreyer [Tue, 11 Dec 2012 13:56:04 +0000 (14:56 +0100)]
add debug logging for user backend registration

11 years agoMerge pull request #697 from eMerzh/revoke_on_create
Thomas Müller [Tue, 11 Dec 2012 13:20:41 +0000 (05:20 -0800)]
Merge pull request #697 from eMerzh/revoke_on_create

Revoke DB rights on install only if the db is newly created

11 years agoMerge pull request #623 from owncloud/contacts_api_2
Thomas Müller [Tue, 11 Dec 2012 13:10:54 +0000 (05:10 -0800)]
Merge pull request #623 from owncloud/contacts_api_2

Contacts API has been implemented and unit tests are provided

11 years agoctor of OC_L10N requires the app name
Thomas Mueller [Tue, 11 Dec 2012 13:07:01 +0000 (14:07 +0100)]
ctor of OC_L10N requires the app name

11 years agoMerge pull request #807 from owncloud/add-changes-again
Thomas Müller [Tue, 11 Dec 2012 12:35:10 +0000 (04:35 -0800)]
Merge pull request #807 from owncloud/add-changes-again

add my install changes back again

11 years agodon't call shell_exec if safe_mode is on.
Frank Karlitschek [Tue, 11 Dec 2012 12:20:20 +0000 (13:20 +0100)]
don't call shell_exec if safe_mode is on.

11 years agoremove obsolete CSS, fix database host label position
Jan-Christoph Borchardt [Tue, 11 Dec 2012 12:02:45 +0000 (13:02 +0100)]
remove obsolete CSS, fix database host label position

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 10 Dec 2012 23:04:40 +0000 (00:04 +0100)]
[tx-robot] updated from transifex

11 years agomoving sharing email code to core
Thomas Mueller [Mon, 10 Dec 2012 22:22:42 +0000 (23:22 +0100)]
moving sharing email code to core

11 years agodisable not available external filesystems. Restructure the configuration a bit and...
Frank Karlitschek [Mon, 10 Dec 2012 20:44:43 +0000 (21:44 +0100)]
disable not available external filesystems. Restructure the configuration a bit and improve naming

11 years agoadd some output why some of the external filesystems might not work
Frank Karlitschek [Mon, 10 Dec 2012 20:10:28 +0000 (21:10 +0100)]
add some output why some of the external filesystems might not work

11 years agorestoring feature to send sharing link via email
Thomas Mueller [Mon, 10 Dec 2012 17:41:08 +0000 (18:41 +0100)]
restoring feature to send sharing link via email

11 years agoadd my install changes from #721 again after they have been reverted through #282
Jan-Christoph Borchardt [Mon, 10 Dec 2012 14:08:58 +0000 (15:08 +0100)]
add my install changes from #721 again after they have been reverted through #282

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 9 Dec 2012 23:12:32 +0000 (00:12 +0100)]
[tx-robot] updated from transifex

11 years agoFix the loop to search al the available languages, not only the las element.
Sergi Almacellas Abellana [Sun, 9 Dec 2012 19:21:04 +0000 (20:21 +0100)]
Fix the loop to search al the available languages, not only the las element.

11 years agoMerge pull request #282 from butonic/fix_new_and_upload_button_html_css
Thomas Müller [Sun, 9 Dec 2012 09:25:50 +0000 (01:25 -0800)]
Merge pull request #282 from butonic/fix_new_and_upload_button_html_css

fix_new_and_upload_button_html_css

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 8 Dec 2012 23:12:41 +0000 (00:12 +0100)]
[tx-robot] updated from transifex

11 years ago[contacts_api] move addressbook to it's own file
Thomas Mueller [Sat, 8 Dec 2012 15:42:54 +0000 (16:42 +0100)]
[contacts_api] move addressbook to it's own file

11 years agoMerge pull request #762 from owncloud/database_exception
Thomas Müller [Sat, 8 Dec 2012 11:42:01 +0000 (03:42 -0800)]
Merge pull request #762 from owncloud/database_exception

dont handle database exception in OC_DB

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 7 Dec 2012 23:10:53 +0000 (00:10 +0100)]
[tx-robot] updated from transifex

11 years agoImprove autodetection of language.
Sergi Almacellas Abellana [Fri, 7 Dec 2012 19:34:17 +0000 (20:34 +0100)]
Improve autodetection of language.

Fixes #730.

11 years agocleanup CSS whitespace and remove extra input[type='checkbok']
Jörn Friedrich Dreyer [Fri, 7 Dec 2012 16:41:52 +0000 (17:41 +0100)]
cleanup CSS whitespace and remove extra input[type='checkbok']

11 years agofix svg -> png replacement for android, cleanup and remove obsolete css
Jörn Friedrich Dreyer [Fri, 7 Dec 2012 11:12:40 +0000 (12:12 +0100)]
fix svg -> png replacement for android, cleanup and remove obsolete css

11 years agofix new li icons jumping when replacing p with input
Jörn Friedrich Dreyer [Thu, 6 Dec 2012 15:37:23 +0000 (16:37 +0100)]
fix new li icons jumping when replacing p with input

11 years agoadd IE9 CSS checkbox fixes
Jörn Friedrich Dreyer [Wed, 5 Dec 2012 10:17:41 +0000 (11:17 +0100)]
add IE9 CSS checkbox fixes

11 years agoExclude LDAP backend from global user searches
Lorenzo M. Catucci [Thu, 6 Dec 2012 17:11:14 +0000 (18:11 +0100)]
Exclude LDAP backend from global user searches

triggered by itself.

11 years agoAdd an $excludingBackend optional parameter
Lorenzo M. Catucci [Thu, 6 Dec 2012 17:09:47 +0000 (18:09 +0100)]
Add an $excludingBackend optional parameter

to the userExists method both in OCP\User and in OC_User.

11 years agodont handle database exception in OC_DB
Robin Appelman [Fri, 7 Dec 2012 15:09:29 +0000 (16:09 +0100)]
dont handle database exception in OC_DB

give the caller the option to handle the exception

11 years agoupload button HTML, CSS & JS cleanup
Jörn Friedrich Dreyer [Tue, 4 Dec 2012 22:45:12 +0000 (23:45 +0100)]
upload button HTML, CSS & JS cleanup

11 years agormeove vendor prefix for box-shadow
Jörn Friedrich Dreyer [Mon, 12 Nov 2012 10:03:20 +0000 (11:03 +0100)]
rmeove vendor prefix for box-shadow

11 years agofix_new_and_upload_button_html_css
Jörn Friedrich Dreyer [Tue, 6 Nov 2012 11:20:57 +0000 (12:20 +0100)]
fix_new_and_upload_button_html_css

11 years agoMerge pull request #721 from owncloud/improve-installation-and-login
Bart Visscher [Fri, 7 Dec 2012 13:30:30 +0000 (05:30 -0800)]
Merge pull request #721 from owncloud/improve-installation-and-login

Improve installation and login