]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoFixes to code formatting and indentation
Sam Tuke [Thu, 9 May 2013 16:24:07 +0000 (18:24 +0200)]
Fixes to code formatting and indentation

11 years agoImprovements to code formatting & indentation
Sam Tuke [Thu, 9 May 2013 16:16:59 +0000 (18:16 +0200)]
Improvements to code formatting & indentation

11 years agoImplemented initial recoveryAdmin functionality in crypto file proxy
Sam Tuke [Thu, 9 May 2013 16:09:20 +0000 (18:09 +0200)]
Implemented initial recoveryAdmin functionality in crypto file proxy

11 years agoFixed bugs with pre_share hook usage
Sam Tuke [Thu, 9 May 2013 12:43:06 +0000 (14:43 +0200)]
Fixed bugs with pre_share hook usage
Made sure new user being shared to is added to array of sharing users

11 years agoAdded pre_share hook
Sam Tuke [Wed, 8 May 2013 14:22:08 +0000 (16:22 +0200)]
Added pre_share hook
Switched it for post_share hook in encryption hooks
Stop a file from being shared if the encryption procedure fails for any users

11 years agoadded test for share folder
Florin Peter [Tue, 7 May 2013 20:56:59 +0000 (22:56 +0200)]
added test for share folder

11 years agoadded test for re-share
Florin Peter [Tue, 7 May 2013 20:22:05 +0000 (22:22 +0200)]
added test for re-share

11 years agoMerge branch 'files_encryption' of https://github.com/owncloud/core into files_encryption
Florin Peter [Tue, 7 May 2013 20:19:58 +0000 (22:19 +0200)]
Merge branch 'files_encryption' of https://github.com/owncloud/core into files_encryption

11 years agofix for tearDownFS, after filesystem::tearDown() the root is not mounted
Florin Peter [Tue, 7 May 2013 20:19:48 +0000 (22:19 +0200)]
fix for tearDownFS, after filesystem::tearDown() the root is not mounted

11 years agoMade code formatting of new methods more consistent
Sam Tuke [Tue, 7 May 2013 15:16:16 +0000 (17:16 +0200)]
Made code formatting of new methods more consistent

11 years agoAdded facility to manually encrypt all files from personal settings
Sam Tuke [Tue, 7 May 2013 14:17:38 +0000 (16:17 +0200)]
Added facility to manually encrypt all files from personal settings
Added success/fail feedback to personal settings functions
Improved look/layout of personal settings page
Fixed misplaced plain text in ajax scripts

11 years agotest for share is now able to run with autotest.sh
Florin Peter [Tue, 7 May 2013 11:43:34 +0000 (13:43 +0200)]
test for share is now able to run with autotest.sh

11 years agofix for wrong file infos
Florin Peter [Tue, 7 May 2013 11:42:49 +0000 (13:42 +0200)]
fix for wrong file infos

11 years agofix empty path
Florin Peter [Tue, 7 May 2013 11:42:08 +0000 (13:42 +0200)]
fix empty path

11 years agoadded test for share
Florin Peter [Mon, 6 May 2013 19:16:42 +0000 (21:16 +0200)]
added test for share

11 years agofix file info put on stream
Florin Peter [Mon, 6 May 2013 19:15:25 +0000 (21:15 +0200)]
fix file info put on stream

11 years agomerge my fix from master b4649701423c2e75373a5ecf7640c6e2b781a970
Florin Peter [Mon, 6 May 2013 19:14:59 +0000 (21:14 +0200)]
merge my fix from master b4649701423c2e75373a5ecf7640c6e2b781a970

11 years agohandling for re-share and re-unshare should work now
Florin Peter [Sun, 5 May 2013 21:41:42 +0000 (23:41 +0200)]
handling for re-share and re-unshare should work now

11 years agoimproved pre_unshare and post_unshare hook
Florin Peter [Sun, 5 May 2013 21:41:04 +0000 (23:41 +0200)]
improved pre_unshare and post_unshare hook

11 years agoAdded support for user-specified password for adminRecovery account in admin settings...
Sam Tuke [Sat, 4 May 2013 14:14:38 +0000 (16:14 +0200)]
Added support for user-specified password for adminRecovery account in admin settings page
Made encryptAll() (file migration for unencrypted + legacy encrypted files) run only on first login for each user (status stored in DB)
Made recoveryAdmin user member of 'admin' user group automatically
Set recoveryadmin settings to only display on user settings if enabled by an admin
Updated encryption db xml schema

