]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agofix camelCase and avoiud re-wrapping $()
Morris Jobke [Mon, 16 Jun 2014 09:35:48 +0000 (11:35 +0200)]
fix camelCase and avoiud re-wrapping $()

10 years agofix typo - Backups -> Backends
Morris Jobke [Mon, 16 Jun 2014 09:33:51 +0000 (11:33 +0200)]
fix typo - Backups -> Backends

10 years agoAllowUserMount defaults now to all backends fixes #7958
Morris Jobke [Fri, 13 Jun 2014 16:14:41 +0000 (18:14 +0200)]
AllowUserMount defaults now to all backends fixes #7958

10 years agoMerge pull request #9010 from owncloud/fix_8941_admin_settings_message
Morris Jobke [Fri, 13 Jun 2014 11:07:41 +0000 (13:07 +0200)]
Merge pull request #9010 from owncloud/fix_8941_admin_settings_message

move mail template settings to templateeditor repo

10 years agomove mail template editor from core to standalone templateeditor repo
Jörn Friedrich Dreyer [Thu, 12 Jun 2014 14:48:45 +0000 (16:48 +0200)]
move mail template editor from core to standalone templateeditor repo

10 years agoaccess admin settings result message correctly
Jörn Friedrich Dreyer [Thu, 12 Jun 2014 13:59:26 +0000 (15:59 +0200)]
access admin settings result message correctly

10 years agoMerge pull request #8714 from owncloud/minor-fixes
Morris Jobke [Fri, 13 Jun 2014 06:30:57 +0000 (08:30 +0200)]
Merge pull request #8714 from owncloud/minor-fixes

fix some minor issues

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 13 Jun 2014 05:54:32 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #9017 from owncloud/maxheartbeatinterval
Morris Jobke [Thu, 12 Jun 2014 22:19:07 +0000 (00:19 +0200)]
Merge pull request #9017 from owncloud/maxheartbeatinterval

Added max heartbeat interval to prevent integer overflow

10 years agofix some minor issues
Volkan Gezer [Sun, 25 May 2014 18:59:04 +0000 (20:59 +0200)]
fix some minor issues

10 years agoAdded unit tests for heartbeat interval min/max values
Vincent Petry [Thu, 12 Jun 2014 16:42:09 +0000 (18:42 +0200)]
Added unit tests for heartbeat interval min/max values

10 years agoAdded max heartbeat interval to prevent integer overflow
Vincent Petry [Thu, 12 Jun 2014 16:41:19 +0000 (18:41 +0200)]
Added max heartbeat interval to prevent integer overflow

When using big session timeout values, the interval value might
overflow and cause the setInterval() call to ping the server in a loop
without any delay.

This fix adds a maximum ping interval of 24 hours.

Forward port of 00ec5fc1935c946e846a8ff28491e5b5b017b3d7 from stable6.

10 years agoMerge pull request #8968 from owncloud/scanner-parent-repair
Vincent Petry [Thu, 12 Jun 2014 15:40:44 +0000 (17:40 +0200)]
Merge pull request #8968 from owncloud/scanner-parent-repair

Repair broken parent link in the scanner

10 years agoRevert "Merge pull request #8998 from macjohnny/master"
Morris Jobke [Thu, 12 Jun 2014 12:56:46 +0000 (14:56 +0200)]
Revert "Merge pull request #8998 from macjohnny/master"

This reverts commit 482eded8b31b257dfed7761c7cb43f35ddcd3408, reversing
changes made to 354cace14ae01e7ff34af3c8a4a3335b89596da3.

10 years agoMerge pull request #9004 from owncloud/cleanup-storages
Vincent Petry [Thu, 12 Jun 2014 12:50:18 +0000 (14:50 +0200)]
Merge pull request #9004 from owncloud/cleanup-storages

Added check and cleanup for storage/filecache

