]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoMerge pull request #3444 from owncloud/share-fix
Jörn Friedrich Dreyer [Mon, 3 Jun 2013 18:35:06 +0000 (11:35 -0700)]
Merge pull request #3444 from owncloud/share-fix

Fix undefined index for share mount point retrieval

11 years agoMerge pull request #3581 from owncloud/publicphp_maintenance
Jörn Friedrich Dreyer [Mon, 3 Jun 2013 18:26:56 +0000 (11:26 -0700)]
Merge pull request #3581 from owncloud/publicphp_maintenance

public.php - check if maintenance mode is enabled

11 years agoMerge pull request #3561 from owncloud/user
icewind1991 [Mon, 3 Jun 2013 15:13:40 +0000 (08:13 -0700)]
Merge pull request #3561 from owncloud/user

Refactor of user management

11 years agoMerge pull request #3578 from owncloud/ocdialog
Thomas Tanghus [Mon, 3 Jun 2013 13:37:27 +0000 (06:37 -0700)]
Merge pull request #3578 from owncloud/ocdialog

Replacement for jquery.dialog to fit better with ownCloud design.

11 years agoExclude apps/files/l10n from coverage reports
Thomas Müller [Mon, 3 Jun 2013 12:50:36 +0000 (14:50 +0200)]
Exclude apps/files/l10n from coverage reports

11 years agoalso clear cached users when removing a single backend
Robin Appelman [Mon, 3 Jun 2013 12:19:17 +0000 (14:19 +0200)]
also clear cached users when removing a single backend

11 years agouse caching for userExists
Robin Appelman [Mon, 3 Jun 2013 11:46:05 +0000 (13:46 +0200)]
use caching for userExists

11 years agocast result to bool
Robin Appelman [Mon, 3 Jun 2013 11:39:34 +0000 (13:39 +0200)]
cast result to bool

11 years agomove phpdoc comments
Robin Appelman [Mon, 3 Jun 2013 11:33:56 +0000 (13:33 +0200)]
move phpdoc comments

11 years agoUser: return backend result
Robin Appelman [Mon, 3 Jun 2013 11:19:01 +0000 (13:19 +0200)]
User: return backend result

11 years agoUser: consisten variable naming
Robin Appelman [Mon, 3 Jun 2013 11:17:03 +0000 (13:17 +0200)]
User: consisten variable naming

11 years agoUser: remove determineDisplayName
Robin Appelman [Mon, 3 Jun 2013 11:15:42 +0000 (13:15 +0200)]
User: remove determineDisplayName

11 years agopublic.php - check if maintenance mode is enabled
Georg Ehrke [Mon, 3 Jun 2013 10:57:47 +0000 (12:57 +0200)]
public.php - check if maintenance mode is enabled

11 years agoMerge pull request #3560 from owncloud/init-order-session
Jörn Friedrich Dreyer [Mon, 3 Jun 2013 10:21:05 +0000 (03:21 -0700)]
Merge pull request #3560 from owncloud/init-order-session

initialize the session earlier

11 years agoSet default button in oc-dialogs
Thomas Tanghus [Mon, 3 Jun 2013 01:31:33 +0000 (03:31 +0200)]
Set default button in oc-dialogs

11 years agoCatch double destroy on escape.
Thomas Tanghus [Mon, 3 Jun 2013 01:19:35 +0000 (03:19 +0200)]
Catch double destroy on escape.

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 3 Jun 2013 00:34:10 +0000 (02:34 +0200)]
[tx-robot] updated from transifex

11 years agoLet the content determine overflow.
Thomas Tanghus [Mon, 3 Jun 2013 00:11:01 +0000 (02:11 +0200)]
Let the content determine overflow.

11 years agofixing code coverage
Thomas Mueller [Sun, 2 Jun 2013 23:00:27 +0000 (01:00 +0200)]
fixing code coverage

11 years agoFixing code coverage analysis
Thomas Mueller [Sun, 2 Jun 2013 22:59:04 +0000 (00:59 +0200)]
Fixing code coverage analysis

11 years agoMerge pull request #3051 from owncloud/backgroundjob
icewind1991 [Sun, 2 Jun 2013 21:29:59 +0000 (14:29 -0700)]
Merge pull request #3051 from owncloud/backgroundjob

