]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoMerge pull request #2108 from owncloud/fix_ldap_errorcheck
Björn Schießle [Tue, 5 Mar 2013 13:03:14 +0000 (05:03 -0800)]
Merge pull request #2108 from owncloud/fix_ldap_errorcheck

LDAP: error codes can be negative, too

11 years agoLDAP: error codes can be negative, too
Arthur Schiwon [Tue, 5 Mar 2013 12:47:03 +0000 (13:47 +0100)]
LDAP: error codes can be negative, too

11 years agoownCloud 5 RC2 v5.0.0RC2
Frank Karlitschek [Sat, 2 Mar 2013 03:06:27 +0000 (04:06 +0100)]
ownCloud 5 RC2

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

11 years agoMerge pull request #2096 from owncloud/cache-upgrade-id
Michael Gapczynski [Mon, 4 Mar 2013 22:55:20 +0000 (14:55 -0800)]
Merge pull request #2096 from owncloud/cache-upgrade-id

Cache: also check if the file id is already in the cache during upgrade

11 years agoCache: more efficient detection for existing entries during upgrade
Robin Appelman [Mon, 4 Mar 2013 22:19:55 +0000 (23:19 +0100)]
Cache: more efficient detection for existing entries during upgrade

11 years agoMerge pull request #2077 from owncloud/oc_filepicker_inline_js
Lukas Reschke [Mon, 4 Mar 2013 21:49:52 +0000 (13:49 -0800)]
Merge pull request #2077 from owncloud/oc_filepicker_inline_js

Remove inline js from OC.Dialogs.FilePicker.

11 years agoMerge pull request #2092 from owncloud/infieldlabels-placeholder
Lukas Reschke [Mon, 4 Mar 2013 21:31:21 +0000 (13:31 -0800)]
Merge pull request #2092 from owncloud/infieldlabels-placeholder

explicitly add empty placeholder to inputs which use infield labels

11 years agoCache: also check if the file id is already in the cache during upgrade
Robin Appelman [Mon, 4 Mar 2013 21:26:03 +0000 (22:26 +0100)]
Cache: also check if the file id is already in the cache during upgrade

Should solve upgrade issues if only some of the configured storages were migrated previously

11 years agoMerge pull request #2090 from owncloud/fixing-2089-master
Frank Karlitschek [Mon, 4 Mar 2013 21:17:35 +0000 (13:17 -0800)]
Merge pull request #2090 from owncloud/fixing-2089-master

fixes #2089

11 years agoexplicitly add empty placeholder to inputs which use infield labels, fix #2049
Jan-Christoph Borchardt [Mon, 4 Mar 2013 21:11:57 +0000 (22:11 +0100)]
explicitly add empty placeholder to inputs which use infield labels, fix #2049

11 years agoMerge pull request #2030 from j-ed/master
Bernhard Posselt [Mon, 4 Mar 2013 20:59:39 +0000 (12:59 -0800)]
Merge pull request #2030 from j-ed/master

suppress log messages like `include path for class ... starts with "apps/"`

11 years agoMerge pull request #2088 from owncloud/fixing-1844-again-master
Bernhard Posselt [Mon, 4 Mar 2013 20:52:35 +0000 (12:52 -0800)]
Merge pull request #2088 from owncloud/fixing-1844-again-master

adding test case for getDefaultEmailAddress() + fixing #1844 again

11 years agofixes #2089
Thomas Mueller [Mon, 4 Mar 2013 20:45:21 +0000 (21:45 +0100)]
fixes #2089

11 years agoadding test case for getDefaultEmailAddress() + fixing #1844 again
Thomas Mueller [Mon, 4 Mar 2013 20:10:18 +0000 (21:10 +0100)]
adding test case for getDefaultEmailAddress() + fixing #1844 again

11 years agoMerge pull request #2078 from owncloud/save_category_relations
Thomas Müller [Mon, 4 Mar 2013 20:04:16 +0000 (12:04 -0800)]
Merge pull request #2078 from owncloud/save_category_relations

