]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agouse getName instead of getTitle
Myles McNamara [Thu, 8 Aug 2013 20:21:47 +0000 (16:21 -0400)]
use getName instead of getTitle

11 years agofix syntax error
Myles McNamara [Sat, 3 Aug 2013 22:47:27 +0000 (18:47 -0400)]
fix syntax error

accidentally had ; included, and changed concatenating

11 years agouse theme name and title for password reset
Myles McNamara [Sat, 3 Aug 2013 04:00:32 +0000 (00:00 -0400)]
use theme name and title for password reset

password reset email uses owncloud, updated to use theme settings

11 years agoMerge pull request #4299 from owncloud/simplify-db-transaction
Thomas Müller [Fri, 2 Aug 2013 19:32:41 +0000 (12:32 -0700)]
Merge pull request #4299 from owncloud/simplify-db-transaction

Simplify OC_DB transaction functions

11 years agoMerge pull request #4283 from owncloud/add_ocimage_unittest
Bart Visscher [Fri, 2 Aug 2013 15:27:24 +0000 (08:27 -0700)]
Merge pull request #4283 from owncloud/add_ocimage_unittest

Add ocimage unittest

11 years agoSimplify OC_DB transaction functions
Bart Visscher [Mon, 25 Feb 2013 21:59:06 +0000 (22:59 +0100)]
Simplify OC_DB transaction functions

11 years agoMerge pull request #4287 from Takuto88/language-config
Thomas Müller [Fri, 2 Aug 2013 13:49:54 +0000 (06:49 -0700)]
Merge pull request #4287 from Takuto88/language-config

Make default language configurable via config.php

11 years agoUpdate skipped tests messages
kondou [Fri, 2 Aug 2013 13:00:12 +0000 (15:00 +0200)]
Update skipped tests messages

11 years agoMerge pull request #4274 from owncloud/breadcrumbs_show
Jörn Friedrich Dreyer [Fri, 2 Aug 2013 12:42:17 +0000 (05:42 -0700)]
Merge pull request #4274 from owncloud/breadcrumbs_show

add OC.Breadcrumb.show(dir, filename, link)

11 years agoMerge branch 'master' into add_ocimage_unittest
kondou [Fri, 2 Aug 2013 11:39:48 +0000 (13:39 +0200)]
Merge branch 'master' into add_ocimage_unittest

11 years agoMerge pull request #4284 from owncloud/dont_fatal_on_is_file
Thomas Tanghus [Fri, 2 Aug 2013 11:38:26 +0000 (04:38 -0700)]
Merge pull request #4284 from owncloud/dont_fatal_on_is_file

Don't throw a fatal, if is_file() parameter isn't a 'valid path', but only a data/base64-string.

11 years agoMerge pull request #3006 from owncloud/===_and_!==_in_files_trashbin-app
Jörn Friedrich Dreyer [Fri, 2 Aug 2013 10:14:24 +0000 (03:14 -0700)]
Merge pull request #3006 from owncloud/===_and_!==_in_files_trashbin-app

Use !== and === in files_trashbin app

11 years agouse fixed OC.Breadcrumb.push()
Jörn Friedrich Dreyer [Fri, 2 Aug 2013 09:44:53 +0000 (11:44 +0200)]
use fixed OC.Breadcrumb.push()

11 years agoadd OC.Breadcrumb.show(dir, filename, link)
Jörn Friedrich Dreyer [Thu, 1 Aug 2013 12:38:06 +0000 (14:38 +0200)]
add OC.Breadcrumb.show(dir, filename, link)

11 years agoMerge pull request #4278 from owncloud/breadcrumb-first
Jörn Friedrich Dreyer [Fri, 2 Aug 2013 09:46:12 +0000 (02:46 -0700)]
Merge pull request #4278 from owncloud/breadcrumb-first

make sure the first breadcrumb item is inserted before any other elements in the topbar

11 years agousers's -> user's
Lennart Rosam [Fri, 2 Aug 2013 09:19:33 +0000 (11:19 +0200)]
users's -> user's

11 years agoFix typo (again >.<).. gnah
Lennart Rosam [Fri, 2 Aug 2013 08:01:34 +0000 (10:01 +0200)]
Fix typo (again >.<).. gnah