Reworked background job system.

11 years agoMerge pull request #3567 from owncloud/fixing-3466
Frank Karlitschek [Sun, 2 Jun 2013 21:04:55 +0000 (14:04 -0700)]
Merge pull request #3567 from owncloud/fixing-3466

In cases where smb4php returns false of an empty array stat/( has to ret...

11 years agoUse int for last_run
Robin Appelman [Sun, 2 Jun 2013 20:49:54 +0000 (22:49 +0200)]
Use int for last_run

11 years agomake sure the filesystem is setup before doing mount operations
Robin Appelman [Sun, 2 Jun 2013 20:09:44 +0000 (22:09 +0200)]
make sure the filesystem is setup before doing mount operations

11 years agoReplacement for jquery.dialog to fit better with ownCloud design.
Thomas Tanghus [Sun, 2 Jun 2013 19:52:59 +0000 (21:52 +0200)]
Replacement for jquery.dialog to fit better with ownCloud design.

11 years agofix clearing mounts when filesystem isn't initialized yet
Robin Appelman [Sun, 2 Jun 2013 19:44:24 +0000 (21:44 +0200)]
fix clearing mounts when filesystem isn't initialized yet

11 years agoFiles: use public api to register backgroundjob
Robin Appelman [Sun, 2 Jun 2013 19:21:39 +0000 (21:21 +0200)]
Files: use public api to register backgroundjob

11 years agomerge master into backgroundjob
Robin Appelman [Sun, 2 Jun 2013 18:12:44 +0000 (20:12 +0200)]
merge master into backgroundjob

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 2 Jun 2013 00:07:21 +0000 (02:07 +0200)]
[tx-robot] updated from transifex

11 years agoMerge pull request #3573 from owncloud/octemplate_speedup
Kondou [Sat, 1 Jun 2013 16:33:58 +0000 (09:33 -0700)]
Merge pull request #3573 from owncloud/octemplate_speedup

Speed up octemplate rendering.

11 years agoForgot typeof condition
Thomas Tanghus [Sat, 1 Jun 2013 14:47:34 +0000 (16:47 +0200)]
Forgot typeof condition

11 years agoSpeed up octemplate rendering.
Thomas Tanghus [Sat, 1 Jun 2013 14:38:35 +0000 (16:38 +0200)]
Speed up octemplate rendering.

11 years agoMerge pull request #3454 from owncloud/fix_hasInternetConnection
Thomas Müller [Sat, 1 Jun 2013 00:05:45 +0000 (17:05 -0700)]
Merge pull request #3454 from owncloud/fix_hasInternetConnection

isinternetconnectionworking should return false if OC_Config::getValue("has_internet_connection") is false

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 1 Jun 2013 00:03:53 +0000 (02:03 +0200)]
[tx-robot] updated from transifex

11 years agoadding PHPDoc comment to getManager()
Thomas Mueller [Fri, 31 May 2013 22:49:06 +0000 (00:49 +0200)]
adding PHPDoc comment to getManager()
adding PHPDoc comment for $user within the hooks callbacks
fixing PHPDoc comment on isLoggedIn()

11 years agofix namespacing error
Robin Appelman [Fri, 31 May 2013 22:35:16 +0000 (00:35 +0200)]
fix namespacing error

11 years agofix undefined variables
Robin Appelman [Fri, 31 May 2013 22:34:46 +0000 (00:34 +0200)]
fix undefined variables

11 years agouse single quotes
Robin Appelman [Fri, 31 May 2013 20:51:16 +0000 (22:51 +0200)]
use single quotes

