]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agoMerge pull request #13457 from owncloud/enc-skippartfiles
Thomas Müller [Mon, 19 Jan 2015 13:40:21 +0000 (14:40 +0100)]
Merge pull request #13457 from owncloud/enc-skippartfiles

Skip stray part files during initial encryption

9 years agoMerge pull request #13377 from owncloud/trashbin_storage_wrapper
Morris Jobke [Mon, 19 Jan 2015 12:17:52 +0000 (13:17 +0100)]
Merge pull request #13377 from owncloud/trashbin_storage_wrapper

[trashbin] replace hook with storage wrapper

9 years agoAdd class attribute types in encryption Util class
Vincent Petry [Mon, 19 Jan 2015 12:01:52 +0000 (13:01 +0100)]
Add class attribute types in encryption Util class

9 years agoSkip stray part files during initial encryption
Vincent Petry [Mon, 19 Jan 2015 12:01:37 +0000 (13:01 +0100)]
Skip stray part files during initial encryption

9 years agoMerge pull request #13423 from owncloud/share-fixfindshareforuserwithmultiplegroups
Thomas Müller [Mon, 19 Jan 2015 11:34:28 +0000 (12:34 +0100)]
Merge pull request #13423 from owncloud/share-fixfindshareforuserwithmultiplegroups

Fix getItemSharedWithUser for groups

9 years agoMerge pull request #13362 from owncloud/fix-11442
Thomas Müller [Mon, 19 Jan 2015 11:22:24 +0000 (12:22 +0100)]
Merge pull request #13362 from owncloud/fix-11442

LDAP Wizared: update user or group count only, when the multiselect is closed

9 years agoMerge pull request #13443 from owncloud/fix-filtering-for-users
Thomas Müller [Mon, 19 Jan 2015 10:39:27 +0000 (11:39 +0100)]
Merge pull request #13443 from owncloud/fix-filtering-for-users

Fix filtering for users when $gid is empty

9 years agoreplace hook with storage wrapper
Bjoern Schiessle [Wed, 14 Jan 2015 20:06:26 +0000 (21:06 +0100)]
replace hook with storage wrapper

9 years agoMerge pull request #13438 from owncloud/cache-the-array
Thomas Müller [Mon, 19 Jan 2015 07:40:25 +0000 (08:40 +0100)]
Merge pull request #13438 from owncloud/cache-the-array

Reuse the array key of mimetypes

9 years agoMerge pull request #13447 from owncloud/fix_typo
Joas Schilling [Mon, 19 Jan 2015 07:30:43 +0000 (08:30 +0100)]
Merge pull request #13447 from owncloud/fix_typo

fix typo - caused by 3d997e8c62bd752f38bcc11f02fb2af0e46d9154

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 19 Jan 2015 06:54:31 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13448 from owncloud/fix-exif-orientation
Georg Ehrke [Sun, 18 Jan 2015 23:12:55 +0000 (00:12 +0100)]
Merge pull request #13448 from owncloud/fix-exif-orientation

Fix exif orientation for flipped images

9 years agoFix exif orientation for flipped images
Morris Jobke [Sun, 18 Jan 2015 22:15:52 +0000 (23:15 +0100)]
Fix exif orientation for flipped images

fixes #13363

Links:
 * http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto/
 * Example data: https://github.com/recurser/exif-orientation-examples

9 years agofix typo - caused by 3d997e8c62bd752f38bcc11f02fb2af0e46d9154
Morris Jobke [Sun, 18 Jan 2015 21:08:11 +0000 (22:08 +0100)]
fix typo - caused by 3d997e8c62bd752f38bcc11f02fb2af0e46d9154

9 years agoMerge pull request #13276 from Sugaroverdose/fix_#11348
Morris Jobke [Sun, 18 Jan 2015 20:42:06 +0000 (21:42 +0100)]
Merge pull request #13276 from Sugaroverdose/fix_#11348

fix safari rename button positioning #11348

9 years agoMerge pull request #13433 from owncloud/favoritesl10n
Lukas Reschke [Sun, 18 Jan 2015 19:36:19 +0000 (20:36 +0100)]
Merge pull request #13433 from owncloud/favoritesl10n