10 years agoMerge pull request #8998 from macjohnny/master
macjohnny [Thu, 12 Jun 2014 12:49:15 +0000 (14:49 +0200)]
Merge pull request #8998 from macjohnny/master

drastic speedup for nested ldap groups

10 years agoMerge pull request #9003 from owncloud/fix_liskov_in_admin_mail_template_settings
Bernhard Posselt [Thu, 12 Jun 2014 12:33:13 +0000 (14:33 +0200)]
Merge pull request #9003 from owncloud/fix_liskov_in_admin_mail_template_settings

fix liskov substitution principle in admin mail template settings

10 years agoAdded check and cleanup for storage/filecache
Vincent Petry [Thu, 12 Jun 2014 10:49:01 +0000 (12:49 +0200)]
Added check and cleanup for storage/filecache

Some tests don't clean up the file cache and sometimes entries are
reused by mistake in subsequent test suites.

This cleans up the file cache and storage after every test suite and
also shows an annoying warning.

10 years agoMerge pull request #8999 from owncloud/issue/8996
Morris Jobke [Thu, 12 Jun 2014 11:34:32 +0000 (13:34 +0200)]
Merge pull request #8999 from owncloud/issue/8996

Issue/8996 IE8 issues with the new menu

10 years agoMove IE8 fixes to fixes.css
Morris Jobke [Thu, 12 Jun 2014 11:33:32 +0000 (13:33 +0200)]
Move IE8 fixes to fixes.css

10 years agoMerge pull request #8980 from owncloud/better-accept-header
Vincent Petry [Thu, 12 Jun 2014 11:28:03 +0000 (13:28 +0200)]
Merge pull request #8980 from owncloud/better-accept-header

handle http accept headers more gracefully

10 years agofix liskov substitution principle in admin mail template settings, fixes #8997
Jörn Friedrich Dreyer [Thu, 12 Jun 2014 10:38:34 +0000 (12:38 +0200)]
fix liskov substitution principle in admin mail template settings, fixes #8997

10 years agoUpdate manager.php
macjohnny [Thu, 12 Jun 2014 09:29:20 +0000 (11:29 +0200)]
Update manager.php

10 years agoUpdate group.php
macjohnny [Thu, 12 Jun 2014 09:28:57 +0000 (11:28 +0200)]
Update group.php

10 years agoFix missing caret in header menu for IE8
Joas Schilling [Thu, 12 Jun 2014 09:01:35 +0000 (11:01 +0200)]
Fix missing caret in header menu for IE8

10 years agoFix header menu background in IE8
Joas Schilling [Thu, 12 Jun 2014 09:00:44 +0000 (11:00 +0200)]
Fix header menu background in IE8

10 years agoReduce size of png files so they match the svg
Joas Schilling [Thu, 12 Jun 2014 08:55:25 +0000 (10:55 +0200)]
Reduce size of png files so they match the svg

Fix #8996

10 years agodrastic speedup for nested ldap groups
macjohnny [Thu, 12 Jun 2014 07:51:23 +0000 (09:51 +0200)]
drastic speedup for nested ldap groups

Changes a function call in getUserGroups to only retrieve group ids instead of objects.
this change significantly improves performance when using owncloud with many groups, e.g. nested ldap hierarchy (1.2.840.113556.1.4.1941), since getUserGroups gets called in oc_share::getItems, which is needed for every page request.
in my particular case, it took more than 10s to load the calendar page and more than 6s to load the file page.
this was in an environment with 100 user groups (nested) per user. The performance was bad due to the following call stack:
self::getManager()->getUserGroups($user)
  - getGroupObject() (executed for every group!)
     - groupExists() (resulting in many ldap-requests)
since the groups are loaded from ldap, it is unnecessary to check whether the group exists or not.

10 years agoUpdate manager.php
macjohnny [Thu, 12 Jun 2014 07:41:23 +0000 (09:41 +0200)]
Update manager.php

add a function getUserGroupIds for retrieving group ids instead of group objects. this significantly improves performance when using many (nested) groups.