VCategories: Don't forget to save category relations if category exists.

11 years agoMerge pull request #2085 from owncloud/csp_shitty-browsers
Lukas Reschke [Mon, 4 Mar 2013 20:03:00 +0000 (12:03 -0800)]
Merge pull request #2085 from owncloud/csp_shitty-browsers

Only send the standard headers

11 years agoOnly send the standard headers
Lukas Reschke [Mon, 4 Mar 2013 19:35:58 +0000 (20:35 +0100)]
Only send the standard headers

Fixes https://github.com/owncloud/apps/issues/675

11 years agoMerge pull request #2084 from owncloud/fix-group-displaynames
Bernhard Posselt [Mon, 4 Mar 2013 19:12:34 +0000 (11:12 -0800)]
Merge pull request #2084 from owncloud/fix-group-displaynames

Fix #2074 by initializing  as an array

11 years agoFix #2074 by initializing as an array
Michael Gapczynski [Mon, 4 Mar 2013 17:08:41 +0000 (12:08 -0500)]
Fix #2074 by initializing  as an array

11 years agoMerge pull request #2082 from owncloud/fix-permissions-class
Bernhard Posselt [Mon, 4 Mar 2013 17:03:09 +0000 (09:03 -0800)]
Merge pull request #2082 from owncloud/fix-permissions-class

Change remove() $user parameter to optional

11 years agoMerge pull request #2079 from owncloud/fix_expire_function
Bernhard Posselt [Mon, 4 Mar 2013 17:01:58 +0000 (09:01 -0800)]
Merge pull request #2079 from owncloud/fix_expire_function

fix expire function

11 years agoMerge pull request #2076 from owncloud/filestable-specificity
Bernhard Posselt [Mon, 4 Mar 2013 17:00:05 +0000 (09:00 -0800)]
Merge pull request #2076 from owncloud/filestable-specificity

fix files table CSS specificity issue causing multiselect bar overlap

11 years agoChange remove() $user parameter to optional
Michael Gapczynski [Mon, 4 Mar 2013 16:44:09 +0000 (11:44 -0500)]
Change remove() $user parameter to optional

11 years agofix expire function
Björn Schießle [Mon, 4 Mar 2013 16:20:14 +0000 (17:20 +0100)]
fix expire function

11 years agoVCategories: Don't forget to save category relations if category exists.
Thomas Tanghus [Mon, 4 Mar 2013 16:05:08 +0000 (17:05 +0100)]
VCategories: Don't forget to save category relations if category exists.

11 years agoCorrects Files Layout in Trashbin
raghunayyar [Mon, 4 Mar 2013 16:04:50 +0000 (21:34 +0530)]
Corrects Files Layout in Trashbin

11 years agoRemove inline js from OC.Dialogs.FilePicker.
Thomas Tanghus [Mon, 4 Mar 2013 15:36:49 +0000 (16:36 +0100)]
Remove inline js from OC.Dialogs.FilePicker.

11 years agofix files table CSS specificity issue causing multiselect bar overlap, fix #2075
Jan-Christoph Borchardt [Mon, 4 Mar 2013 15:10:11 +0000 (16:10 +0100)]
fix files table CSS specificity issue causing multiselect bar overlap, fix #2075

11 years agoMerge pull request #2073 from owncloud/trashbin_userHome
blizzz [Mon, 4 Mar 2013 12:38:24 +0000 (04:38 -0800)]
Merge pull request #2073 from owncloud/trashbin_userHome

make trashbin work with different user homes

11 years agoMerge pull request #2072 from owncloud/fix_typo
Frank Karlitschek [Mon, 4 Mar 2013 12:19:24 +0000 (04:19 -0800)]
Merge pull request #2072 from owncloud/fix_typo

fix wrong var name