fix unlocalized favorites browser title and alttext

9 years agoFix filtering for users when $gid is empty
Lukas Reschke [Sun, 18 Jan 2015 17:31:03 +0000 (18:31 +0100)]
Fix filtering for users when $gid is empty

Previously when $gid was empty the users were not filtered at all. Rendering the search function in the user management pretty useless.

Fixes itself

9 years agoReuse the array key of mimetypes
Lukas Reschke [Sun, 18 Jan 2015 13:48:24 +0000 (14:48 +0100)]
Reuse the array key of mimetypes

This function is called a lot of times and was really slow before due to not reusing the same array.

Previously when it was called 500'000 times it took about 2seconds, now we're down to 0.2 seconds on my local machine.

Ref https://github.com/owncloud/core/issues/13434

9 years ago8.0.0 beta 2 v8.0.0beta1
Frank Karlitschek [Sun, 18 Jan 2015 13:44:28 +0000 (14:44 +0100)]
8.0.0 beta 2

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 18 Jan 2015 06:54:34 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agofix unlocalized favorites browser title and alttext
Volkan Gezer [Sat, 17 Jan 2015 15:52:36 +0000 (16:52 +0100)]
fix unlocalized favorites browser title and alttext

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 17 Jan 2015 06:54:40 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13319 from owncloud/replace-line-breaks-in-app-description
Lukas Reschke [Sat, 17 Jan 2015 00:03:41 +0000 (01:03 +0100)]
Merge pull request #13319 from owncloud/replace-line-breaks-in-app-description

replace line breaks in the app description by spaces - fixes #13315

9 years agoAdd ie8 text-overflow: ellipsis support
Sugaroverdose [Fri, 16 Jan 2015 22:43:42 +0000 (01:43 +0300)]
Add ie8 text-overflow: ellipsis support

minimum browser window width ≈ 1280px

9 years agouse some magic to make 'popular browsers' work
Sugaroverdose [Fri, 16 Jan 2015 20:36:35 +0000 (23:36 +0300)]
use some magic to make 'popular browsers' work

as expected with inline-block span

9 years agoMerge pull request #13421 from owncloud/fix-rename
Robin McCorkell [Fri, 16 Jan 2015 19:15:48 +0000 (19:15 +0000)]
Merge pull request #13421 from owncloud/fix-rename

Fixes shifted rename field

9 years agoFix getItemSharedWithUser for groups
Vincent Petry [Fri, 16 Jan 2015 17:11:13 +0000 (18:11 +0100)]
Fix getItemSharedWithUser for groups

Fixed SQL query for whenever a user has more than one group.
Added missing $owner where clause for group lookup.
Added unit tests for the group cases.

9 years agoFixes shifted rename field
Morris Jobke [Fri, 16 Jan 2015 16:02:08 +0000 (17:02 +0100)]
Fixes shifted rename field

9 years agoMerge pull request #13418 from owncloud/app-icons
Morris Jobke [Fri, 16 Jan 2015 14:22:44 +0000 (15:22 +0100)]
Merge pull request #13418 from owncloud/app-icons

add icon for Provisioning API

9 years agocompress icons of LDAP and WebDAV-Auth
Jan-Christoph Borchardt [Fri, 16 Jan 2015 13:43:27 +0000 (14:43 +0100)]
compress icons of LDAP and WebDAV-Auth

9 years agoadd icon for Provisioning API
Jan-Christoph Borchardt [Fri, 16 Jan 2015 13:43:14 +0000 (14:43 +0100)]
add icon for Provisioning API

9 years agoMerge pull request #13399 from owncloud/trashbin-fixpreviewroute
Morris Jobke [Fri, 16 Jan 2015 12:48:02 +0000 (13:48 +0100)]
Merge pull request #13399 from owncloud/trashbin-fixpreviewroute

Fix preview route for trashbin

9 years agoMerge pull request #13413 from owncloud/apps-cancelloadonswitch
Morris Jobke [Fri, 16 Jan 2015 12:42:40 +0000 (13:42 +0100)]
Merge pull request #13413 from owncloud/apps-cancelloadonswitch