11 years agoMake default language configurable via config.php
Lennart Rosam [Fri, 2 Aug 2013 07:41:31 +0000 (09:41 +0200)]
Make default language configurable via config.php

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 2 Aug 2013 06:00:45 +0000 (02:00 -0400)]
[tx-robot] updated from transifex

11 years agoDon't throw a fatal, if is_file() parameter isn't
kondou [Thu, 1 Aug 2013 19:01:26 +0000 (21:01 +0200)]
Don't throw a fatal, if is_file() parameter isn't

a 'valid path', but only a data/base64-string.

Related to #4283

11 years agoOptimize image and skip mimetype test
kondou [Thu, 1 Aug 2013 18:16:50 +0000 (20:16 +0200)]
Optimize image and skip mimetype test

11 years agoCover more cases
kondou [Thu, 1 Aug 2013 15:18:02 +0000 (17:18 +0200)]
Cover more cases

Use file_get_contents() and base64_encode(file_get_contents()),
to load from data and base64, to cover more cases

11 years agoAdd OC_Image Unit Test
kondou [Thu, 1 Aug 2013 14:24:29 +0000 (16:24 +0200)]
Add OC_Image Unit Test

data() somehow does not return, what file_get_contents() returns,
so I skipped related tests.

11 years agoSome styling to user list
Victor Dubiniuk [Fri, 12 Jul 2013 14:29:08 +0000 (17:29 +0300)]
Some styling to user list

11 years agoMerge pull request #4221 from owncloud/fix-3698
Jörn Friedrich Dreyer [Thu, 1 Aug 2013 15:05:19 +0000 (08:05 -0700)]
Merge pull request #4221 from owncloud/fix-3698

Fix calculating size for empty folders

11 years agomake sure the first breadcrumb item is inserted before any other elements in the...
Robin Appelman [Thu, 1 Aug 2013 14:46:01 +0000 (16:46 +0200)]
make sure the first breadcrumb item is inserted before any other elements in the topbar

11 years agoMerge pull request #4270 from owncloud/fix_4253
Björn Schießle [Thu, 1 Aug 2013 14:43:50 +0000 (07:43 -0700)]
Merge pull request #4270 from owncloud/fix_4253

cancel sharing if some users doesn't have a working encryption set-up.

11 years agoMerge pull request #4265 from berendt/OC_Files_Storage_AmazonS3_phpdoc
Jörn Friedrich Dreyer [Thu, 1 Aug 2013 14:40:01 +0000 (07:40 -0700)]
Merge pull request #4265 from berendt/OC_Files_Storage_AmazonS3_phpdoc

added @var tags

11 years agoMerge pull request #4266 from berendt/OC_Files_Storage_AmazonS3_logging
Jörn Friedrich Dreyer [Thu, 1 Aug 2013 14:38:45 +0000 (07:38 -0700)]
Merge pull request #4266 from berendt/OC_Files_Storage_AmazonS3_logging

write all catched exception messages to the log

11 years agofix test and make warning translatable
Bjoern Schiessle [Thu, 1 Aug 2013 12:19:33 +0000 (14:19 +0200)]
fix test and make warning translatable

11 years agocancel sharing if some users doesn't have a working encryption set-up.
Bjoern Schiessle [Thu, 1 Aug 2013 11:04:55 +0000 (13:04 +0200)]
cancel sharing if some users doesn't have a working encryption set-up.

11 years agoMerge pull request #4155 from owncloud/mdb2schemareader-booleans
Morris Jobke [Thu, 1 Aug 2013 09:09:01 +0000 (02:09 -0700)]
Merge pull request #4155 from owncloud/mdb2schemareader-booleans

Fix boolean support for xml schema definitions

11 years agowrite all catched exception messages to the log
Christian Berendt [Thu, 1 Aug 2013 08:08:41 +0000 (10:08 +0200)]
write all catched exception messages to the log

11 years agoadded @var tags
Christian Berendt [Thu, 1 Aug 2013 08:05:01 +0000 (10:05 +0200)]
added @var tags

