]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoFix issue when no apps are enabled
Vincent Petry [Mon, 11 Aug 2014 13:32:56 +0000 (15:32 +0200)]
Fix issue when no apps are enabled

Properly initialize $apps array

10 years agonew unit test added
Bjoern Schiessle [Mon, 11 Aug 2014 10:02:33 +0000 (12:02 +0200)]
new unit test added

10 years agono error if we try to delete a file which no longer exists
Bjoern Schiessle [Fri, 8 Aug 2014 14:16:01 +0000 (16:16 +0200)]
no error if we try to delete a file which no longer exists

10 years agono special action for folder named 'Shared' needed
Bjoern Schiessle [Fri, 8 Aug 2014 14:13:47 +0000 (16:13 +0200)]
no special action for folder named 'Shared' needed

10 years agoadd error message if user wants to rename a file which no longer exists
Bjoern Schiessle [Fri, 8 Aug 2014 14:11:07 +0000 (16:11 +0200)]
add error message if user wants to rename a file which no longer exists

10 years agoCast file id's to int so we can compare them properly
Robin Appelman [Wed, 13 Aug 2014 16:06:28 +0000 (18:06 +0200)]
Cast file id's to int so we can compare them properly

10 years agotrigger lazy loading earlier, fix #9823
Jan-Christoph Borchardt [Thu, 7 Aug 2014 22:27:31 +0000 (00:27 +0200)]
trigger lazy loading earlier, fix #9823

10 years agoMerge pull request #10406 from owncloud/japanese-stable7
Thomas Müller [Wed, 13 Aug 2014 21:57:14 +0000 (23:57 +0200)]
Merge pull request #10406 from owncloud/japanese-stable7

fix japanese lang code

10 years agofix japanese lang code
Volkan Gezer [Wed, 13 Aug 2014 20:29:56 +0000 (22:29 +0200)]
fix japanese lang code

10 years agoTypo fix NL
Volkan Gezer [Wed, 13 Aug 2014 20:23:50 +0000 (22:23 +0200)]
Typo fix NL

10 years agoLoad authentication backends before tryBasicAuth
gekmihesg [Sun, 10 Aug 2014 11:29:32 +0000 (13:29 +0200)]
Load authentication backends before tryBasicAuth

10 years agoadd unit test for aes256/aes128
Bjoern Schiessle [Tue, 22 Jul 2014 15:22:15 +0000 (17:22 +0200)]
add unit test for aes256/aes128

10 years agoupdate existing unit tests
Bjoern Schiessle [Mon, 21 Jul 2014 21:36:20 +0000 (23:36 +0200)]
update existing unit tests

10 years agosupport aes 256
Bjoern Schiessle [Mon, 21 Jul 2014 11:02:28 +0000 (13:02 +0200)]
support aes 256

10 years agoMerge pull request #10365 from owncloud/check_quota_on_new_via_web_stable7
Jörn Friedrich Dreyer [Wed, 13 Aug 2014 09:54:02 +0000 (11:54 +0200)]
Merge pull request #10365 from owncloud/check_quota_on_new_via_web_stable7

check quota when trying to download a file via new -> web

10 years agocheck quota when trying to download a file via new -> web
Jörn Friedrich Dreyer [Fri, 8 Aug 2014 12:35:33 +0000 (14:35 +0200)]
check quota when trying to download a file via new -> web

10 years agofix broken variable name, recoveryPasswordSupported is now recoveryEnabledForUser
Bjoern Schiessle [Tue, 12 Aug 2014 13:16:16 +0000 (15:16 +0200)]
fix broken variable name, recoveryPasswordSupported is now recoveryEnabledForUser

10 years agoadd unit tests
Bjoern Schiessle [Tue, 5 Aug 2014 13:55:28 +0000 (15:55 +0200)]
add unit tests

10 years agofix detection of system wide mount points
Bjoern Schiessle [Tue, 5 Aug 2014 13:25:52 +0000 (15:25 +0200)]
fix detection of system wide mount points

10 years agoMerge pull request #10271 from miicha/patch-2
Jan-Christoph Borchardt [Tue, 12 Aug 2014 11:00:05 +0000 (13:00 +0200)]
Merge pull request #10271 from miicha/patch-2

Fix display of checkboxes in Pale Moon

10 years agoremove 'no people found' entry
Bjoern Schiessle [Mon, 11 Aug 2014 14:03:47 +0000 (16:03 +0200)]
remove 'no people found' entry