11 years agofixed re-share problems
Florin Peter [Sat, 4 May 2013 01:37:22 +0000 (03:37 +0200)]
fixed re-share problems

11 years agomake sure to find the correct path for shared files
Björn Schießle [Fri, 3 May 2013 15:14:43 +0000 (17:14 +0200)]
make sure to find the correct path for shared files

11 years agoremove encryption keys if a file gets deleted permanently
Björn Schießle [Fri, 3 May 2013 14:33:18 +0000 (16:33 +0200)]
remove encryption keys if a file gets deleted permanently

11 years agodisable proxys before copying files to the trash bin
Björn Schießle [Fri, 3 May 2013 13:18:05 +0000 (15:18 +0200)]
disable proxys before copying files to the trash bin

11 years agoget original path in case of shared files when restoring file from trash bin
Björn Schießle [Fri, 3 May 2013 12:03:42 +0000 (14:03 +0200)]
get original path in case of shared files when restoring file from trash bin

11 years agoget original path in case of shared files
Björn Schießle [Fri, 3 May 2013 11:00:04 +0000 (13:00 +0200)]
get original path in case of shared files

11 years agoFixed recoveryadmin settings in user and admin settings pages (js, templates, ajax)
Sam Tuke [Wed, 1 May 2013 17:18:31 +0000 (19:18 +0200)]
Fixed recoveryadmin settings in user and admin settings pages (js, templates, ajax)
Renamed recovery methods in Util{} for clarity
Added note about bug causing slow page load and redundant keypair generation
recoveryAdmin functionality not yet complete

11 years agofixed re-share problems
Florin Peter [Wed, 1 May 2013 09:04:40 +0000 (11:04 +0200)]
fixed re-share problems

11 years agoMerge branch 'master' into files_encryption
Florin Peter [Wed, 1 May 2013 07:31:26 +0000 (09:31 +0200)]
Merge branch 'master' into files_encryption

Conflicts:
apps/user_ldap/l10n/nn_NO.php
core/l10n/es.php
core/l10n/et_EE.php
core/l10n/ja_JP.php
core/l10n/nn_NO.php
l10n/ca/core.po
l10n/ca/files_external.po
l10n/ca/settings.po
l10n/cy_GB/core.po
l10n/cy_GB/files.po
l10n/cy_GB/files_encryption.po
l10n/cy_GB/files_external.po
l10n/cy_GB/files_sharing.po
l10n/cy_GB/files_trashbin.po
l10n/cy_GB/lib.po
l10n/cy_GB/settings.po
l10n/de_DE/core.po
l10n/es/core.po
l10n/et_EE/core.po
l10n/et_EE/files.po
l10n/et_EE/settings.po
l10n/et_EE/user_ldap.po
l10n/gl/core.po
l10n/it/core.po
l10n/ja_JP/core.po
l10n/ja_JP/settings.po
l10n/nn_NO/core.po
l10n/nn_NO/user_ldap.po
l10n/pt_BR/core.po
l10n/templates/core.pot
l10n/templates/files.pot
l10n/templates/files_encryption.pot
l10n/templates/files_external.pot
l10n/templates/files_sharing.pot
l10n/templates/files_trashbin.pot
l10n/templates/files_versions.pot
l10n/templates/lib.pot
l10n/templates/settings.pot
l10n/templates/user_ldap.pot
l10n/templates/user_webdavauth.pot
l10n/zh_TW/files_sharing.po
settings/l10n/et_EE.php

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 1 May 2013 00:02:59 +0000 (02:02 +0200)]
[tx-robot] updated from transifex

11 years agofix duplicate login behavior if user not setup
Florin Peter [Wed, 1 May 2013 00:01:16 +0000 (02:01 +0200)]
fix duplicate login behavior if user not setup

11 years agomerged files_trashbin
Florin Peter [Tue, 30 Apr 2013 23:52:06 +0000 (01:52 +0200)]
merged files_trashbin

11 years agofixed some tests
Florin Peter [Tue, 30 Apr 2013 23:43:56 +0000 (01:43 +0200)]
fixed some tests

11 years agorevert changes to fbbc76f281f50afa3072d99e4e0d413df835b3d3 because master is very...
Florin Peter [Tue, 30 Apr 2013 23:38:06 +0000 (01:38 +0200)]
revert changes to fbbc76f281f50afa3072d99e4e0d413df835b3d3 because master is very unstable right now