11 years agoMerge pull request #4208 from owncloud/scanner-php53
Morris Jobke [Thu, 1 Aug 2013 07:05:56 +0000 (00:05 -0700)]
Merge pull request #4208 from owncloud/scanner-php53

Fix scanner hooks throwing errors

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 1 Aug 2013 05:57:04 +0000 (01:57 -0400)]
[tx-robot] updated from transifex

11 years agoMerge pull request #4259 from owncloud/search_result_scrollbar
Morris Jobke [Wed, 31 Jul 2013 20:03:41 +0000 (13:03 -0700)]
Merge pull request #4259 from owncloud/search_result_scrollbar

Search result scrollbar

11 years agoupdate css properties with px based values
Jörn Friedrich Dreyer [Wed, 31 Jul 2013 15:05:24 +0000 (17:05 +0200)]
update css properties with px based values

11 years agoadd overflow-y scroll and clean up indents
Jörn Friedrich Dreyer [Wed, 31 Jul 2013 14:52:53 +0000 (16:52 +0200)]
add overflow-y scroll and clean up indents

11 years agoMerge pull request #3982 from owncloud/test_lastinsertid
Morris Jobke [Wed, 31 Jul 2013 07:03:29 +0000 (00:03 -0700)]
Merge pull request #3982 from owncloud/test_lastinsertid

test lastinsertid

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 31 Jul 2013 06:01:45 +0000 (02:01 -0400)]
[tx-robot] updated from transifex

11 years agoMerge pull request #4246 from owncloud/speedup-autotest-master
Andreas Fischer [Wed, 31 Jul 2013 00:59:15 +0000 (02:59 +0200)]
Merge pull request #4246 from owncloud/speedup-autotest-master

use tmpfs at /dev/shm to speedup unit test execution

* owncloud/speedup-autotest-master:
  use tmpfs at /dev/shm to speedup unit test execution

11 years agoMerge pull request #4225 from owncloud/better-404
Thomas Müller [Tue, 30 Jul 2013 20:20:28 +0000 (13:20 -0700)]
Merge pull request #4225 from owncloud/better-404

More verbose 404, closes #3225

11 years agoUse default cursor for list items
Victor Dubiniuk [Tue, 30 Jul 2013 17:58:21 +0000 (20:58 +0300)]
Use default cursor for list items

11 years agoMerge pull request #4238 from owncloud/fix_4235
Morris Jobke [Tue, 30 Jul 2013 16:28:39 +0000 (09:28 -0700)]
Merge pull request #4238 from owncloud/fix_4235

added missing isEmpty ajax file

11 years agouse tmpfs at /dev/shm to speedup unit test execution
Thomas Müller [Tue, 30 Jul 2013 15:41:52 +0000 (17:41 +0200)]
use tmpfs at /dev/shm to speedup unit test execution

11 years agoMerge pull request #4227 from owncloud/fixing-testGetById-master
Thomas Müller [Tue, 30 Jul 2013 15:39:53 +0000 (08:39 -0700)]
Merge pull request #4227 from owncloud/fixing-testGetById-master

implement a platform independent version of basename

11 years agoMerge pull request #4237 from owncloud/fixing-4026-master
Jörn Friedrich Dreyer [Tue, 30 Jul 2013 15:30:07 +0000 (08:30 -0700)]
Merge pull request #4237 from owncloud/fixing-4026-master

Allow public upload together with password protection

11 years agoadded missing isEmpty ajax file
Bjoern Schiessle [Tue, 30 Jul 2013 10:48:41 +0000 (12:48 +0200)]
added missing isEmpty ajax file

11 years agoUpdating to the latest 3rdparty master commit
Thomas Müller [Tue, 30 Jul 2013 09:09:58 +0000 (11:09 +0200)]
Updating to the latest 3rdparty master commit

11 years agofixes #4026
Thomas Müller [Tue, 30 Jul 2013 08:26:42 +0000 (10:26 +0200)]
fixes #4026

11 years agoadding test case with no /
Thomas Müller [Tue, 30 Jul 2013 06:54:39 +0000 (08:54 +0200)]
adding test case with no /

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 30 Jul 2013 05:57:50 +0000 (01:57 -0400)]
[tx-robot] updated from transifex