10 years agoAdd scrollto to the url if sharing a file for long file lists
Tom Needham [Fri, 8 Aug 2014 23:21:29 +0000 (00:21 +0100)]
Add scrollto to the url if sharing a file for long file lists

10 years agoFix link to files and folders in internal share emails
Tom Needham [Fri, 8 Aug 2014 23:08:45 +0000 (00:08 +0100)]
Fix link to files and folders in internal share emails

10 years agoin case $_POST['itemSourceName'] does not exist we simply default it to null
Thomas Müller [Fri, 1 Aug 2014 07:10:14 +0000 (09:10 +0200)]
in case $_POST['itemSourceName'] does not exist we simply default it to null

10 years agoBackport of #9848
Jean-Louis Dupond [Thu, 24 Jul 2014 12:18:41 +0000 (14:18 +0200)]
Backport of #9848

Fix memberOf detection. Fixes: #9835

Fix remarks in #9848

Fix initializing in #9848

10 years agoshared files/folders are not mounted
Thomas Müller [Thu, 7 Aug 2014 14:01:13 +0000 (16:01 +0200)]
shared files/folders are not mounted

10 years agoremove obsolete code comment
miicha [Mon, 11 Aug 2014 11:36:11 +0000 (13:36 +0200)]
remove obsolete code comment

10 years agoupdate unit test, min date should be always today + 1
Bjoern Schiessle [Fri, 8 Aug 2014 11:58:56 +0000 (13:58 +0200)]
update unit test, min date should be always today + 1

10 years agoset minDate always to today + one day
Bjoern Schiessle [Fri, 8 Aug 2014 09:09:17 +0000 (11:09 +0200)]
set minDate always to today + one day

10 years agosimplify app navigation look
Jan-Christoph Borchardt [Wed, 23 Jul 2014 10:59:40 +0000 (12:59 +0200)]
simplify app navigation look

* remove superfluous border as it is distinguished enough via background color
* remove superfluous border from settings entry
* fix settings entry width

10 years agoAdd group management to the public api
Robin Appelman [Wed, 16 Jul 2014 12:25:31 +0000 (14:25 +0200)]
Add group management to the public api

10 years agoremove confusing 'automatic logon rejected' message, fix #8591
Jan-Christoph Borchardt [Fri, 8 Aug 2014 23:35:02 +0000 (01:35 +0200)]
remove confusing 'automatic logon rejected' message, fix #8591

10 years agoMerge pull request #10287 from owncloud/fix_search_in_shared_files_stable7
Thomas Müller [Fri, 8 Aug 2014 15:37:21 +0000 (17:37 +0200)]
Merge pull request #10287 from owncloud/fix_search_in_shared_files_stable7

Fix search in shared files stable7

10 years agoremove share permissions if user is excluded from sharing
Bjoern Schiessle [Fri, 8 Aug 2014 10:16:54 +0000 (12:16 +0200)]
remove share permissions if user is excluded from sharing

10 years agoonly show "share with others" and "share by link" navigation bar entries if user...
Bjoern Schiessle [Fri, 8 Aug 2014 10:12:20 +0000 (12:12 +0200)]
only show "share with others" and "share by link" navigation bar entries if user is allowed to share files

10 years agoadd test for search() in shared cache
Jörn Friedrich Dreyer [Thu, 31 Jul 2014 10:06:13 +0000 (12:06 +0200)]
add test for search() in shared cache

10 years agotraverse folders in php to search in shared files
Jörn Friedrich Dreyer [Wed, 30 Jul 2014 11:46:02 +0000 (13:46 +0200)]
traverse folders in php to search in shared files

10 years agoadd logout hook to remove keys from session
Bjoern Schiessle [Thu, 7 Aug 2014 13:26:09 +0000 (15:26 +0200)]
add logout hook to remove keys from session

10 years agoimplement a txt preview fallback for the case that ttf is not support
Georg Ehrke [Mon, 28 Jul 2014 09:56:43 +0000 (11:56 +0200)]
implement a txt preview fallback for the case that ttf is not support

10 years agoldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a unexistin...
Arthur Schiwon [Thu, 7 Aug 2014 10:41:01 +0000 (12:41 +0200)]
ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a unexisting function, fixes #9829

10 years agoFix display of checkboxes in Pale Moon
miicha [Thu, 7 Aug 2014 17:33:44 +0000 (19:33 +0200)]
Fix display of checkboxes in Pale Moon

