Morris Jobke
|
563c63bf9c
|
Merge pull request #4259 from owncloud/search_result_scrollbar
Search result scrollbar
|
2013-07-31 13:03:41 -07:00 |
kondou
|
aaf0fec9f5
|
Fix some JSLint warnings
|
2013-07-31 21:21:02 +02:00 |
Jan-Christoph Borchardt
|
ded02e771e
|
wrap code output in error messages, fix #4231
|
2013-07-31 18:08:29 +02:00 |
Jörn Friedrich Dreyer
|
cbf17617b0
|
update css properties with px based values
|
2013-07-31 17:07:23 +02:00 |
Jörn Friedrich Dreyer
|
627fd8ba8d
|
add overflow-y scroll and clean up indents
|
2013-07-31 17:07:08 +02:00 |
Bjoern Schiessle
|
d7dd2ee465
|
don't know why it works locally but not on the build server... let's keep it out for the moment
|
2013-07-31 16:44:43 +02:00 |
Bjoern Schiessle
|
23e9721644
|
use OC\Files\View to read encrypted file, so that it also works with external storages
|
2013-07-31 16:35:14 +02:00 |
Bjoern Schiessle
|
fe2937e3cd
|
this hopefully fixes testRecoveryForUser(), works locally
for now I disabled testRecoveryFile(), no idea why jenkins deletes complete folders... Works nicely in the real world
|
2013-07-31 16:15:49 +02:00 |
Bjoern Schiessle
|
58233033c1
|
this test works locally, let's see what out build server says...
|
2013-07-31 12:03:50 +02:00 |
Bjoern Schiessle
|
99354f9a28
|
fix searchUsers() call in group.php
|
2013-07-31 11:34:22 +02:00 |
Jan-Christoph Borchardt
|
8eaa0e7336
|
remove table layout for background jobs
|
2013-07-31 10:04:02 +02:00 |
Jan-Christoph Borchardt
|
0a5be39446
|
remove unused and never to be used pagination
|
2013-07-31 09:58:57 +02:00 |
Morris Jobke
|
50101a85a6
|
Merge pull request #3982 from owncloud/test_lastinsertid
test lastinsertid
|
2013-07-31 00:03:29 -07:00 |
Jenkins for ownCloud
|
761f40328c
|
[tx-robot] updated from transifex
|
2013-07-31 02:01:45 -04:00 |
Andreas Fischer
|
79d355b526
|
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
|
2013-07-31 02:59:15 +02:00 |
Thomas Müller
|
d3e610f589
|
Merge pull request #4225 from owncloud/better-404
More verbose 404, closes #3225
|
2013-07-30 13:20:28 -07:00 |
Victor Dubiniuk
|
15e9e95817
|
Use default cursor for list items
|
2013-07-30 20:58:21 +03:00 |
Morris Jobke
|
dc8132f3a3
|
Merge pull request #4238 from owncloud/fix_4235
added missing isEmpty ajax file
|
2013-07-30 09:28:39 -07:00 |
Bjoern Schiessle
|
6c96a5273b
|
fixing some unit tests
|
2013-07-30 18:21:23 +02:00 |
Bjoern Schiessle
|
2549322763
|
we need to use the path relative to data/
|
2013-07-30 18:17:33 +02:00 |
Thomas Müller
|
01165fbd22
|
use tmpfs at /dev/shm to speedup unit test execution
|
2013-07-30 17:41:52 +02:00 |
Thomas Müller
|
f35aadb576
|
Merge pull request #4227 from owncloud/fixing-testGetById-master
implement a platform independent version of basename
|
2013-07-30 08:39:53 -07:00 |
Jörn Friedrich Dreyer
|
91318f7b06
|
Merge pull request #4237 from owncloud/fixing-4026-master
Allow public upload together with password protection
|
2013-07-30 08:30:07 -07:00 |
Bjoern Schiessle
|
853b106bb2
|
don't create empty versions
|
2013-07-30 16:01:27 +02:00 |
Bjoern Schiessle
|
a212c98125
|
handle error if we can't handle the given path
|
2013-07-30 15:27:59 +02:00 |
Jan-Christoph Borchardt
|
31afbb3434
|
remove ugly inset shadow from header
|
2013-07-30 14:47:05 +02:00 |
Jan-Christoph Borchardt
|
f9d1d79929
|
reduce z-index of settings popup, fix #4212
|
2013-07-30 14:43:48 +02:00 |
Bjoern Schiessle
|
a6ced6b53f
|
remove unused method, the right one is in util.php
|
2013-07-30 14:28:24 +02:00 |
Bjoern Schiessle
|
aca7fbe2c8
|
adapt unit tests to the modified stream wrapper
|
2013-07-30 14:18:01 +02:00 |
Georg Ehrke
|
93cdfc3e8a
|
Merge branch 'master' into oc_preview
|
2013-07-30 13:52:53 +02:00 |
Georg Ehrke
|
640253fa31
|
fix code style of try catch blocks
|
2013-07-30 13:43:15 +02:00 |
Bjoern Schiessle
|
6f20e081e4
|
added missing isEmpty ajax file
|
2013-07-30 12:48:41 +02:00 |
Georg Ehrke
|
d84d8f7108
|
fix merge conflicts
|
2013-07-30 12:35:39 +02:00 |
Georg Ehrke
|
ac6a3133ec
|
style fixes
|
2013-07-30 12:33:54 +02:00 |
Bjoern Schiessle
|
c7eba69aea
|
only show decrypt all files option if encrypted files are available
|
2013-07-30 12:26:07 +02:00 |
Bjoern Schiessle
|
3640c99462
|
encrypt/decrypt file versions
|
2013-07-30 12:19:04 +02:00 |
Bjoern Schiessle
|
22b8967031
|
check if app is enabled
|
2013-07-30 12:19:01 +02:00 |
Thomas Müller
|
10939b0bdf
|
Updating to the latest 3rdparty master commit
|
2013-07-30 11:09:58 +02:00 |
Jan-Christoph Borchardt
|
1a1c100719
|
fix loading.gif size for both upload and deletion, force visiblity
|
2013-07-30 10:44:01 +02:00 |
Bjoern Schiessle
|
ba18452eda
|
only write keyfiles if it was a new file, otherwise nothing changed
|
2013-07-30 10:43:16 +02:00 |
Thomas Müller
|
17c36b5074
|
fixes #4026
|
2013-07-30 10:26:42 +02:00 |
Bjoern Schiessle
|
223d3c91d6
|
use path relative to data/
|
2013-07-30 10:14:17 +02:00 |
Bjoern Schiessle
|
a7a7ef2b3a
|
improved error handling
|
2013-07-30 09:48:30 +02:00 |
Thomas Müller
|
409268f322
|
adding test case with no /
|
2013-07-30 08:54:39 +02:00 |
Jenkins for ownCloud
|
88e1ccbce3
|
[tx-robot] updated from transifex
|
2013-07-30 01:57:50 -04:00 |
Thomas Müller
|
f658852276
|
Merge branch 'master' into fixing-testGetById-master
|
2013-07-30 00:37:05 +02:00 |
Thomas Müller
|
7425efade7
|
Merge branch 'master' into oc_preview
Conflicts:
3rdparty
lib/template.php
|
2013-07-30 00:34:36 +02:00 |
Thomas Müller
|
085fdfec2f
|
adding unit tests for OC_Util::basename
|
2013-07-29 23:32:03 +02:00 |
icewind1991
|
7c6246fa45
|
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
|
2013-07-29 13:08:23 -07:00 |
Andreas Fischer
|
89f8f8e42d
|
app migrate: Use = instead of LIKE as described in the comment above.
The LIKE operator is not defined on integers (probably any non-text) columns
on PostgreSQL.
|
2013-07-29 18:41:22 +02:00 |