10 years agoMerge pull request #8991 from owncloud/fix-php53-arraycombine
Vincent Petry [Thu, 12 Jun 2014 07:08:50 +0000 (09:08 +0200)]
Merge pull request #8991 from owncloud/fix-php53-arraycombine

Fixed array_combine for PHP 5.3

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 12 Jun 2014 05:54:34 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoFixed array_combine for PHP 5.3
Vincent Petry [Wed, 11 Jun 2014 17:13:49 +0000 (19:13 +0200)]
Fixed array_combine for PHP 5.3

10 years agoMerge pull request #8986 from owncloud/disable_tests
Vincent Petry [Wed, 11 Jun 2014 16:34:35 +0000 (18:34 +0200)]
Merge pull request #8986 from owncloud/disable_tests

disable failing tests

10 years agoMerge pull request #8901 from owncloud/permissions-update-cache
Vincent Petry [Wed, 11 Jun 2014 16:28:55 +0000 (18:28 +0200)]
Merge pull request #8901 from owncloud/permissions-update-cache

Save the permissions in the filecache if it's not saved yet

10 years agoUse assertNotSame when checking etags
Vincent Petry [Wed, 11 Jun 2014 15:27:26 +0000 (17:27 +0200)]
Use assertNotSame when checking etags

Sometimes etags contain a "e" character which makes PHP believe it's a
number and make the tests fail

10 years agodisable failing tests
Bjoern Schiessle [Wed, 11 Jun 2014 14:23:01 +0000 (16:23 +0200)]
disable failing tests

10 years agoMerge pull request #8985 from owncloud/share-grouporderfix
Vincent Petry [Wed, 11 Jun 2014 15:20:22 +0000 (17:20 +0200)]
Merge pull request #8985 from owncloud/share-grouporderfix

Added ORDER BY to enforce share entry order

10 years agoAdded ORDER BY to enforce share entry order
Vincent Petry [Wed, 11 Jun 2014 12:28:30 +0000 (14:28 +0200)]
Added ORDER BY to enforce share entry order

Sometimes MySQL decides to return the shares in the wrong order, but
some parts of the code seem to require the order to be known, at least
so that the parent shares come before the children shares.

This fix adds an ORDER BY clause to force the order by id.

10 years agoincrease to 7.0 alpha 1
Frank Karlitschek [Wed, 11 Jun 2014 08:54:45 +0000 (10:54 +0200)]
increase to 7.0 alpha 1

10 years agoMerge pull request #8966 from owncloud/fix_failing_tests_on_master
Vincent Petry [Wed, 11 Jun 2014 08:05:38 +0000 (10:05 +0200)]
Merge pull request #8966 from owncloud/fix_failing_tests_on_master

Fix failing tests on master

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 11 Jun 2014 05:55:07 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoalso handle lowercase headers
Bernhard Posselt [Tue, 10 Jun 2014 23:20:09 +0000 (01:20 +0200)]
also handle lowercase headers

10 years agoMerge pull request #8972 from owncloud/use_imagettftext_take2
Morris Jobke [Tue, 10 Jun 2014 23:07:32 +0000 (01:07 +0200)]
Merge pull request #8972 from owncloud/use_imagettftext_take2

make text preview backend use imagettftext, fixes #8087

10 years agofix indention
Bernhard Posselt [Tue, 10 Jun 2014 22:57:00 +0000 (00:57 +0200)]
fix indention

10 years agohandle http accept headers more gracefully
Bernhard Posselt [Tue, 10 Jun 2014 22:54:25 +0000 (00:54 +0200)]
handle http accept headers more gracefully

10 years agoMerge pull request #8971 from owncloud/sidebar-disablesnapperinielte9
jbtbnl [Tue, 10 Jun 2014 19:59:55 +0000 (21:59 +0200)]
Merge pull request #8971 from owncloud/sidebar-disablesnapperinielte9

Disable snapper init for IE <= 9