In Pale Moon (24.7.1) the checkboxes in the file list are not in the responding line on the icon but all of them are next to the "select all" checkbox.
This fix should not change anything in Firefox and chromium (on windows) but as the comment states it has to be checked on KDE/Qt.
BTW why is position absolute naccessary? For my understanding relative is exactly what you want to use in such a case...

10 years agoUse human readable relative date for oc-dialog-filepickers
Tom Needham [Thu, 7 Aug 2014 12:40:52 +0000 (13:40 +0100)]
Use human readable relative date for oc-dialog-filepickers

10 years agowe can only close the session if encryption is not used
Thomas Müller [Thu, 7 Aug 2014 09:07:11 +0000 (11:07 +0200)]
we can only close the session if encryption is not used

10 years agofix tiny thumbnails in public preview/share mode
Dan Jones [Wed, 6 Aug 2014 18:32:21 +0000 (19:32 +0100)]
fix tiny thumbnails in public preview/share mode

10 years agotrim leading slash
Robin Appelman [Wed, 6 Aug 2014 12:57:54 +0000 (14:57 +0200)]
trim leading slash

10 years agoFix SharedCache::getPathById
Robin Appelman [Wed, 6 Aug 2014 11:38:14 +0000 (13:38 +0200)]
Fix SharedCache::getPathById

10 years agoreturn null instead of throwing an exception
Robin Appelman [Wed, 6 Aug 2014 10:06:41 +0000 (12:06 +0200)]
return null instead of throwing an exception

10 years agoFix Folder::getById
Robin Appelman [Tue, 5 Aug 2014 14:58:10 +0000 (16:58 +0200)]
Fix Folder::getById

10 years agoMerge pull request #10226 from owncloud/fix-lowlat-cache-autoload-stable7
Thomas Müller [Thu, 7 Aug 2014 08:30:13 +0000 (10:30 +0200)]
Merge pull request #10226 from owncloud/fix-lowlat-cache-autoload-stable7

Fix lowlat cache autoload stable7

10 years agouse id instead of resourceId
Bernhard Posselt [Thu, 26 Jun 2014 12:20:35 +0000 (14:20 +0200)]
use id instead of resourceId

10 years agodont strip the s from the resource
Bernhard Posselt [Thu, 26 Jun 2014 12:02:20 +0000 (14:02 +0200)]
dont strip the s from the resource

10 years agofix return documentation
Jörn Friedrich Dreyer [Fri, 1 Aug 2014 11:42:35 +0000 (13:42 +0200)]
fix return documentation

10 years agoprevent PHP errors and enhance logging
Thomas Müller [Fri, 1 Aug 2014 07:54:32 +0000 (09:54 +0200)]
prevent PHP errors and enhance logging

10 years agoAdd registerAutoloaderCache().
Andreas Fischer [Tue, 29 Jul 2014 09:18:40 +0000 (11:18 +0200)]
Add registerAutoloaderCache().

10 years agoMemcache\Factory: Remove static, use globalPrefix.
Andreas Fischer [Tue, 29 Jul 2014 09:14:36 +0000 (11:14 +0200)]
Memcache\Factory: Remove static, use globalPrefix.

10 years agoInstanceId is properly injected into factory. Remove comment.
Andreas Fischer [Tue, 29 Jul 2014 09:03:10 +0000 (11:03 +0200)]
InstanceId is properly injected into factory. Remove comment.

10 years agoMerge pull request #10204 from owncloud/backport-10144-stable7
Thomas Müller [Wed, 6 Aug 2014 13:44:52 +0000 (15:44 +0200)]
Merge pull request #10204 from owncloud/backport-10144-stable7

Backport of #10144 to stable7

10 years agoremove trailing slash from path
Bjoern Schiessle [Tue, 5 Aug 2014 18:34:32 +0000 (20:34 +0200)]
remove trailing slash from path

10 years agoremove unused variable
Bjoern Schiessle [Tue, 5 Aug 2014 18:34:18 +0000 (20:34 +0200)]
remove unused variable

10 years agoadd unit test to make sure getVersions returns the correct result
Bjoern Schiessle [Tue, 5 Aug 2014 15:26:23 +0000 (17:26 +0200)]
add unit test to make sure getVersions returns the correct result

10 years agomake sure that the versions array contains the correct path
Bjoern Schiessle [Tue, 5 Aug 2014 15:25:55 +0000 (17:25 +0200)]
make sure that the versions array contains the correct path

10 years agoFix isLoggedIn() check for user '0'
Joas Schilling [Mon, 4 Aug 2014 12:47:14 +0000 (14:47 +0200)]
Fix isLoggedIn() check for user '0'