11 years agodamn copy&paste, fix wrong var name
Björn Schießle [Mon, 4 Mar 2013 11:59:48 +0000 (12:59 +0100)]
damn copy&paste, fix wrong var name

11 years agomake trashbin work with different user homes
Björn Schießle [Mon, 4 Mar 2013 11:57:32 +0000 (12:57 +0100)]
make trashbin work with different user homes

11 years agoMerge pull request #2069 from owncloud/fix_sanitize_call
Lukas Reschke [Mon, 4 Mar 2013 11:41:47 +0000 (03:41 -0800)]
Merge pull request #2069 from owncloud/fix_sanitize_call

use p() for the output and not for the comparison

11 years agoMerge pull request #2070 from owncloud/fix_quota
Björn Schießle [Mon, 4 Mar 2013 11:33:47 +0000 (03:33 -0800)]
Merge pull request #2070 from owncloud/fix_quota

fix quota calculation for trash and versions

11 years agofix type in var name
Björn Schießle [Mon, 4 Mar 2013 11:33:16 +0000 (12:33 +0100)]
fix type in var name

11 years agofix quota calculation for trash and versions
Björn Schießle [Mon, 4 Mar 2013 11:17:57 +0000 (12:17 +0100)]
fix quota calculation for trash and versions

11 years agofix p() call
Björn Schießle [Mon, 4 Mar 2013 11:12:27 +0000 (12:12 +0100)]
fix p() call

11 years agouse p() for the output and not for the comparison
Björn Schießle [Mon, 4 Mar 2013 11:01:45 +0000 (12:01 +0100)]
use p() for the output and not for the comparison

11 years agoMerge pull request #2068 from owncloud/fix_ldap_typo
Lukas Reschke [Mon, 4 Mar 2013 10:56:02 +0000 (02:56 -0800)]
Merge pull request #2068 from owncloud/fix_ldap_typo

LDAP: typos in app description

11 years agoLDAP: orthograophy fix
Arthur Schiwon [Mon, 4 Mar 2013 10:44:34 +0000 (11:44 +0100)]
LDAP: orthograophy fix

11 years agoLDAP: typos in app description
Arthur Schiwon [Mon, 4 Mar 2013 10:29:35 +0000 (11:29 +0100)]
LDAP: typos in app description

11 years agoMerge pull request #2044 from owncloud/fix_1779_including_permanent_shares
Bart Visscher [Mon, 4 Mar 2013 09:56:23 +0000 (01:56 -0800)]
Merge pull request #2044 from owncloud/fix_1779_including_permanent_shares

Fix file actions including permanent shares

11 years agoMerge pull request #2065 from owncloud/files_datepicker
Bart Visscher [Mon, 4 Mar 2013 09:43:32 +0000 (01:43 -0800)]
Merge pull request #2065 from owncloud/files_datepicker

Datepicker height fixed.

11 years agoMerge pull request #2061 from owncloud/app-text
Frank Karlitschek [Mon, 4 Mar 2013 08:01:26 +0000 (00:01 -0800)]
Merge pull request #2061 from owncloud/app-text

Add the description as text and not as html

11 years agoMerge pull request #2060 from owncloud/escapeGroupname
Frank Karlitschek [Mon, 4 Mar 2013 08:00:47 +0000 (00:00 -0800)]
Merge pull request #2060 from owncloud/escapeGroupname

Sanitize uid, group and quota

11 years agoMerge pull request #2059 from owncloud/getlog
Frank Karlitschek [Mon, 4 Mar 2013 08:00:04 +0000 (00:00 -0800)]
Merge pull request #2059 from owncloud/getlog

Add log as text and not as HTML

11 years agoDatepicker height fixed.
raghunayyar [Mon, 4 Mar 2013 03:51:38 +0000 (09:21 +0530)]
Datepicker height fixed.

New id defined for files table for positioning.

11 years agoMerge pull request #2062 from owncloud/shareType
Bernhard Posselt [Mon, 4 Mar 2013 00:27:51 +0000 (16:27 -0800)]
Merge pull request #2062 from owncloud/shareType