Cancel app list load when switching categories

9 years agoMerge pull request #13160 from owncloud/extstorage-ocbackendnopartfile
Morris Jobke [Fri, 16 Jan 2015 12:38:59 +0000 (13:38 +0100)]
Merge pull request #13160 from owncloud/extstorage-ocbackendnopartfile

Disable part files for OC ext storage backend + s2s backend

9 years agoMerge pull request #13412 from owncloud/app-management-sort
Morris Jobke [Fri, 16 Jan 2015 12:17:41 +0000 (13:17 +0100)]
Merge pull request #13412 from owncloud/app-management-sort

sorting enabled and disabled apps alphabetically - fixes #13404

9 years agofix_#11348 Safari rename button positioning
Sergei Shuykov [Mon, 12 Jan 2015 14:08:15 +0000 (17:08 +0300)]
fix_#11348 Safari rename button positioning

9 years agoCancel app list load when switching categories
Vincent Petry [Fri, 16 Jan 2015 11:23:02 +0000 (12:23 +0100)]
Cancel app list load when switching categories

9 years agosorting enabled and disabled apps alphabetically - fixes #13404
Thomas Müller [Fri, 16 Jan 2015 11:07:08 +0000 (12:07 +0100)]
sorting enabled and disabled apps alphabetically - fixes #13404

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 16 Jan 2015 06:55:51 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13406 from owncloud/fix-php-doc
Frank Karlitschek [Fri, 16 Jan 2015 01:35:30 +0000 (20:35 -0500)]
Merge pull request #13406 from owncloud/fix-php-doc

Fix PHPDoc

9 years agoFix PHPDoc
Lukas Reschke [Thu, 15 Jan 2015 21:50:42 +0000 (22:50 +0100)]
Fix PHPDoc

9 years agoMerge pull request #13389 from owncloud/issue/13372-failing-oracle-tests-jenkins
Thomas Müller [Thu, 15 Jan 2015 21:41:57 +0000 (22:41 +0100)]
Merge pull request #13389 from owncloud/issue/13372-failing-oracle-tests-jenkins

Mask table and column names with backticks and add lastInsertID() workar...

9 years agoMerge pull request #13394 from owncloud/cache-remove-folder
Thomas Müller [Thu, 15 Jan 2015 21:33:06 +0000 (22:33 +0100)]
Merge pull request #13394 from owncloud/cache-remove-folder

Remove children from the cache in one query

9 years agoMerge pull request #13395 from owncloud/show-readonly-mail
Lukas Reschke [Thu, 15 Jan 2015 21:08:23 +0000 (22:08 +0100)]
Merge pull request #13395 from owncloud/show-readonly-mail

Show mail address & display name if it is read only

9 years agoMerge pull request #13323 from owncloud/move-search
Lukas Reschke [Thu, 15 Jan 2015 19:41:57 +0000 (20:41 +0100)]
Merge pull request #13323 from owncloud/move-search

Move search to core/search

9 years agoMerge pull request #13397 from owncloud/files-greyhighlightondownload
Lukas Reschke [Thu, 15 Jan 2015 19:32:42 +0000 (20:32 +0100)]
Merge pull request #13397 from owncloud/files-greyhighlightondownload

Fix for sticky grey highlight / selection in file list

9 years agoAdditional unit test for recursive remove
Robin Appelman [Thu, 15 Jan 2015 17:46:42 +0000 (18:46 +0100)]
Additional unit test for recursive remove

9 years agoFix preview route for trashbin
Vincent Petry [Thu, 15 Jan 2015 17:45:24 +0000 (18:45 +0100)]
Fix preview route for trashbin

9 years agoDisallow ctrl click to select when selection not allowed
Vincent Petry [Thu, 15 Jan 2015 17:16:27 +0000 (18:16 +0100)]
Disallow ctrl click to select when selection not allowed

9 years agoAuto-blur when clicking on file to download
Vincent Petry [Thu, 15 Jan 2015 17:08:36 +0000 (18:08 +0100)]
Auto-blur when clicking on file to download