10 years agomake text preview backend use imagettftext, fixes #8087
Georg Ehrke [Tue, 10 Jun 2014 15:29:40 +0000 (17:29 +0200)]
make text preview backend use imagettftext, fixes #8087

10 years agoDisable snapper init for IE <= 9
Vincent Petry [Tue, 10 Jun 2014 15:14:49 +0000 (17:14 +0200)]
Disable snapper init for IE <= 9

Snapper doesn't work at all for IE8 and IE9 and messes up with the main
container layout when enabled.

This commits disables snapper for these browsers.

10 years agoremove unused argument
Robin Appelman [Tue, 10 Jun 2014 13:42:37 +0000 (15:42 +0200)]
remove unused argument

10 years agoadd some comments
Robin Appelman [Tue, 10 Jun 2014 13:37:43 +0000 (15:37 +0200)]
add some comments

10 years agoRepair broken parent link in the scanner
Robin Appelman [Tue, 10 Jun 2014 13:26:18 +0000 (15:26 +0200)]
Repair broken parent link in the scanner

10 years agocall self::getNumericStorageId() to get the numeric ID
Bjoern Schiessle [Tue, 10 Jun 2014 12:48:19 +0000 (14:48 +0200)]
call self::getNumericStorageId() to get the numeric ID

10 years agowwe no longer have a versions table
Bjoern Schiessle [Tue, 10 Jun 2014 12:47:32 +0000 (14:47 +0200)]
wwe no longer have a versions table

10 years agono need to prepare a statement twice
Bjoern Schiessle [Tue, 10 Jun 2014 12:46:47 +0000 (14:46 +0200)]
no need to prepare a statement twice

10 years agoMerge pull request #8908 from owncloud/fix-placeholders
Morris Jobke [Tue, 10 Jun 2014 08:47:23 +0000 (10:47 +0200)]
Merge pull request #8908 from owncloud/fix-placeholders

fix split translations. fix for the discussion in the description

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 10 Jun 2014 05:54:54 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8928 from owncloud/too-long-filename-fix-v2
jbtbnl [Mon, 9 Jun 2014 11:09:18 +0000 (13:09 +0200)]
Merge pull request #8928 from owncloud/too-long-filename-fix-v2

Ellipcises too long filenames

10 years agoUse &=
Robin Appelman [Mon, 9 Jun 2014 10:47:00 +0000 (12:47 +0200)]
Use &=

10 years agoadjust unit test assert values
Thomas Müller [Thu, 5 Jun 2014 18:33:52 +0000 (20:33 +0200)]
adjust unit test assert values

10 years agoadding PHPDoc
Thomas Müller [Thu, 5 Jun 2014 18:03:32 +0000 (20:03 +0200)]
adding PHPDoc

10 years agoSave the permissions in the filecache if it's not saved yet
Robin Appelman [Thu, 5 Jun 2014 13:45:59 +0000 (15:45 +0200)]
Save the permissions in the filecache if it's not saved yet

10 years agoMerge pull request #8948 from owncloud/fix-logger-race-condition
Morris Jobke [Mon, 9 Jun 2014 09:07:10 +0000 (11:07 +0200)]
Merge pull request #8948 from owncloud/fix-logger-race-condition

set logger before registrate to an error handler

10 years agoset logger before registrate to an error handler
Morris Jobke [Mon, 9 Jun 2014 08:02:23 +0000 (10:02 +0200)]
set logger before registrate to an error handler

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 9 Jun 2014 05:54:32 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8916 from owncloud/rmdirr-test-cleanup-fix
Morris Jobke [Sun, 8 Jun 2014 18:46:00 +0000 (20:46 +0200)]
Merge pull request #8916 from owncloud/rmdirr-test-cleanup-fix

Added hacky fix for long path cleanup routine

10 years agoimprove ellipsis of filename for different screen sizes
Morris Jobke [Sun, 8 Jun 2014 15:48:53 +0000 (17:48 +0200)]
improve ellipsis of filename for different screen sizes