11 years agoIn cases where smb4php returns false of an empty array stat/( has to return false.
Thomas Mueller [Fri, 31 May 2013 22:06:23 +0000 (00:06 +0200)]
In cases where smb4php returns false of an empty array stat/( has to return false.
Fixes #3466 because the test method of external filesystems uses stat() to detect if the given parameters are okay.

Changes to 3rdparty are necessary as well:
https://github.com/owncloud/3rdparty/pull/33

11 years agofix method naming
Thomas Mueller [Fri, 31 May 2013 21:24:09 +0000 (23:24 +0200)]
fix method naming

11 years agoMerge pull request #3459 from owncloud/fix_for_2377
icewind1991 [Fri, 31 May 2013 21:00:02 +0000 (14:00 -0700)]
Merge pull request #3459 from owncloud/fix_for_2377

fix problems with german "Umlaut" in folder name

11 years agouser should set into session before postLogin hook otherwise it will break not only...
Florin Peter [Fri, 31 May 2013 19:30:13 +0000 (21:30 +0200)]
user should set into session before postLogin hook otherwise it will break not only the files_encryption app

11 years agoMerge pull request #3565 from owncloud/fix_ldap_sqlite_n_js
blizzz [Fri, 31 May 2013 19:17:46 +0000 (12:17 -0700)]
Merge pull request #3565 from owncloud/fix_ldap_sqlite_n_js

Fix ldap sqlite n js

11 years agofix broken tests
Florin Peter [Fri, 31 May 2013 18:55:05 +0000 (20:55 +0200)]
fix broken tests

11 years agoMerge pull request #3562 from owncloud/fix_ldap_offline_host_handling
blizzz [Fri, 31 May 2013 18:10:33 +0000 (11:10 -0700)]
Merge pull request #3562 from owncloud/fix_ldap_offline_host_handling

Fix ldap offline host handling

11 years agoLDAP: sqlite compatibility for emptyiing tables
Arthur Schiwon [Fri, 31 May 2013 18:07:13 +0000 (20:07 +0200)]
LDAP: sqlite compatibility for emptyiing tables

11 years agoLDAP: fix setting value of checkbox after loading configuration
Arthur Schiwon [Fri, 31 May 2013 18:06:40 +0000 (20:06 +0200)]
LDAP: fix setting value of checkbox after loading configuration

11 years agoMerge pull request #3554 from owncloud/files_encryption_fs_loaded_fix
FlorinPeter [Fri, 31 May 2013 18:02:33 +0000 (11:02 -0700)]
Merge pull request #3554 from owncloud/files_encryption_fs_loaded_fix

fix login errors while filesystem is not loaded

11 years agoFix postLogin hook
Robin Appelman [Fri, 31 May 2013 17:58:31 +0000 (19:58 +0200)]
Fix postLogin hook

11 years agofix typo
Robin Appelman [Fri, 31 May 2013 16:18:13 +0000 (18:18 +0200)]
fix typo

11 years agofix caching of user objects
Robin Appelman [Fri, 31 May 2013 15:42:51 +0000 (17:42 +0200)]
fix caching of user objects

11 years agoinitialize the session earlier
Robin Appelman [Fri, 31 May 2013 15:31:52 +0000 (17:31 +0200)]
initialize the session earlier

11 years agocache instances of \OC\User\User
Robin Appelman [Fri, 31 May 2013 15:31:27 +0000 (17:31 +0200)]
cache instances of \OC\User\User

11 years agoMerge branch 'master' into user
Robin Appelman [Fri, 31 May 2013 14:35:51 +0000 (16:35 +0200)]
Merge branch 'master' into user

11 years agoalso fix login errors while filesystem is not loaded in app.php
Florin Peter [Fri, 31 May 2013 10:56:08 +0000 (12:56 +0200)]
also fix login errors while filesystem is not loaded in app.php

11 years agoMerge branch 'master' into files_encryption_fs_loaded_fix
Florin Peter [Fri, 31 May 2013 10:49:46 +0000 (12:49 +0200)]
Merge branch 'master' into files_encryption_fs_loaded_fix

11 years agoMerge pull request #3527 from owncloud/file_encryption_external_storage_fixes
FlorinPeter [Fri, 31 May 2013 10:21:46 +0000 (03:21 -0700)]
Merge pull request #3527 from owncloud/file_encryption_external_storage_fixes

File encryption external storage fixes

11 years agofix login errors while filesystem is not loaded
Florin Peter [Fri, 31 May 2013 09:55:40 +0000 (11:55 +0200)]
fix login errors while filesystem is not loaded

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 31 May 2013 00:04:40 +0000 (02:04 +0200)]
[tx-robot] updated from transifex

11 years agoadded our own file extension .part will not work here if we use file_get_contents...
Florin Peter [Thu, 30 May 2013 20:07:36 +0000 (22:07 +0200)]
added our own file extension .part will not work here if we use file_get_contents so we used our own extension '.etmp'

11 years agoprevent files_versions from calling file proxy which calls files_encryption and do...
Florin Peter [Thu, 30 May 2013 20:05:52 +0000 (22:05 +0200)]
prevent files_versions from calling file proxy which calls files_encryption and do unnecessary load and file operations

11 years agoLDAP: fix generation of alternate internal name on conflicts. Use also smaller number...
Arthur Schiwon [Thu, 30 May 2013 12:14:43 +0000 (14:14 +0200)]
LDAP: fix generation of alternate internal name on conflicts. Use also smaller number for better user experience on e.g. *DAV links

11 years agoMerge pull request #3509 from owncloud/update_jquery_to_1_10
Jörn Friedrich Dreyer [Thu, 30 May 2013 13:00:52 +0000 (06:00 -0700)]
Merge pull request #3509 from owncloud/update_jquery_to_1_10

Update jquery to 1.10.0 and add jquery-migrate 1.2.1

11 years agoMerge pull request #3529 from owncloud/folder-permissions
icewind1991 [Thu, 30 May 2013 12:54:29 +0000 (05:54 -0700)]
Merge pull request #3529 from owncloud/folder-permissions

Cache: provide a function to get the permissions of all files in a folder with one query

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 30 May 2013 00:34:14 +0000 (02:34 +0200)]
[tx-robot] updated from transifex