11 years agoMerge branch 'master' into fixing-testGetById-master
Thomas Müller [Mon, 29 Jul 2013 22:37:05 +0000 (00:37 +0200)]
Merge branch 'master' into fixing-testGetById-master

11 years agoadding unit tests for OC_Util::basename
Thomas Müller [Mon, 29 Jul 2013 21:32:03 +0000 (23:32 +0200)]
adding unit tests for OC_Util::basename

11 years agoMerge pull request #4213 from owncloud/scanning-performance
icewind1991 [Mon, 29 Jul 2013 20:08:23 +0000 (13:08 -0700)]
Merge pull request #4213 from owncloud/scanning-performance

Cache: don't check if the parent exists in the cache if we are already sure it does

11 years agobetter variable naming
Robin Appelman [Mon, 29 Jul 2013 16:27:19 +0000 (18:27 +0200)]
better variable naming

11 years agoimplement a platform independent version of basename
Thomas Mueller [Mon, 29 Jul 2013 16:24:05 +0000 (18:24 +0200)]
implement a platform independent version of basename

11 years agoRewording
Victor Dubiniuk [Mon, 29 Jul 2013 15:25:17 +0000 (18:25 +0300)]
Rewording

11 years agoMerge pull request #4203 from owncloud/trashbin_improvements
Björn Schießle [Mon, 29 Jul 2013 15:15:53 +0000 (08:15 -0700)]
Merge pull request #4203 from owncloud/trashbin_improvements

Trashbin improvements

11 years agoremove whitespaces
Bjoern Schiessle [Mon, 29 Jul 2013 15:15:20 +0000 (17:15 +0200)]
remove whitespaces

11 years agoremove unneeded 'use'
Robin Appelman [Mon, 29 Jul 2013 15:04:28 +0000 (17:04 +0200)]
remove unneeded 'use'

11 years agodont need to explicitly pass by reference
Robin Appelman [Mon, 29 Jul 2013 15:03:57 +0000 (17:03 +0200)]
dont need to explicitly pass by reference

11 years agoMove styles from core to app
Victor Dubiniuk [Mon, 29 Jul 2013 14:36:59 +0000 (17:36 +0300)]
Move styles from core to app

11 years agoadd tests for MDB2SchemaReader
Robin Appelman [Mon, 29 Jul 2013 14:33:27 +0000 (16:33 +0200)]
add tests for MDB2SchemaReader

11 years agomake MDB2Schema reader non static
Robin Appelman [Mon, 29 Jul 2013 14:33:00 +0000 (16:33 +0200)]
make MDB2Schema reader non static

11 years agoadd function to get config object from OC_Config
Robin Appelman [Mon, 29 Jul 2013 14:32:37 +0000 (16:32 +0200)]
add function to get config object from OC_Config

11 years agoAdd test for calculating size of newly empty folder
Michael Gapczynski [Mon, 29 Jul 2013 14:23:14 +0000 (10:23 -0400)]
Add test for calculating size of newly empty folder

11 years agoUse query to calculate folder size
Michael Gapczynski [Mon, 29 Jul 2013 14:22:44 +0000 (10:22 -0400)]
Use query to calculate folder size

11 years agoAllow apps to have own 404 content, closes #3225
Victor Dubiniuk [Mon, 29 Jul 2013 13:33:23 +0000 (16:33 +0300)]
Allow apps to have own 404 content, closes #3225

11 years agoMerge pull request #4216 from owncloud/clean_php55_opcache
Thomas Müller [Mon, 29 Jul 2013 11:40:01 +0000 (04:40 -0700)]
Merge pull request #4216 from owncloud/clean_php55_opcache

Also clean PHP 5.5 opcache

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 29 Jul 2013 05:57:04 +0000 (01:57 -0400)]
[tx-robot] updated from transifex

11 years agocheck type, assertgreaterthan
Jörn Friedrich Dreyer [Tue, 9 Jul 2013 11:17:25 +0000 (13:17 +0200)]
check type, assertgreaterthan

11 years agoalways return int
Jörn Friedrich Dreyer [Tue, 9 Jul 2013 11:17:01 +0000 (13:17 +0200)]
always return int