9 years agoFixed thumbnal z-index for when no checkbox is there
Vincent Petry [Thu, 15 Jan 2015 16:53:23 +0000 (17:53 +0100)]
Fixed thumbnal z-index for when no checkbox is there

In file lists with no selection checkbox, the CSS selector is different.
The thumbnail also needs position:absolute and a z-index to be displayed
above the row's grey highlight.

9 years agoShow mail address & display name if it is read only
Morris Jobke [Thu, 15 Jan 2015 16:51:54 +0000 (17:51 +0100)]
Show mail address & display name if it is read only

* gives the user the chance to verify it's mail address
  and display name
* ref #12823
* fixes #13393

9 years agoRemove children from the cache in one query
Robin Appelman [Thu, 15 Jan 2015 16:26:12 +0000 (17:26 +0100)]
Remove children from the cache in one query

9 years agoMerge pull request #13388 from owncloud/type-hint-url-params
Morris Jobke [Thu, 15 Jan 2015 15:00:48 +0000 (16:00 +0100)]
Merge pull request #13388 from owncloud/type-hint-url-params

Add PHPDoc for `urlParams`

9 years agoMerge pull request #13387 from owncloud/fix-urlparameters
Morris Jobke [Thu, 15 Jan 2015 14:33:55 +0000 (15:33 +0100)]
Merge pull request #13387 from owncloud/fix-urlparameters

always set url parameters when they are available in the app dispatch

9 years agoalways set url parameters when they are available in the app dispatch
Bernhard Posselt [Thu, 15 Jan 2015 13:19:56 +0000 (14:19 +0100)]
always set url parameters when they are available in the app dispatch

prefer url parameters passed into the main method. If they are not present, use the containers urlParameters

add space

9 years agoMask table and column names with backticks and add lastInsertID() workaround
Joas Schilling [Thu, 15 Jan 2015 09:25:54 +0000 (10:25 +0100)]
Mask table and column names with backticks and add lastInsertID() workaround

9 years agoAdd PHPDoc for `urlParams`
Lukas Reschke [Thu, 15 Jan 2015 13:42:44 +0000 (14:42 +0100)]
Add PHPDoc for `urlParams`

9 years agocoding style
Arthur Schiwon [Thu, 15 Jan 2015 11:25:36 +0000 (12:25 +0100)]
coding style

9 years agoMerge pull request #13370 from Sugaroverdose/fix_#13322
Thomas Müller [Thu, 15 Jan 2015 10:20:22 +0000 (11:20 +0100)]
Merge pull request #13370 from Sugaroverdose/fix_#13322

Force browser to redraw favorite icon on src change

9 years agoMerge pull request #13347 from owncloud/share-scanpermissionsfromsource
Morris Jobke [Thu, 15 Jan 2015 10:15:15 +0000 (11:15 +0100)]
Merge pull request #13347 from owncloud/share-scanpermissionsfromsource

Use source storage permissions when scanning shared storage

9 years agoMerge pull request #13375 from owncloud/previews
Morris Jobke [Thu, 15 Jan 2015 10:07:36 +0000 (11:07 +0100)]
Merge pull request #13375 from owncloud/previews

Note in config.sample.php that certain previews are not available in ms ...

9 years agoNote in config.sample.php that certain previews are not available in ms windows
Carla Schroder [Wed, 14 Jan 2015 17:38:43 +0000 (09:38 -0800)]
Note in config.sample.php that certain previews are not available in ms windows

9 years agoForce browser to redraw favorite icon
Sugaroverdose [Wed, 14 Jan 2015 19:09:09 +0000 (22:09 +0300)]
Force browser to redraw favorite icon

on src change

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 15 Jan 2015 06:54:41 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13352 from owncloud/hhvm-array-key
Robin McCorkell [Thu, 15 Jan 2015 01:06:45 +0000 (01:06 +0000)]
Merge pull request #13352 from owncloud/hhvm-array-key

HHVM: Do not use key() on array as the result depends on the internal array pointer.