11 years agofix share and un-share for single file
Florin Peter [Wed, 29 May 2013 23:38:11 +0000 (01:38 +0200)]
fix share and un-share for single file

11 years agofixed problems with file_get_contents and file_put_contents this problem was related...
Florin Peter [Wed, 29 May 2013 23:13:22 +0000 (01:13 +0200)]
fixed problems with file_get_contents and file_put_contents this problem was related to text editor with big text files

11 years agoMerge branch 'master' into file_encryption_external_storage_fixes
Florin Peter [Wed, 29 May 2013 22:45:29 +0000 (00:45 +0200)]
Merge branch 'master' into file_encryption_external_storage_fixes

Conflicts:
apps/files_encryption/hooks/hooks.php

11 years agoImplement getDirectoryPermissions() in Shared Permissions, fixes #2846
Michael Gapczynski [Wed, 29 May 2013 22:22:54 +0000 (18:22 -0400)]
Implement getDirectoryPermissions() in Shared Permissions, fixes #2846

11 years agoOnly retrieve the current user's permissions
Michael Gapczynski [Wed, 29 May 2013 22:08:18 +0000 (18:08 -0400)]
Only retrieve the current user's permissions

11 years agoMerge pull request #3533 from owncloud/signature-delimiter
Thomas Tanghus [Wed, 29 May 2013 21:58:00 +0000 (14:58 -0700)]
Merge pull request #3533 from owncloud/signature-delimiter

fix wrong signature delimiter - fix #3523

11 years agoMerge pull request #3507 from owncloud/remove_unused_vars
Morris Jobke [Wed, 29 May 2013 21:46:04 +0000 (14:46 -0700)]
Merge pull request #3507 from owncloud/remove_unused_vars

remove unused varaibles

11 years agoreformat code
Florin Peter [Wed, 29 May 2013 21:13:45 +0000 (23:13 +0200)]
reformat code

11 years agochanged " to '
Florin Peter [Wed, 29 May 2013 21:11:30 +0000 (23:11 +0200)]
changed " to '

11 years agofixes for pgsql
Florin Peter [Wed, 29 May 2013 18:41:07 +0000 (20:41 +0200)]
fixes for pgsql

11 years agoMerge branch 'master' into remove_unused_vars
Florin Peter [Wed, 29 May 2013 18:29:09 +0000 (20:29 +0200)]
Merge branch 'master' into remove_unused_vars

11 years agochanged l10n to full sentences
Florin Peter [Wed, 29 May 2013 18:27:12 +0000 (20:27 +0200)]
changed l10n to full sentences

11 years agofix wrong signature delimiter - fix #3523
Morris Jobke [Wed, 29 May 2013 18:21:48 +0000 (20:21 +0200)]
fix wrong signature delimiter - fix #3523

11 years agochanged deprecated class
Florin Peter [Wed, 29 May 2013 18:15:04 +0000 (20:15 +0200)]
changed deprecated class