11 years agofixed public-keys mount point error
Florin Peter [Tue, 30 Apr 2013 22:09:55 +0000 (00:09 +0200)]
fixed public-keys mount point error

11 years agofixed tests after merge against master
Florin Peter [Tue, 30 Apr 2013 21:58:53 +0000 (23:58 +0200)]
fixed tests after merge against master

11 years agoMerge branch 'master' into files_encryption to get the latest files_trashbin app
Florin Peter [Tue, 30 Apr 2013 18:53:56 +0000 (20:53 +0200)]
Merge branch 'master' into files_encryption to get the latest files_trashbin app

Conflicts:
apps/files/l10n/bn_BD.php
apps/files/l10n/da.php
apps/files/l10n/de.php
apps/files/l10n/de_DE.php
apps/files/l10n/fa.php
apps/files/l10n/fi_FI.php
apps/files/l10n/hr.php
apps/files/l10n/ms_MY.php
apps/files/l10n/ro.php
apps/files/l10n/si_LK.php
apps/files/l10n/sl.php
apps/files/l10n/ta_LK.php
apps/files_external/l10n/de_DE.php
apps/files_external/l10n/et_EE.php
apps/user_ldap/l10n/tr.php
core/l10n/bg_BG.php
l10n/af_ZA/files.po
l10n/af_ZA/files_external.po
l10n/ar/core.po
l10n/ar/files.po
l10n/ar/files_external.po
l10n/be/files.po
l10n/be/files_external.po
l10n/bg_BG/core.po
l10n/bg_BG/files.po
l10n/bg_BG/files_external.po
l10n/bg_BG/files_trashbin.po
l10n/bg_BG/files_versions.po
l10n/bg_BG/settings.po
l10n/bn_BD/core.po
l10n/bn_BD/files.po
l10n/bn_BD/files_external.po
l10n/ca/core.po
l10n/ca/files.po
l10n/ca/files_external.po
l10n/cs_CZ/core.po
l10n/cs_CZ/files.po
l10n/cs_CZ/files_external.po
l10n/cs_CZ/lib.po
l10n/cy_GB/core.po
l10n/cy_GB/files.po
l10n/cy_GB/files_external.po
l10n/cy_GB/settings.po
l10n/da/core.po
l10n/da/files.po
l10n/da/files_external.po
l10n/de/core.po
l10n/de/files.po
l10n/de/files_external.po
l10n/de_DE/core.po
l10n/de_DE/files.po
l10n/de_DE/files_external.po
l10n/el/core.po
l10n/el/files.po
l10n/el/files_external.po
l10n/eo/core.po
l10n/eo/files.po
l10n/eo/files_external.po
l10n/es/core.po
l10n/es/files.po
l10n/es/files_external.po
l10n/es_AR/core.po
l10n/es_AR/files.po
l10n/es_AR/files_external.po
l10n/et_EE/core.po
l10n/et_EE/files.po
l10n/et_EE/files_external.po
l10n/eu/core.po
l10n/eu/files.po
l10n/eu/files_external.po
l10n/fa/core.po
l10n/fa/files.po
l10n/fa/files_external.po
l10n/fi/files.po
l10n/fi_FI/core.po
l10n/fi_FI/files.po
l10n/fi_FI/files_external.po
l10n/fr/core.po
l10n/fr/files.po
l10n/fr/files_external.po
l10n/gl/core.po
l10n/gl/files.po
l10n/gl/files_external.po
l10n/he/core.po
l10n/he/files.po
l10n/he/files_external.po
l10n/hi/files.po
l10n/hi/files_external.po
l10n/hr/core.po
l10n/hr/files.po
l10n/hr/files_external.po
l10n/hu_HU/core.po
l10n/hu_HU/files.po
l10n/hu_HU/files_external.po
l10n/hy/files.po
l10n/hy/files_external.po
l10n/ia/core.po
l10n/ia/files.po
l10n/ia/files_external.po
l10n/id/core.po
l10n/id/files.po
l10n/id/files_external.po
l10n/is/core.po
l10n/is/files.po
l10n/is/files_external.po
l10n/it/core.po
l10n/it/files.po
l10n/it/files_external.po
l10n/ja_JP/core.po
l10n/ja_JP/files.po
l10n/ja_JP/files_external.po
l10n/ka/files.po
l10n/ka/files_external.po
l10n/ka_GE/core.po
l10n/ka_GE/files.po
l10n/ka_GE/files_external.po
l10n/kn/files.po
l10n/kn/files_external.po
l10n/ko/core.po
l10n/ko/files.po
l10n/ko/files_external.po
l10n/ku_IQ/files.po
l10n/ku_IQ/files_external.po
l10n/lb/core.po
l10n/lb/files.po
l10n/lb/files_external.po
l10n/lt_LT/core.po
l10n/lt_LT/files.po
l10n/lt_LT/files_external.po
l10n/lv/core.po
l10n/lv/files.po
l10n/lv/files_external.po
l10n/mk/core.po
l10n/mk/files.po
l10n/mk/files_external.po
l10n/ms_MY/core.po
l10n/ms_MY/files.po
l10n/ms_MY/files_external.po
l10n/my_MM/files.po
l10n/my_MM/files_external.po
l10n/nb_NO/core.po
l10n/nb_NO/files.po
l10n/nb_NO/files_external.po
l10n/ne/files.po
l10n/ne/files_external.po
l10n/nl/core.po
l10n/nl/files.po
l10n/nl/files_external.po
l10n/nn_NO/files.po
l10n/nn_NO/files_external.po
l10n/oc/core.po
l10n/oc/files.po
l10n/oc/files_external.po
l10n/pl/core.po
l10n/pl/files.po
l10n/pl/files_external.po
l10n/pl_PL/files.po
l10n/pt_BR/core.po
l10n/pt_BR/files.po
l10n/pt_BR/files_external.po
l10n/pt_PT/core.po
l10n/pt_PT/files.po
l10n/pt_PT/files_external.po
l10n/ro/core.po
l10n/ro/files.po
l10n/ro/files_external.po
l10n/ru/core.po
l10n/ru/files.po
l10n/ru/files_external.po
l10n/ru_RU/core.po
l10n/ru_RU/files.po
l10n/si_LK/core.po
l10n/si_LK/files.po
l10n/si_LK/files_external.po
l10n/sk/files.po
l10n/sk/files_external.po
l10n/sk_SK/core.po
l10n/sk_SK/files.po
l10n/sk_SK/files_external.po
l10n/sl/core.po
l10n/sl/files.po
l10n/sl/files_external.po
l10n/sq/core.po
l10n/sq/files.po
l10n/sq/files_external.po
l10n/sr/core.po
l10n/sr/files.po
l10n/sr/files_external.po
l10n/sr@latin/files.po
l10n/sr@latin/files_external.po
l10n/sv/core.po
l10n/sv/files.po
l10n/sv/files_external.po
l10n/sw_KE/files.po
l10n/sw_KE/files_external.po
l10n/ta_LK/core.po
l10n/ta_LK/files.po
l10n/ta_LK/files_external.po
l10n/te/files.po
l10n/te/files_external.po
l10n/templates/core.pot
l10n/templates/files.pot
l10n/templates/files_encryption.pot
l10n/templates/files_external.pot
l10n/templates/files_sharing.pot
l10n/templates/files_trashbin.pot
l10n/templates/files_versions.pot
l10n/templates/lib.pot
l10n/templates/settings.pot
l10n/templates/user_ldap.pot
l10n/templates/user_webdavauth.pot
l10n/th_TH/core.po
l10n/th_TH/files.po
l10n/th_TH/files_external.po
l10n/tr/core.po
l10n/tr/files.po
l10n/tr/files_external.po
l10n/tr/user_ldap.po
l10n/uk/core.po
l10n/uk/files.po
l10n/uk/files_external.po
l10n/ur_PK/files.po
l10n/ur_PK/files_external.po
l10n/vi/core.po
l10n/vi/files.po
l10n/vi/files_external.po
l10n/zh_CN.GB2312/core.po
l10n/zh_CN.GB2312/files.po
l10n/zh_CN.GB2312/files_external.po
l10n/zh_CN/core.po
l10n/zh_CN/files.po
l10n/zh_CN/files_external.po
l10n/zh_HK/core.po
l10n/zh_HK/files.po
l10n/zh_HK/files_external.po
l10n/zh_TW/core.po
l10n/zh_TW/files.po
l10n/zh_TW/files_external.po
lib/base.php
lib/files/mount/mount.php