11 years agotest lastinsertid
Jörn Friedrich Dreyer [Tue, 9 Jul 2013 10:31:46 +0000 (12:31 +0200)]
test lastinsertid

11 years agoMerge pull request #4218 from owncloud/newdata
icewind1991 [Sun, 28 Jul 2013 23:31:48 +0000 (16:31 -0700)]
Merge pull request #4218 from owncloud/newdata

Fix potential undefined variable in Scanner

11 years agoFix calculating size for empty folders
Michael Gapczynski [Sun, 28 Jul 2013 20:14:49 +0000 (16:14 -0400)]
Fix calculating size for empty folders

11 years agoMove check so the variable will never be undefined
Michael Gapczynski [Sun, 28 Jul 2013 19:32:48 +0000 (15:32 -0400)]
Move  check so the variable will never be undefined

11 years agoAlso clean PHP 5.5 opcache
kondou [Sun, 28 Jul 2013 14:33:03 +0000 (16:33 +0200)]
Also clean PHP 5.5 opcache

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 28 Jul 2013 05:58:28 +0000 (01:58 -0400)]
[tx-robot] updated from transifex

11 years agoCache: don't check if the parent exists in the cache if we are already sure it does
Robin Appelman [Sat, 27 Jul 2013 09:36:27 +0000 (11:36 +0200)]
Cache: don't check if the parent exists in the cache if we are already sure it does

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 27 Jul 2013 06:03:03 +0000 (02:03 -0400)]
[tx-robot] updated from transifex

11 years agofix scanner hooks, cant use inside closures in php 5.3
Robin Appelman [Fri, 26 Jul 2013 13:43:10 +0000 (15:43 +0200)]
fix scanner hooks, cant use  inside closures in php 5.3

11 years agoreduce time for auto expire to 30 days by default
Björn Schießle [Fri, 26 Jul 2013 13:15:47 +0000 (15:15 +0200)]
reduce time for auto expire to 30 days by default

11 years agofound some more places where we can disable buttons while performing a action
Björn Schießle [Fri, 26 Jul 2013 12:54:27 +0000 (14:54 +0200)]
found some more places where we can disable buttons while performing a action

11 years agoMerge pull request #4199 from owncloud/login-cleanup
Jörn Friedrich Dreyer [Fri, 26 Jul 2013 12:15:02 +0000 (05:15 -0700)]
Merge pull request #4199 from owncloud/login-cleanup

Login cleanup IE8 fixes

11 years agoHide Delete Permanently button when Restore happens
Björn Schießle [Fri, 26 Jul 2013 11:17:09 +0000 (13:17 +0200)]
Hide Delete Permanently button when Restore happens

11 years agoMerge pull request #4093 from owncloud/storage-test-cleanup
Bart Visscher [Fri, 26 Jul 2013 10:18:39 +0000 (03:18 -0700)]
Merge pull request #4093 from owncloud/storage-test-cleanup

Remove outdated unit tests for storage backend

11 years agomake 'restored' extension translatable
Björn Schießle [Fri, 26 Jul 2013 10:01:45 +0000 (12:01 +0200)]
make 'restored' extension translatable

11 years agofix typo
Björn Schießle [Fri, 26 Jul 2013 09:51:18 +0000 (11:51 +0200)]
fix typo

11 years agoexpire trash bin if trash bin exceeds max size after a new file was added to ownCloud
Björn Schießle [Fri, 26 Jul 2013 09:45:38 +0000 (11:45 +0200)]
expire trash bin if trash bin exceeds max size after a new file was added to ownCloud

11 years agodisable "deleted files" button if trash bin is empty
Björn Schießle [Fri, 26 Jul 2013 09:13:43 +0000 (11:13 +0200)]
disable "deleted files" button if trash bin is empty

11 years agoIE8 login/install screen cleartype fixes and input box borders
Jörn Friedrich Dreyer [Fri, 26 Jul 2013 08:00:07 +0000 (10:00 +0200)]
IE8 login/install screen cleartype fixes and input box borders

11 years agodon't move empty folders to the trash bin
Björn Schießle [Thu, 25 Jul 2013 14:27:40 +0000 (16:27 +0200)]
don't move empty folders to the trash bin