10 years agoMerge pull request #8937 from owncloud/design-sizing
Morris Jobke [Sun, 8 Jun 2014 10:31:24 +0000 (12:31 +0200)]
Merge pull request #8937 from owncloud/design-sizing

Layout fixes

10 years ago@jancborchardt's commit for cross browser compatibility of extension.
raghunayyar [Sun, 8 Jun 2014 09:36:01 +0000 (15:06 +0530)]
@jancborchardt's commit for cross browser compatibility of extension.

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 8 Jun 2014 05:56:13 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8942 from owncloud/fix-user-search-field
Volkan Gezer [Sun, 8 Jun 2014 01:11:54 +0000 (03:11 +0200)]
Merge pull request #8942 from owncloud/fix-user-search-field

fix hidden user group search field

10 years agofix hidden user group search field
Volkan Gezer [Sat, 7 Jun 2014 19:12:12 +0000 (21:12 +0200)]
fix hidden user group search field

10 years agoAdds class name to span element inside filename.
raghunayyar [Sat, 7 Jun 2014 18:24:21 +0000 (23:54 +0530)]
Adds class name to span element inside filename.

10 years agodisplay empty content message a bit higher up so it's easier to see
Jan-Christoph Borchardt [Sat, 7 Jun 2014 10:08:12 +0000 (12:08 +0200)]
display empty content message a bit higher up so it's easier to see

10 years agoapp settings: only display text fields at full width, not buttons
Jan-Christoph Borchardt [Sat, 7 Jun 2014 10:07:50 +0000 (12:07 +0200)]
app settings: only display text fields at full width, not buttons

10 years agoAdds multiple media queries for filename.
raghunayyar [Sat, 7 Jun 2014 08:53:49 +0000 (14:23 +0530)]
Adds multiple media queries for filename.

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 7 Jun 2014 05:56:13 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8927 from owncloud/expire_only_link_shares
Björn Schießle [Fri, 6 Jun 2014 17:24:15 +0000 (19:24 +0200)]
Merge pull request #8927 from owncloud/expire_only_link_shares

only expire link shares

10 years agoMerge pull request #8935 from owncloud/missed-apps-tag
Raghu Nayyar [Fri, 6 Jun 2014 17:09:31 +0000 (22:39 +0530)]
Merge pull request #8935 from owncloud/missed-apps-tag

wrap App text with t() to let it use locales

10 years agoMerge pull request #8925 from owncloud/extstorage-sidebar
Vincent Petry [Fri, 6 Jun 2014 16:59:37 +0000 (18:59 +0200)]
Merge pull request #8925 from owncloud/extstorage-sidebar

Added external storage list in files app

10 years agoMerge pull request #8933 from owncloud/fix-logo-glitch
Raghu Nayyar [Fri, 6 Jun 2014 16:38:10 +0000 (22:08 +0530)]
Merge pull request #8933 from owncloud/fix-logo-glitch

Fix logo glitch

10 years agowrap App text with t() to let it use locales
Volkan Gezer [Fri, 6 Jun 2014 16:31:04 +0000 (18:31 +0200)]
wrap App text with t() to let it use locales

10 years agoset minDate and maxDate in datepicker
Bjoern Schiessle [Fri, 6 Jun 2014 15:40:16 +0000 (17:40 +0200)]
set minDate and maxDate in datepicker

10 years agoMerge pull request #8253 from owncloud/pk-on-all-tables-master
Thomas Müller [Fri, 6 Jun 2014 14:40:11 +0000 (16:40 +0200)]
Merge pull request #8253 from owncloud/pk-on-all-tables-master

Primary keys on all tables master

10 years agoMerge pull request #8921 from owncloud/fix-remove-storage-master
Thomas Müller [Fri, 6 Jun 2014 14:16:44 +0000 (16:16 +0200)]
Merge pull request #8921 from owncloud/fix-remove-storage-master