Sanitize shareWith

11 years agoSanitize shareWith
Lukas Reschke [Sun, 3 Mar 2013 23:54:21 +0000 (00:54 +0100)]
Sanitize shareWith

11 years agoAdd the description as text and not as html
Lukas Reschke [Sun, 3 Mar 2013 23:19:07 +0000 (00:19 +0100)]
Add the description as text and not as html

11 years agoSanitize uid, group and quota
Lukas Reschke [Sun, 3 Mar 2013 23:11:46 +0000 (00:11 +0100)]
Sanitize uid, group and quota

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

11 years agoAdd log as text and not as HTML
Lukas Reschke [Sun, 3 Mar 2013 22:46:08 +0000 (23:46 +0100)]
Add log as text and not as HTML

11 years agoMerge pull request #2057 from owncloud/upgrade-fixes
Frank Karlitschek [Sun, 3 Mar 2013 22:38:50 +0000 (14:38 -0800)]
Merge pull request #2057 from owncloud/upgrade-fixes

Upgrade fixes

11 years agoMerge pull request #2058 from owncloud/fix-getlog
Frank Karlitschek [Sun, 3 Mar 2013 22:38:32 +0000 (14:38 -0800)]
Merge pull request #2058 from owncloud/fix-getlog

Fix encoding settings ajax getlog

11 years agoDisable loading of backgroundjobs js when upgrade is needed
Bart Visscher [Sun, 3 Mar 2013 22:08:41 +0000 (23:08 +0100)]
Disable loading of backgroundjobs js when upgrade is needed

11 years agoCheck maintenance mode before loading apps in route matcher
Bart Visscher [Sun, 3 Mar 2013 22:03:47 +0000 (23:03 +0100)]
Check maintenance mode before loading apps in route matcher

11 years agoFix encoding settings ajax getlog
Bart Visscher [Sun, 3 Mar 2013 21:56:42 +0000 (22:56 +0100)]
Fix encoding settings ajax getlog

11 years agoMerge pull request #2034 from owncloud/fix_bug47
Michael Gapczynski [Sun, 3 Mar 2013 19:49:04 +0000 (11:49 -0800)]
Merge pull request #2034 from owncloud/fix_bug47

Fix #47 - Duplicate files create a (2) when multiples are uploaded

11 years agoMerge pull request #2050 from owncloud/fix-readfile-comment
Bernhard Posselt [Sun, 3 Mar 2013 17:22:49 +0000 (09:22 -0800)]
Merge pull request #2050 from owncloud/fix-readfile-comment

Chunk size comment should say kB, not MB

11 years agoChunk size comment should say kB, not MB
Michael Gapczynski [Sun, 3 Mar 2013 17:03:26 +0000 (12:03 -0500)]
Chunk size comment should say kB, not MB

11 years agoMerge pull request #2046 from owncloud/add_ie_css_switch
Frank Karlitschek [Sun, 3 Mar 2013 13:24:01 +0000 (05:24 -0800)]
Merge pull request #2046 from owncloud/add_ie_css_switch

add ie css switch to layout templates

11 years agoadd ie css switch to layout templates
Jörn Friedrich Dreyer [Sun, 3 Mar 2013 12:57:20 +0000 (13:57 +0100)]
add ie css switch to layout templates

11 years agodurhurrrhurrr
Jörn Friedrich Dreyer [Sun, 3 Mar 2013 12:01:25 +0000 (13:01 +0100)]
durhurrrhurrr

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

11 years agoAdd link to installation instructions
Lukas Reschke [Sat, 2 Mar 2013 21:25:24 +0000 (22:25 +0100)]
Add link to installation instructions

11 years agoMerge pull request #2036 from owncloud/escape-only-in-template
Frank Karlitschek [Sat, 2 Mar 2013 19:35:37 +0000 (11:35 -0800)]
Merge pull request #2036 from owncloud/escape-only-in-template