11 years agonicer format of unique names, use 'file (restored).txt' instead of 'files.txt.restored'
Björn Schießle [Thu, 25 Jul 2013 14:20:06 +0000 (16:20 +0200)]
nicer format of unique names, use 'file (restored).txt' instead of 'files.txt.restored'

11 years agofunctions in OCP should be static
Robin Appelman [Thu, 25 Jul 2013 13:25:17 +0000 (15:25 +0200)]
functions in OCP should be static

11 years agoMerge pull request #4184 from owncloud/login_cleanup_oracle
blizzz [Thu, 25 Jul 2013 10:37:40 +0000 (03:37 -0700)]
Merge pull request #4184 from owncloud/login_cleanup_oracle

Login cleanup oracle

11 years agoMerge pull request #4191 from owncloud/autotest-show-skipped-tests
Jörn Friedrich Dreyer [Thu, 25 Jul 2013 10:14:43 +0000 (03:14 -0700)]
Merge pull request #4191 from owncloud/autotest-show-skipped-tests

Add verbose to autotest phpunit, so we see skipped and incomplete tests.

11 years agonew version drop down
Björn Schießle [Thu, 25 Jul 2013 08:35:19 +0000 (10:35 +0200)]
new version drop down

Squashed commit of the following:

commit 0dc404a557fa8253e3a87c7babefba6de8e6dab5
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Thu Jul 25 10:26:48 2013 +0200

    fix 'more versions' button for IE8

commit 5836e652857204d68dfdfa8b3318de8e2fe02493
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Wed Jul 24 16:56:46 2013 +0200

    clean-up some unused code

commit ac83e53fa24073783a165796fc3016dc7beca293
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Wed Jul 24 16:49:03 2013 +0200

    fix order of the versions, newest version should come first

commit f150a88843af316ff505728941287406f25a0751
Merge: bc713c7 b8e399b
Author: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date:   Wed Jul 24 16:19:36 2013 +0200

    Merge branch 'new_versions_dropdown' of github.com:owncloud/core into new_versions_dropdown

commit bc713c7b0c3207d00d2f19b10a905a82724c0709
Author: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date:   Wed Jul 24 16:11:07 2013 +0200

    fix position of more versions button

commit b8e399b1754ae7656c3cb8cef2c53f6976a83d61
Merge: 24825b0 7b6e39d
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Wed Jul 24 16:04:08 2013 +0200

    Merge branch 'new_versions_dropdown' of github.com:owncloud/core into new_versions_dropdown

commit 24825b02004efa953197e72b470b9b033030aeee
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Wed Jul 24 16:02:53 2013 +0200

    umark previous row if a new row gets selected

commit 7b6e39d2939f1b3bba4fff37ca9087dbc7795f03
Merge: 5bfb0ac 7b54644
Author: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date:   Wed Jul 24 15:37:19 2013 +0200

    Merge branch 'new_versions_dropdown' of github.com:owncloud/core into new_versions_dropdown

commit 5bfb0ac5c102bdfd3b27a37cea8c792f69b3b803
Author: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date:   Wed Jul 24 15:37:09 2013 +0200

    more style adjustments for version dropdown

commit 7b54644d3036ffba448f0525ca09f6e8898b9950
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Wed Jul 24 15:12:53 2013 +0200

    remove debug output

commit a75662bcfdce34d4f14020a539172c7ef1b894d3
Author: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date:   Wed Jul 24 15:12:26 2013 +0200

    reword Revert to Restore

commit e784644daeac12bc6fa6844f24214a039266ae86
Merge: d07abfd 9978c96
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Wed Jul 24 15:00:11 2013 +0200

    Merge branch 'new_versions_dropdown' of github.com:owncloud/core into new_versions_dropdown

commit d07abfdbb49778a8be30b2a6adbe326e1b1f238f
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Wed Jul 24 14:59:17 2013 +0200

    if another drop-down is already open, always close it first

commit 9978c967a6ecbd2d0e5003df3cf4cdba09dab468
Author: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date:   Wed Jul 24 14:49:47 2013 +0200

    more style improvements for versions