11 years agofix for sharing files
Florin Peter [Tue, 30 Apr 2013 18:44:42 +0000 (20:44 +0200)]
fix for sharing files

11 years agoMerge pull request #3156 from owncloud/trashbin_for_encryption_keys_against_master
FlorinPeter [Tue, 30 Apr 2013 18:39:21 +0000 (11:39 -0700)]
Merge pull request #3156 from owncloud/trashbin_for_encryption_keys_against_master

Trashbin for encryption keys now against master

11 years agoMerge pull request #3169 from owncloud/fix_infinite_loop_for_file_cache
FlorinPeter [Tue, 30 Apr 2013 00:05:41 +0000 (17:05 -0700)]
Merge pull request #3169 from owncloud/fix_infinite_loop_for_file_cache

fix for infinite loop causing on files_encryption branch when testing

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 29 Apr 2013 23:59:18 +0000 (01:59 +0200)]
[tx-robot] updated from transifex

11 years agoimproved key length tests
Florin Peter [Mon, 29 Apr 2013 23:54:19 +0000 (01:54 +0200)]
improved key length tests

11 years agofixed tests, now tests should work via autotest.sh
Florin Peter [Mon, 29 Apr 2013 23:35:46 +0000 (01:35 +0200)]
fixed tests, now tests should work via autotest.sh
files_encryption app is now enabled in enable_all.php