11 years agofixed typo
Florin Peter [Wed, 29 May 2013 18:11:53 +0000 (20:11 +0200)]
fixed typo

11 years agofixes if cache returns false
Florin Peter [Wed, 29 May 2013 18:11:13 +0000 (20:11 +0200)]
fixes if cache returns false

11 years agofix $parent/$source typo
Florin Peter [Wed, 29 May 2013 17:58:05 +0000 (19:58 +0200)]
fix $parent/$source typo

11 years agoMerge pull request #3532 from owncloud/scan-update
Michael Gapczynski [Wed, 29 May 2013 17:23:41 +0000 (10:23 -0700)]
Merge pull request #3532 from owncloud/scan-update

Only update metadata that has changed

11 years agoMerge branch 'master' into file_encryption_external_storage_fixes
Florin Peter [Wed, 29 May 2013 17:19:40 +0000 (19:19 +0200)]
Merge branch 'master' into file_encryption_external_storage_fixes

11 years agofix for share folder on external storage
Florin Peter [Wed, 29 May 2013 17:11:39 +0000 (19:11 +0200)]
fix for share folder on external storage

11 years agoMerge pull request #3530 from owncloud/cache-mimeicon
icewind1991 [Wed, 29 May 2013 15:20:58 +0000 (08:20 -0700)]
Merge pull request #3530 from owncloud/cache-mimeicon

Cache mimetype icons

11 years agoStyle fixes
Michael Gapczynski [Wed, 29 May 2013 14:56:28 +0000 (10:56 -0400)]
Style fixes

11 years agoOrganize conditionals in a better order
Michael Gapczynski [Wed, 29 May 2013 14:40:05 +0000 (10:40 -0400)]
Organize conditionals in a better order

11 years agoOnly update metadata that has changed
Michael Gapczynski [Wed, 29 May 2013 14:19:03 +0000 (10:19 -0400)]
Only update metadata that has changed

11 years agoCache mimetype icons
Robin Appelman [Wed, 29 May 2013 13:43:41 +0000 (15:43 +0200)]
Cache mimetype icons

11 years agofix indention
Björn Schießle [Wed, 29 May 2013 13:37:27 +0000 (15:37 +0200)]
fix indention

11 years agoCache: provide a function to get the permissions of all files in a folder with one...
Robin Appelman [Wed, 29 May 2013 13:25:42 +0000 (15:25 +0200)]
Cache: provide a function to get the permissions of all files in a folder with one query

11 years agoremove unnecessary variable
Björn Schießle [Wed, 29 May 2013 13:14:15 +0000 (15:14 +0200)]
remove unnecessary variable

11 years agouse public API for error handling; improved while condition
Björn Schießle [Wed, 29 May 2013 12:40:47 +0000 (14:40 +0200)]
use public API for error handling; improved while condition

11 years agofor external storages we never reach the path 'files', instead we need to leave the...
Björn Schießle [Wed, 29 May 2013 12:19:18 +0000 (14:19 +0200)]
for external storages we never reach the path 'files', instead we need to leave the loop if no further parent exists

11 years agoif one public link share was found, we don't have to check it for the other folders
Björn Schießle [Wed, 29 May 2013 11:12:30 +0000 (13:12 +0200)]
if one public link share was found, we don't have to check it for the other folders

11 years agocheck list of users with access to the file from the bottom to the top. This way...
Björn Schießle [Wed, 29 May 2013 11:10:26 +0000 (13:10 +0200)]
check list of users with access to the file from the bottom to the top. This way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages

11 years agochanges l10n after review
Florin Peter [Wed, 29 May 2013 10:47:50 +0000 (12:47 +0200)]
changes l10n after review

11 years agochanges after review
Florin Peter [Wed, 29 May 2013 10:23:33 +0000 (12:23 +0200)]
changes after review

11 years agoMerge branch 'master' into remove_unused_vars
Florin Peter [Wed, 29 May 2013 07:21:00 +0000 (09:21 +0200)]
Merge branch 'master' into remove_unused_vars

Conflicts:
apps/files_encryption/hooks/hooks.php
apps/files_encryption/lib/proxy.php
apps/files_encryption/lib/session.php
apps/files_encryption/lib/stream.php