Fix #9972

Conflicts:
lib/private/user/session.php

10 years agoFix getting group '0' from database backend
Joas Schilling [Mon, 4 Aug 2014 11:46:53 +0000 (13:46 +0200)]
Fix getting group '0' from database backend

Fix #9972

10 years agoAdd ability to theme iOS and Android client URLs just like desktop URLs.
scolebrook [Tue, 8 Jul 2014 13:51:05 +0000 (09:51 -0400)]
Add ability to theme iOS and Android client URLs just like desktop URLs.

* added to personal settings page.
* fix uppercase issue
* remove escaping because it's unneeded

10 years agouse correct app-icon class for new apps as well, fix icon size
Jan-Christoph Borchardt [Tue, 5 Aug 2014 12:23:25 +0000 (14:23 +0200)]
use correct app-icon class for new apps as well, fix icon size

10 years agodon't display share permission if resharing was disabled by the admin
Bjoern Schiessle [Tue, 5 Aug 2014 08:57:13 +0000 (10:57 +0200)]
don't display share permission if resharing was disabled by the admin

10 years agoclose session right before the download starts - this enables parallel downloads
Thomas Müller [Tue, 5 Aug 2014 09:21:42 +0000 (11:21 +0200)]
close session right before the download starts - this enables parallel downloads

10 years agoHack to avoid Agent DN + Password being overwritten by some ugly browsers with stored...
Arthur Schiwon [Thu, 10 Jul 2014 17:33:53 +0000 (19:33 +0200)]
Hack to avoid Agent DN + Password being overwritten by some ugly browsers with stored site credentials

Conflicts:
apps/user_ldap/css/settings.css

10 years agofix long filename display in filepicker
Jan-Christoph Borchardt [Thu, 31 Jul 2014 14:56:19 +0000 (16:56 +0200)]
fix long filename display in filepicker

10 years agoalso fix filepicker for smaller screen sizes
Jan-Christoph Borchardt [Thu, 31 Jul 2014 15:35:32 +0000 (17:35 +0200)]
also fix filepicker for smaller screen sizes

10 years agofix date display in filepicker
Jan-Christoph Borchardt [Thu, 31 Jul 2014 14:57:44 +0000 (16:57 +0200)]
fix date display in filepicker

10 years agoQuick fix for #9119. Increase preview to keep empty message more centered and push...
Remco Brenninkmeijer [Wed, 30 Jul 2014 20:41:17 +0000 (22:41 +0200)]
Quick fix for #9119. Increase preview to keep empty message more centered and push footer down.

10 years agoDont touch non-oc tables when doing the InnoDB repair step
Robin Appelman [Mon, 4 Aug 2014 11:14:12 +0000 (13:14 +0200)]
Dont touch non-oc tables when doing the InnoDB repair step

10 years ago7.0.1 v7.0.1
Frank Karlitschek [Mon, 4 Aug 2014 13:43:20 +0000 (15:43 +0200)]
7.0.1

10 years agoMerge pull request #10122 from malditoastur/patch-1
Morris Jobke [Mon, 4 Aug 2014 09:07:57 +0000 (11:07 +0200)]
Merge pull request #10122 from malditoastur/patch-1

Update ast.php

10 years agoUpdate ast.php
malditoastur [Sat, 2 Aug 2014 19:06:13 +0000 (21:06 +0200)]
Update ast.php

Following the thread in:

https://github.com/owncloud/core/issues/10112

I modify this file hoping to be included in next ownCloud 7.0.x version. (Please, I don't have enough github knowledgment. Sorry if i'm doing something wrong..)

10 years agoonly if the environment variable RUN_OBJECTSTORE_TESTS is set the object store unit...
Thomas Müller [Tue, 29 Jul 2014 19:51:21 +0000 (21:51 +0200)]
only if the environment variable RUN_OBJECTSTORE_TESTS is set the object store unit test will be executed

10 years agoMerge branch 'stable7' of https://github.com/owncloud/core into stable7 v7.0.1RC1
Frank Karlitschek [Wed, 30 Jul 2014 21:40:05 +0000 (17:40 -0400)]
Merge branch 'stable7' of https://github.com/owncloud/core into stable7

10 years ago7.0.1 RC1
Frank Karlitschek [Wed, 30 Jul 2014 21:39:38 +0000 (17:39 -0400)]
7.0.1 RC1