11 years agorename folder to tests
Florin Peter [Mon, 29 Apr 2013 22:34:05 +0000 (00:34 +0200)]
rename folder to tests

11 years agofixed test for crypt and keymanager
Florin Peter [Mon, 29 Apr 2013 21:41:49 +0000 (23:41 +0200)]
fixed test for crypt and keymanager
disabled encryption file proxy in test/lib/cache/file.php

11 years agofixed missing parameter
Florin Peter [Mon, 29 Apr 2013 21:37:08 +0000 (23:37 +0200)]
fixed missing parameter

11 years agofix for infinite loop causing on files_encryption branch when testing "apps/files_enc...
Florin Peter [Mon, 29 Apr 2013 13:43:48 +0000 (15:43 +0200)]
fix for infinite loop causing on files_encryption branch when testing "apps/files_encryption/test/crypt.php" on Method testSymmetricStreamEncryptShortFileContent

11 years agoMerge pull request #3159 from owncloud/reword
Jan-Christoph Borchardt [Mon, 29 Apr 2013 11:39:51 +0000 (04:39 -0700)]
Merge pull request #3159 from owncloud/reword

Reword sentence and move HTML out of translation

11 years agoMerge pull request #3160 from owncloud/remove-onclick
Morris Jobke [Mon, 29 Apr 2013 10:58:44 +0000 (03:58 -0700)]
Merge pull request #3160 from owncloud/remove-onclick

Remove onclick

11 years agoimprovements for test testSymmetricStreamEncryptShortFileContent
Florin Peter [Mon, 29 Apr 2013 07:12:43 +0000 (09:12 +0200)]
improvements for test testSymmetricStreamEncryptShortFileContent
this runs currently into an infinite loop

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 29 Apr 2013 00:00:26 +0000 (02:00 +0200)]
[tx-robot] updated from transifex

11 years agospeed improvement
Florin Peter [Sun, 28 Apr 2013 23:43:59 +0000 (01:43 +0200)]
speed improvement

11 years agoIt's a class
Lukas Reschke [Sun, 28 Apr 2013 21:28:41 +0000 (23:28 +0200)]
It's a class

11 years agoRemove uneeded onclick handler
Lukas Reschke [Sun, 28 Apr 2013 21:26:07 +0000 (23:26 +0200)]
Remove uneeded onclick handler

11 years agoMove onclick handler
Lukas Reschke [Sun, 28 Apr 2013 21:25:58 +0000 (23:25 +0200)]
Move onclick handler

11 years agoReword sentence and move HTML out of translation
Lukas Reschke [Sun, 28 Apr 2013 21:13:23 +0000 (00:13 +0300)]
Reword sentence and move HTML out of translation

11 years agodelete and restore of versions and share-keys now works
Florin Peter [Sat, 27 Apr 2013 21:51:26 +0000 (23:51 +0200)]
delete and restore of versions and share-keys now works
fix restore of the same file name

11 years agoadded handling for share-keys
Florin Peter [Fri, 26 Apr 2013 22:15:46 +0000 (00:15 +0200)]
added handling for share-keys
this works only with latest files_encryption branch up from 813641e6e86601cc73da0f00d8430da62e872180