9 years agoDo not use key() on array as the result depends on the internal array pointer.
Andreas Fischer [Wed, 14 Jan 2015 12:51:41 +0000 (13:51 +0100)]
Do not use key() on array as the result depends on the internal array pointer.

9 years agoMerge pull request #13354 from owncloud/hhvm-redis
Morris Jobke [Wed, 14 Jan 2015 23:23:12 +0000 (00:23 +0100)]
Merge pull request #13354 from owncloud/hhvm-redis

HHVM: Prevent E_WARNING messages by Redis test in console output.

9 years agoMerge pull request #13317 from owncloud/partfile-fileinfo
Thomas Müller [Wed, 14 Jan 2015 21:39:19 +0000 (22:39 +0100)]
Merge pull request #13317 from owncloud/partfile-fileinfo

Return valid fileinfo objects for part files

9 years agoMerge pull request #13344 from owncloud/issue/13334-cleanup-tags-repairstep
Morris Jobke [Wed, 14 Jan 2015 19:43:23 +0000 (20:43 +0100)]
Merge pull request #13344 from owncloud/issue/13334-cleanup-tags-repairstep

Add a repair step to clean up orphan tags and tag entries

9 years agoMerge pull request #13367 from owncloud/type-hint-server-method-from-request
Morris Jobke [Wed, 14 Jan 2015 19:23:52 +0000 (20:23 +0100)]
Merge pull request #13367 from owncloud/type-hint-server-method-from-request

Add PHPDoc for magic property 'server'

9 years agoAdd PHPDoc for magic property 'server'
Lukas Reschke [Wed, 14 Jan 2015 18:32:09 +0000 (19:32 +0100)]
Add PHPDoc for magic property 'server'

9 years agoMerge pull request #13350 from owncloud/autoload-translations
Morris Jobke [Wed, 14 Jan 2015 17:12:05 +0000 (18:12 +0100)]
Merge pull request #13350 from owncloud/autoload-translations

Autoload app's js translations

9 years agoUse source storage permissions when scanning shared storage
Vincent Petry [Wed, 14 Jan 2015 11:35:24 +0000 (12:35 +0100)]
Use source storage permissions when scanning shared storage

9 years agoupdate user or group count only, when the multiselect is closed
Arthur Schiwon [Wed, 14 Jan 2015 16:31:20 +0000 (17:31 +0100)]
update user or group count only, when the multiselect is closed

9 years agoAdd a repair step to clean up orphan tags and tag entries
Joas Schilling [Wed, 14 Jan 2015 10:57:26 +0000 (11:57 +0100)]
Add a repair step to clean up orphan tags and tag entries

9 years agoignore core
Bernhard Posselt [Wed, 14 Jan 2015 14:27:37 +0000 (15:27 +0100)]
ignore core

9 years agoallow to read again objectclasses and groups under certain conditions
Arthur Schiwon [Wed, 14 Jan 2015 14:15:55 +0000 (15:15 +0100)]
allow to read again objectclasses and groups under certain conditions

9 years agoadjust paths for search
Morris Jobke [Tue, 13 Jan 2015 15:42:04 +0000 (16:42 +0100)]
adjust paths for search

9 years agoMerge pull request #13351 from owncloud/check-for-existence
Lukas Reschke [Wed, 14 Jan 2015 14:00:25 +0000 (15:00 +0100)]
Merge pull request #13351 from owncloud/check-for-existence

Check for existence of $_GET keys

9 years agomove check into addTranslation method
Bernhard Posselt [Wed, 14 Jan 2015 13:57:56 +0000 (14:57 +0100)]
move check into addTranslation method

9 years agoHHVM: Prevent E_WARNING messages by Redis test in console output.
Andreas Fischer [Wed, 14 Jan 2015 13:46:22 +0000 (14:46 +0100)]
HHVM: Prevent E_WARNING messages by Redis test in console output.

9 years agodont load core scritps
Bernhard Posselt [Wed, 14 Jan 2015 13:42:19 +0000 (14:42 +0100)]
dont load core scritps

9 years agoMerge pull request #13349 from owncloud/kill-deprecated-code-sharing
Thomas Müller [Wed, 14 Jan 2015 13:40:51 +0000 (14:40 +0100)]
Merge pull request #13349 from owncloud/kill-deprecated-code-sharing