commit a13355f16e6172c02069930a60a49aba4ebfa227
Author: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date:   Wed Jul 24 14:44:13 2013 +0200

    position fixes for versioning

commit 02c1d6b5eabc4075749c2a7a852c9ed7bbb3644d
Merge: c5a9462 203f544
Author: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date:   Wed Jul 24 14:31:16 2013 +0200

    merge versions style changes

commit c5a946231a3d011748248db13b6b95ce51eb3e4c
Author: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date:   Wed Jul 24 14:29:56 2013 +0200

    bigger clickable area for versions

commit 203f544825bd49b168f2316cf2a04caca75438c8
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Wed Jul 24 14:15:38 2013 +0200

    changes visual changes, as suggested by Jan

commit 90b1e93676d235a61f318768661b25e5815a9784
Author: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date:   Wed Jul 24 14:12:23 2013 +0200

    remove superfluous selector from ID

commit 9768254fe3b2469293fca23151e54cde69bd4661
Merge: c961278 b91c682
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Wed Jul 24 12:28:06 2013 +0200

    Merge branch 'master' into new_versions_dropdown

commit c9612781e10a4de9e9405244f87c4e29428a0d3f
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Wed Jul 24 11:05:25 2013 +0200

    replace modal dialog with a OC.Notification

commit 3dc7508a4c271818247afbaed0ce0b03706a8db6
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Wed Jul 24 10:33:05 2013 +0200

    use image path without extension for proper svg to png fallback

commit 23ea7ad46c73fa4b86021070eb58a3b92bc8362e
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Tue Jul 23 17:53:58 2013 +0200

    some css fixes

commit 8d01499ae17e43a7d7960841a7c2127fa6de5a56
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Tue Jul 23 17:40:16 2013 +0200

    small fixes and improvements according to @Kondou-ger comments

commit 985b6461e81035967959659fab8ea59c733e00eb
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Tue Jul 23 15:58:19 2013 +0200

    replace == with ===

commit bc8fc3b4a664db2d819e0a7091f31207ffcfe44a
Merge: c1da183 a94c55b
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Tue Jul 23 13:55:45 2013 +0200

    Merge branch 'master' into new_versions_dropdown

commit c1da183d13b8098eb33e708d4fdd04111bdc33a5
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Tue Jul 23 13:53:37 2013 +0200

    translate timestamps into strings like "X minutes ago" for the versions drop-down

commit c78d2b4bfb0a6800ab8516ac115ba42268be019a
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Tue Jul 23 12:52:44 2013 +0200

    download versions directly from the versions drop-down

commit 14aaf9907625fc76bc153cd846704b7efd15db46
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Tue Jul 23 11:01:21 2013 +0200

    only show 'more versions' button of necessary

commit a0d8cb46b2255be3d9b3f9bd5f835a173c9665b8
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Mon Jul 22 17:49:17 2013 +0200

    remove unneeded code

commit 47eec0679ce16ece0b7890e9b41bf28d7613b131
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Mon Jul 22 17:44:58 2013 +0200

    add title for revert and download action

commit df87ccb24327b5c2770f7c23c97e41b143d65ec3
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Mon Jul 22 17:36:40 2013 +0200

    add download button to versions drop-down

commit 622c87ec37c14b7b3237bc9ca980b7f35689a933
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Mon Jul 22 17:36:08 2013 +0200

    adapt css file for the new versions drop-down

commit 300699024fe74a9f0f998c1cce4024484311f50c
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Fri Jun 7 17:28:34 2013 +0200

    revert on click

commit 6673ae6ed45bbda1e0d962e9b32e943afc7123c0
Author: Björn Schießle <schiessle@owncloud.com>
Date:   Fri Jun 7 16:50:08 2013 +0200

    new versions list, show the latest 5 with a button to retrieve more versions if needed

11 years agoMerge pull request #3887 from owncloud/apc_user_cache
Andreas Fischer [Thu, 25 Jul 2013 01:48:26 +0000 (03:48 +0200)]
Merge pull request #3887 from owncloud/apc_user_cache

The APC User Cache doesn't return the cache_list anymore

* owncloud/apc_user_cache:
  Add ACPu memory cache