10 years agoset max width for notifications so they won't overlap the whole header
Jan-Christoph Borchardt [Wed, 30 Jul 2014 16:16:32 +0000 (18:16 +0200)]
set max width for notifications so they won't overlap the whole header

10 years agofix yellow notification style
Jan-Christoph Borchardt [Wed, 30 Jul 2014 16:02:53 +0000 (18:02 +0200)]
fix yellow notification style

10 years agofix notification preventing top bar clickability, fix #9680
Jan-Christoph Borchardt [Wed, 30 Jul 2014 16:00:46 +0000 (18:00 +0200)]
fix notification preventing top bar clickability, fix #9680

10 years agodon't preload videos on public sharing, fixes #10042
Georg Ehrke [Wed, 30 Jul 2014 15:06:41 +0000 (17:06 +0200)]
don't preload videos on public sharing, fixes #10042

10 years agoextract transparency fix from #8050
Georg Ehrke [Wed, 30 Jul 2014 10:16:03 +0000 (12:16 +0200)]
extract transparency fix from #8050

10 years agoAlso keep maxY into account when scaling a preview while preserving aspect ratio
Robin Appelman [Tue, 29 Jul 2014 15:23:44 +0000 (17:23 +0200)]
Also keep maxY into account when scaling a preview while preserving aspect ratio

10 years agomake sure that we always find all versions
Bjoern Schiessle [Thu, 24 Jul 2014 16:54:12 +0000 (18:54 +0200)]
make sure that we always find all versions

10 years agoadd unit test for rename and copy operation
Bjoern Schiessle [Thu, 24 Jul 2014 14:49:38 +0000 (16:49 +0200)]
add unit test for rename and copy operation

10 years agomake the versions and encryption app aware of the copy operation
Bjoern Schiessle [Thu, 24 Jul 2014 13:30:00 +0000 (15:30 +0200)]
make the versions and encryption app aware of the copy operation

10 years agoMerge pull request #9902 from Der-Jan/stable7
Jan-Christoph Borchardt [Wed, 30 Jul 2014 15:21:38 +0000 (17:21 +0200)]
Merge pull request #9902 from Der-Jan/stable7

Fixed wrong brackets in apps settings

10 years agoadd unit test
Bjoern Schiessle [Mon, 28 Jul 2014 15:19:19 +0000 (17:19 +0200)]
add unit test

10 years agomake sure that we set the expire date if a date is adefault date is set
Bjoern Schiessle [Mon, 28 Jul 2014 15:13:17 +0000 (17:13 +0200)]
make sure that we set the expire date if a date is adefault date is set

10 years agoalso use link icon for the folders ..
Jan-Christoph Borchardt [Wed, 30 Jul 2014 09:07:16 +0000 (11:07 +0200)]
also use link icon for the folders ..

10 years agomigration test for sqlite - adding type mapping for 'tinyint unsigned'
Thomas Müller [Fri, 25 Jul 2014 06:46:43 +0000 (08:46 +0200)]
migration test for sqlite - adding type mapping for 'tinyint unsigned'

10 years agoFix template rendering for 'blank' templates
Morris Jobke [Fri, 25 Jul 2014 22:04:49 +0000 (00:04 +0200)]
Fix template rendering for 'blank' templates

10 years agoonly call exec() if allowed to
Thomas Müller [Tue, 29 Jul 2014 14:59:40 +0000 (16:59 +0200)]
only call exec() if allowed to

10 years agouse more understandable 'link' icon for public links (instead of hard to recognize...
Jan-Christoph Borchardt [Tue, 29 Jul 2014 12:53:43 +0000 (14:53 +0200)]
use more understandable 'link' icon for public links (instead of hard to recognize globe), fix #9707

10 years agomax icon size for app menu
Michael Göhler [Sat, 26 Jul 2014 11:06:51 +0000 (13:06 +0200)]
max icon size for app menu

10 years agodefine type in pre hook
Bjoern Schiessle [Fri, 18 Jul 2014 12:34:04 +0000 (14:34 +0200)]
define type in pre hook

10 years agoshow a warning in the personal settings and admin settins if the encyption keys are...
Bjoern Schiessle [Mon, 28 Jul 2014 09:31:06 +0000 (11:31 +0200)]
show a warning in the personal settings and admin settins if the encyption keys are not initialized

10 years agoremove share permission if user is excluded from sharing
Bjoern Schiessle [Mon, 28 Jul 2014 20:35:11 +0000 (22:35 +0200)]
remove share permission if user is excluded from sharing