Escape the data only in the template

11 years agoEscape the data only in the template
Lukas Reschke [Sat, 2 Mar 2013 19:21:51 +0000 (20:21 +0100)]
Escape the data only in the template

11 years agonew Array() -> []
Georg Ehrke [Sat, 2 Mar 2013 18:24:37 +0000 (19:24 +0100)]
new Array() -> []

11 years agoupdate OC.Notification.show
Georg Ehrke [Sat, 2 Mar 2013 16:36:04 +0000 (17:36 +0100)]
update OC.Notification.show

11 years agoMerge pull request #2033 from eMerzh/fix_ldap_quoting
Bernhard Posselt [Sat, 2 Mar 2013 15:45:09 +0000 (07:45 -0800)]
Merge pull request #2033 from eMerzh/fix_ldap_quoting

Fix quoting of query for user_ldap ref #1983

11 years agoMerge pull request #2031 from eMerzh/fix_empty_display_name
eMerzh [Sat, 2 Mar 2013 15:42:11 +0000 (07:42 -0800)]
Merge pull request #2031 from eMerzh/fix_empty_display_name

Avoid to display empty DisplayNames for menu and title

11 years agoFix quoting of query for user_ldap ref #1983
Brice Maron [Sat, 2 Mar 2013 15:26:15 +0000 (16:26 +0100)]
Fix quoting of query for user_ldap ref #1983

11 years agoAvoid to display empty DisplayNames for menu and title
Brice Maron [Sat, 2 Mar 2013 15:09:36 +0000 (16:09 +0100)]
Avoid to display empty DisplayNames for menu and title

11 years agoRemove uneeded sanitizeHTML
Lukas Reschke [Sat, 2 Mar 2013 11:44:53 +0000 (12:44 +0100)]
Remove uneeded sanitizeHTML

11 years agoUpdate app.php
j-ed [Sat, 2 Mar 2013 11:33:38 +0000 (12:33 +0100)]
Update app.php

replaced fixed path to app folder to support multiple apps pathes.

11 years agoUpdate app.php
j-ed [Sat, 2 Mar 2013 11:26:13 +0000 (12:26 +0100)]
Update app.php

suppress log messages like `include path for class \"OCA\\Files_Versions\\Storage\" starts with \"apps\/\"`.

11 years agoUpdate app.php
j-ed [Sat, 2 Mar 2013 11:24:12 +0000 (12:24 +0100)]
Update app.php

suppress log messages like `include path for class \"OCA\\Files_Trashbin\\Hooks\" starts with \"apps\/\"`.

11 years agoUpdate app.php
j-ed [Sat, 2 Mar 2013 11:18:28 +0000 (12:18 +0100)]
Update app.php

suppress log messages like `include path for class \"OCA\\Encryption\\Crypt\" starts with \"apps\/\"`.

11 years agoUpdate app.php
j-ed [Sat, 2 Mar 2013 11:14:52 +0000 (12:14 +0100)]
Update app.php

suppress log messages like `include path for class \"OC\\Files\\Storage\\Shared\" starts with \"apps\/\"`

11 years agoUpdate app.php
j-ed [Sat, 2 Mar 2013 11:12:33 +0000 (12:12 +0100)]
Update app.php

suppress log message `include path for class \"OC\\Files\\Storage\\SMB\" starts with \"apps\/\"`

11 years agoMerge pull request #2021 from owncloud/fix-csp-docu
Frank Karlitschek [Sat, 2 Mar 2013 11:02:00 +0000 (03:02 -0800)]
Merge pull request #2021 from owncloud/fix-csp-docu

Remove uneeded \ since we're using "

11 years agoMerge pull request #2026 from j-ed/master
Lukas Reschke [Sat, 2 Mar 2013 10:59:00 +0000 (02:59 -0800)]
Merge pull request #2026 from j-ed/master