remove deprecated code - fixes #13119

9 years agoRemove unneeded addTranslations() calls
Vincent Petry [Wed, 14 Jan 2015 13:36:23 +0000 (14:36 +0100)]
Remove unneeded addTranslations() calls

9 years agoCheck for existence of $_GET keys
Lukas Reschke [Wed, 14 Jan 2015 13:15:36 +0000 (14:15 +0100)]
Check for existence of $_GET keys

`$dir` may for example very well not get passed at well.

9 years agoMerge pull request #13348 from owncloud/fix-app-required-oc-version-check
Morris Jobke [Wed, 14 Jan 2015 12:58:49 +0000 (13:58 +0100)]
Merge pull request #13348 from owncloud/fix-app-required-oc-version-check

Check new and old ways of required oC version for app compatibility

9 years agoOC_App::parseAppInfo
Morris Jobke [Tue, 13 Jan 2015 13:48:30 +0000 (14:48 +0100)]
OC_App::parseAppInfo

* replace line breaks (on non empty lines) in the app description by spaces
* fixes #13315
* includes unit tests

9 years agoremove deprecated code - fixes #13119
Thomas Müller [Wed, 14 Jan 2015 12:56:49 +0000 (13:56 +0100)]
remove deprecated code - fixes #13119

9 years agoonly load translsations for apps
Bernhard Posselt [Wed, 14 Jan 2015 12:48:21 +0000 (13:48 +0100)]
only load translsations for apps

9 years agomake translation lookup faster (O(n) -> O(1))
Bernhard Posselt [Wed, 14 Jan 2015 12:39:29 +0000 (13:39 +0100)]
make translation lookup faster (O(n) -> O(1))

9 years agoautoload app's js translations
Bernhard Posselt [Wed, 14 Jan 2015 12:34:52 +0000 (13:34 +0100)]
autoload app's js translations

9 years agoMerge pull request #13345 from owncloud/increase-files-external-versions
Morris Jobke [Wed, 14 Jan 2015 12:24:08 +0000 (13:24 +0100)]
Merge pull request #13345 from owncloud/increase-files-external-versions

Increase files_externals oC required version and its own version

9 years agoMerge pull request #13341 from owncloud/update-readversionfromtemplate
Morris Jobke [Wed, 14 Jan 2015 12:07:14 +0000 (13:07 +0100)]
Merge pull request #13341 from owncloud/update-readversionfromtemplate

Read version and product name from update template

9 years agoCheck new and old ways of required oC version for app compatibility
Joas Schilling [Wed, 14 Jan 2015 11:48:59 +0000 (12:48 +0100)]
Check new and old ways of required oC version for app compatibility

9 years agoMerge pull request #13332 from oparoz/fix-download-button
Thomas Müller [Wed, 14 Jan 2015 11:24:06 +0000 (12:24 +0100)]
Merge pull request #13332 from oparoz/fix-download-button

Download the current public folder only

9 years agoIncrease files_externals oC required version and its own version
Joas Schilling [Wed, 14 Jan 2015 11:15:52 +0000 (12:15 +0100)]
Increase files_externals oC required version and its own version

9 years agoMerge pull request #13286 from owncloud/sharing_upgrade
Björn Schießle [Wed, 14 Jan 2015 10:57:30 +0000 (11:57 +0100)]
Merge pull request #13286 from owncloud/sharing_upgrade

update script for new server-to-server sharing

9 years agoMerge pull request #13288 from owncloud/enc_fix_public_download
Lukas Reschke [Wed, 14 Jan 2015 10:55:13 +0000 (11:55 +0100)]
Merge pull request #13288 from owncloud/enc_fix_public_download

[encryption] fix download of public shared files

9 years agoMerge pull request #13335 from owncloud/disable-rememberme-files-external
Thomas Müller [Wed, 14 Jan 2015 10:51:16 +0000 (11:51 +0100)]
Merge pull request #13335 from owncloud/disable-rememberme-files-external

The files_external app might need the password so autologin must be disabled