11 years agorestore fixed
Florin Peter [Mon, 22 Apr 2013 01:37:55 +0000 (03:37 +0200)]
restore fixed

11 years agofixed some problems and broken code
Florin Peter [Fri, 19 Apr 2013 21:21:06 +0000 (23:21 +0200)]
fixed some problems and broken code

11 years agorestore encryption keys from trash bin (development snapshot)
Björn Schießle [Fri, 19 Apr 2013 08:35:32 +0000 (10:35 +0200)]
restore encryption keys from trash bin (development snapshot)

11 years agomove encryption keys to trash bin
Björn Schießle [Fri, 19 Apr 2013 08:31:42 +0000 (10:31 +0200)]
move encryption keys to trash bin

11 years agoMerge pull request #3154 from owncloud/fix_3153
Frank Karlitschek [Sun, 28 Apr 2013 10:51:21 +0000 (03:51 -0700)]
Merge pull request #3154 from owncloud/fix_3153

Change app identifier for core api routes

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 28 Apr 2013 00:01:38 +0000 (02:01 +0200)]
[tx-robot] updated from transifex

11 years agoimproved file size
Florin Peter [Sat, 27 Apr 2013 21:34:25 +0000 (23:34 +0200)]
improved file size

11 years agoadded self healing if file get remove from file cache
Florin Peter [Sat, 27 Apr 2013 21:02:42 +0000 (23:02 +0200)]
added self healing if file get remove from file cache

11 years agoremoved previous added post rename FileProxy hook
Florin Peter [Sat, 27 Apr 2013 18:23:30 +0000 (20:23 +0200)]
removed previous added post rename FileProxy hook

11 years agocheck if file exists before fixing file size
Florin Peter [Sat, 27 Apr 2013 18:22:38 +0000 (20:22 +0200)]
check if file exists before fixing file size

11 years agoremoved preRename and moved postRename to hooks.php
Florin Peter [Sat, 27 Apr 2013 18:21:46 +0000 (20:21 +0200)]
removed preRename and moved postRename to hooks.php
added postWrite and postTouch to fix file size and sharing keys

11 years agofix reusing keys
Florin Peter [Sat, 27 Apr 2013 18:18:57 +0000 (20:18 +0200)]
fix reusing keys
fix webdav part files

11 years agoadded filesystem post rename hook
Florin Peter [Sat, 27 Apr 2013 18:18:05 +0000 (20:18 +0200)]
added filesystem post rename hook

11 years agoMerge pull request #3121 from owncloud/ocs_fix_api_response
Lukas Reschke [Sat, 27 Apr 2013 17:05:06 +0000 (10:05 -0700)]
Merge pull request #3121 from owncloud/ocs_fix_api_response

Fix the api response when a shipped and third party app both fail.

11 years agoFix typo
Tom Needham [Sat, 27 Apr 2013 16:52:37 +0000 (17:52 +0100)]
Fix typo

11 years agoCode style for ocs/routes.php
Tom Needham [Sat, 27 Apr 2013 16:51:36 +0000 (17:51 +0100)]
Code style for ocs/routes.php

11 years agoChange app identifier for core api routes
Tom Needham [Sat, 27 Apr 2013 16:45:44 +0000 (17:45 +0100)]
Change app identifier for core api routes

11 years agoUse correct variable when checking auth
Tom Needham [Sat, 27 Apr 2013 16:45:23 +0000 (17:45 +0100)]
Use correct variable when checking auth

11 years agoMerge pull request #3146 from owncloud/restart-hint
Morris Jobke [Sat, 27 Apr 2013 15:19:08 +0000 (08:19 -0700)]
Merge pull request #3146 from owncloud/restart-hint

web_server_restart needs to be true to display the hint

11 years agoMerge pull request #3145 from owncloud/magic_quotes_gpc-check
Morris Jobke [Sat, 27 Apr 2013 15:14:40 +0000 (08:14 -0700)]
Merge pull request #3145 from owncloud/magic_quotes_gpc-check

Add check for Magic Quotes

11 years agoMerge pull request #3114 from owncloud/update-notification
Raghu Nayyar [Sat, 27 Apr 2013 04:12:38 +0000 (21:12 -0700)]
Merge pull request #3114 from owncloud/update-notification

Add an update notification

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 27 Apr 2013 00:24:29 +0000 (02:24 +0200)]
[tx-robot] updated from transifex