do not try to extract image infos from 0- or better less than 12-byte length files.

11 years agoMerge pull request #2020 from owncloud/fixing-bugtracker-link-master
Thomas Müller [Sat, 2 Mar 2013 10:16:45 +0000 (02:16 -0800)]
Merge pull request #2020 from owncloud/fixing-bugtracker-link-master

change bug tracker links to https://github.com/owncloud/core/blob/master...

11 years agoUpdate image.php
j-ed [Sat, 2 Mar 2013 09:51:49 +0000 (10:51 +0100)]
Update image.php

don't try to extract image infos from 0- or better less than 12 byte length files. See description of `exif_imagetype` function at
`http://php.net/manual/de/function.exif-imagetype.php`.

11 years agoMerge pull request #2022 from owncloud/fix-notice
Thomas Müller [Sat, 2 Mar 2013 07:39:27 +0000 (23:39 -0800)]
Merge pull request #2022 from owncloud/fix-notice

Fix notice

11 years agoFix notice
Lukas Reschke [Fri, 1 Mar 2013 23:53:53 +0000 (00:53 +0100)]
Fix notice

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

11 years agoRemove uneeded \ since we're using "
Lukas Reschke [Fri, 1 Mar 2013 23:04:44 +0000 (00:04 +0100)]
Remove uneeded \ since we're using "

11 years agoMerge pull request #2019 from owncloud/fixing-languages-again-master
Bart Visscher [Fri, 1 Mar 2013 22:55:27 +0000 (14:55 -0800)]
Merge pull request #2019 from owncloud/fixing-languages-again-master

some more new languages recently introduced to ownCloud

11 years agoMerge branch 'master' into fixing-bugtracker-link-master
Lukas Reschke [Fri, 1 Mar 2013 22:41:23 +0000 (23:41 +0100)]
Merge branch 'master' into fixing-bugtracker-link-master

Conflicts:
core/templates/exception.php
settings/templates/help.php

11 years agochange bug tracker links to https://github.com/owncloud/core/blob/master/CONTRIBUTING.md
Thomas Mueller [Fri, 1 Mar 2013 22:32:43 +0000 (23:32 +0100)]
change bug tracker links to https://github.com/owncloud/core/blob/master/CONTRIBUTING.md

11 years agoMerge pull request #1976 from owncloud/from-insane-autoescape-to-p
Lukas Reschke [Fri, 1 Mar 2013 22:31:06 +0000 (14:31 -0800)]
Merge pull request #1976 from owncloud/from-insane-autoescape-to-p

Replace insane auto sanitization with p()

11 years agosome more new languages recently introduced to ownCloud
Thomas Mueller [Fri, 1 Mar 2013 22:28:54 +0000 (23:28 +0100)]
some more new languages recently introduced to ownCloud

11 years agoMerge master
Lukas Reschke [Fri, 1 Mar 2013 22:11:26 +0000 (23:11 +0100)]
Merge master

11 years agoMerge master
Lukas Reschke [Fri, 1 Mar 2013 22:11:03 +0000 (23:11 +0100)]
Merge master

11 years agoMerge branch 'master' into from-insane-autoescape-to-p
Thomas Mueller [Fri, 1 Mar 2013 22:09:20 +0000 (23:09 +0100)]
Merge branch 'master' into from-insane-autoescape-to-p

Conflicts:
apps/files/templates/index.php

11 years agoMerge pull request #2016 from owncloud/fixing-1844-master
Lukas Reschke [Fri, 1 Mar 2013 22:00:30 +0000 (14:00 -0800)]
Merge pull request #2016 from owncloud/fixing-1844-master

validate the generated email address and fall back to localhost.localdom...

11 years agovalidate the generated email address and fall back to localhost.localdomain in case...
Thomas Mueller [Fri, 1 Mar 2013 21:24:19 +0000 (22:24 +0100)]
validate the generated email address and fall back to localhost.localdomain in case it is not valid

fixes #1844