No need to create a storage within remove

10 years agoreduce padding by 1px after increasing image
Jan-Christoph Borchardt [Fri, 6 Jun 2014 13:58:30 +0000 (15:58 +0200)]
reduce padding by 1px after increasing image

10 years agofix logo glitch, add whitespace around form
Jan-Christoph Borchardt [Fri, 6 Jun 2014 13:54:19 +0000 (15:54 +0200)]
fix logo glitch, add whitespace around form

10 years agoonly expire link shares
Bjoern Schiessle [Tue, 3 Jun 2014 13:15:04 +0000 (15:15 +0200)]
only expire link shares

10 years agoFixed delete button CSS in ext storage list
Vincent Petry [Fri, 6 Jun 2014 13:33:33 +0000 (15:33 +0200)]
Fixed delete button CSS in ext storage list

10 years agofix split translations
Volkan Gezer [Thu, 5 Jun 2014 18:30:20 +0000 (20:30 +0200)]
fix split translations

10 years agoAdded more columns to ext storage list
Vincent Petry [Fri, 6 Jun 2014 11:50:41 +0000 (13:50 +0200)]
Added more columns to ext storage list

Now using system mount and personal mount calls to get the relevant
mount points including backend information.

10 years agoFixed ext storage list sorting
Vincent Petry [Fri, 6 Jun 2014 11:32:01 +0000 (13:32 +0200)]
Fixed ext storage list sorting

10 years agoAdded external storage list in files app
Vincent Petry [Fri, 6 Jun 2014 11:16:47 +0000 (13:16 +0200)]
Added external storage list in files app

10 years agoMerge pull request #8922 from owncloud/design-controls-transparency
Jan-Christoph Borchardt [Fri, 6 Jun 2014 12:52:55 +0000 (14:52 +0200)]
Merge pull request #8922 from owncloud/design-controls-transparency

Bugfixes for mobile

10 years agoMerge pull request #8923 from owncloud/app-settings-input
Jan-Christoph Borchardt [Fri, 6 Jun 2014 12:52:23 +0000 (14:52 +0200)]
Merge pull request #8923 from owncloud/app-settings-input

app settings: display input fields at full width

10 years agoEllipcises too long filenames
raghunayyar [Fri, 6 Jun 2014 12:00:18 +0000 (17:30 +0530)]
Ellipcises too long filenames

10 years agoadding PK to table encryption
Thomas Müller [Thu, 17 Apr 2014 14:12:48 +0000 (16:12 +0200)]
adding PK to table encryption

adding auto increment/PK to table files_trash

adding PK to table ldap_user_mapping and ldap_group_members

adding PK to table ldap_group_mapping

truncate permissions table to allow smooth creation of primary key

adding unit test for creating an auto increment column on a table which already contains data

remove unneeded table files_trashsizes

fix unit test

no need to truncate *PREFIX*permissions

On Oracle adding auto increment columns is not working out of the box - Oracle migrations are to be done manually

10 years agoMerge pull request #4553 from owncloud/update_search_classes
Vincent Petry [Fri, 6 Jun 2014 11:24:16 +0000 (13:24 +0200)]
Merge pull request #4553 from owncloud/update_search_classes

Update search classes

10 years agoapp settings: display input fields at full width
Jan-Christoph Borchardt [Fri, 6 Jun 2014 11:01:24 +0000 (13:01 +0200)]
app settings: display input fields at full width

10 years agoMerge pull request #8895 from owncloud/mimetype_fixes
Thomas Müller [Fri, 6 Jun 2014 10:29:43 +0000 (12:29 +0200)]
Merge pull request #8895 from owncloud/mimetype_fixes

add more and fix office mimetypes, migrate wrong mimetypes

10 years agoincrease version number of files and migration trigger
Jörn Friedrich Dreyer [Fri, 6 Jun 2014 10:28:36 +0000 (12:28 +0200)]
increase version number of files and migration trigger