11 years agoimproved file size
Florin Peter [Fri, 26 Apr 2013 22:05:20 +0000 (00:05 +0200)]
improved file size
created new method fixFileSize in Util so it can be used with files_trashbin

11 years agoMerge remote-tracking branch 'core/master' into files_encryption
Florin Peter [Fri, 26 Apr 2013 15:39:13 +0000 (17:39 +0200)]
Merge remote-tracking branch 'core/master' into files_encryption

11 years agoCode style
Robin Appelman [Fri, 26 Apr 2013 15:30:55 +0000 (17:30 +0200)]
Code style

11 years agoAdd check for Magic Quotes
Bart Visscher [Fri, 26 Apr 2013 14:32:58 +0000 (16:32 +0200)]
Add check for Magic Quotes

11 years agoweb_server_restart needs to be true to display the hint
Bart Visscher [Fri, 26 Apr 2013 14:21:56 +0000 (16:21 +0200)]
web_server_restart needs to be true to display the hint

11 years agoMerge pull request #3136 from owncloud/mount-cleanup
icewind1991 [Fri, 26 Apr 2013 13:55:21 +0000 (06:55 -0700)]
Merge pull request #3136 from owncloud/mount-cleanup

Separation of mount management

11 years agoMerge pull request #3002 from owncloud/priorize_common_languages
Bart Visscher [Fri, 26 Apr 2013 13:30:59 +0000 (06:30 -0700)]
Merge pull request #3002 from owncloud/priorize_common_languages

Priorize common languages.

11 years agoMerge pull request #3026 from owncloud/cli-no-session
Bart Visscher [Fri, 26 Apr 2013 13:20:39 +0000 (06:20 -0700)]
Merge pull request #3026 from owncloud/cli-no-session

Don't start the session when in cli mode

11 years agoMerge pull request #3028 from owncloud/simplyfy-resource-locating
Bart Visscher [Fri, 26 Apr 2013 12:56:09 +0000 (05:56 -0700)]
Merge pull request #3028 from owncloud/simplyfy-resource-locating

Simplify resource locating in templatelayout

11 years agoDon't start the session when in cli mode
Robin Appelman [Fri, 19 Apr 2013 13:18:27 +0000 (15:18 +0200)]
Don't start the session when in cli mode

11 years agoMerge pull request #2955 from owncloud/displaynames-numeric
Bart Visscher [Fri, 26 Apr 2013 12:51:07 +0000 (05:51 -0700)]
Merge pull request #2955 from owncloud/displaynames-numeric

Fix OC_User::getDisplaynames when using numeric user id's

11 years agoMerge pull request #2783 from Kondou-ger/improve_passwordresetscreen
Bart Visscher [Fri, 26 Apr 2013 12:33:09 +0000 (05:33 -0700)]
Merge pull request #2783 from Kondou-ger/improve_passwordresetscreen

Improve the password reset screen.

11 years agoSimplify app js locating for layout pages
Bart Visscher [Fri, 19 Apr 2013 14:08:43 +0000 (16:08 +0200)]
Simplify app js locating for layout pages

11 years agoSimplify app css locating for layout pages
Bart Visscher [Fri, 19 Apr 2013 09:08:26 +0000 (11:08 +0200)]
Simplify app css locating for layout pages

11 years agoMerge pull request #1872 from herbrechtsmeier/forcessl-with-ssl-proxy
Bart Visscher [Fri, 26 Apr 2013 12:10:49 +0000 (05:10 -0700)]
Merge pull request #1872 from herbrechtsmeier/forcessl-with-ssl-proxy

Overwrite host and webroot when forcessl is enabled

11 years agoMerge pull request #2787 from owncloud/fix-password-autocomplete-2632
Bart Visscher [Fri, 26 Apr 2013 08:59:20 +0000 (01:59 -0700)]
Merge pull request #2787 from owncloud/fix-password-autocomplete-2632

turn off autocompletion for password field

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 26 Apr 2013 08:06:52 +0000 (10:06 +0200)]
[tx-robot] updated from transifex

11 years agoadding resource type
Thomas Mueller [Fri, 26 Apr 2013 07:59:00 +0000 (09:59 +0200)]
adding resource type

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 25 Apr 2013 23:58:21 +0000 (01:58 +0200)]
[tx-robot] updated from transifex

11 years agoFurther seperation of mount management logic
Robin Appelman [Thu, 25 Apr 2013 22:01:36 +0000 (00:01 +0200)]
Further seperation of mount management logic