Thomas Müller
|
0c44cdd4ea
|
remove unneccessary code
|
2013-09-25 17:28:45 +02:00 |
kondou
|
5e7a7b3f61
|
Shorten optional text-argument processing
|
2013-09-25 17:19:38 +02:00 |
Thomas Müller
|
5e27ac4b1a
|
$path already contains the full path to the file
|
2013-09-25 17:17:29 +02:00 |
Thomas Müller
|
09b64535a9
|
fixing copyright and add class documentation
|
2013-09-25 17:05:14 +02:00 |
Thomas Müller
|
2feb753b84
|
Merge pull request #4989 from owncloud/coverage-for-all-master
collect coverage for all databases again - ci.owncloud.org has more RAM ...
|
2013-09-25 07:46:49 -07:00 |
Arthur Schiwon
|
1c976a7c9b
|
manager checkPassword now returns User object, adjust internal user class accordingly.
|
2013-09-25 15:03:22 +02:00 |
Thomas Müller
|
0486dc24ad
|
collect coverage for all databases again - ci.owncloud.org has more RAM available
|
2013-09-25 14:41:13 +02:00 |
Thomas Müller
|
68bfcfbf77
|
Merge pull request #4968 from owncloud/user_checkpwd
User: move checkPassword from User to Manager to not break API
|
2013-09-25 05:28:42 -07:00 |
kondou
|
24eb41548e
|
Make it possible to have a different color than the username for placeholder
|
2013-09-25 12:57:41 +02:00 |
Thomas Müller
|
30286c06ab
|
stripos return value check
|
2013-09-25 11:05:59 +02:00 |
Thomas Müller
|
b168d5aa3b
|
class API decommissioning part 1
|
2013-09-25 11:05:24 +02:00 |
Thomas Müller
|
b2ef978d10
|
AppFramework:
- get request from the server container
- implement registerMiddleWare()
- adding getAppName() to app container
|
2013-09-25 10:30:48 +02:00 |
Georg Ehrke
|
9e4fe10329
|
add test for txt blacklist
|
2013-09-25 10:20:40 +02:00 |
Thomas Müller
|
db39fede97
|
Merge branch 'master' into appframework-master
Conflicts:
apps/files/lib/helper.php
apps/files_trashbin/lib/helper.php
|
2013-09-25 09:52:12 +02:00 |
Jenkins for ownCloud
|
2d12e52769
|
[tx-robot] updated from transifex
|
2013-09-24 12:59:48 -04:00 |
Thomas Tanghus
|
aaed871cee
|
Add factory class for the server container.
|
2013-09-24 17:10:01 +02:00 |
Arthur Schiwon
|
14a160e176
|
Adjust Tests and satisfy them
|
2013-09-24 17:10:01 +02:00 |
Thomas Müller
|
843f15f348
|
Merge pull request #4898 from owncloud/server_folder_methods
Server folder methods
|
2013-09-24 06:58:47 -07:00 |
Arthur Schiwon
|
63324e2347
|
Fix doc
|
2013-09-24 14:12:44 +02:00 |
Arthur Schiwon
|
0a7ee7c3f7
|
Fix return value from User object to User ID
|
2013-09-24 14:11:47 +02:00 |
Thomas Müller
|
e9eb34f187
|
duplicate code :sigh: - will fix this in a second pr
|
2013-09-24 13:54:18 +02:00 |
Thomas Müller
|
6c5466a540
|
adding file_exists check just to be on the save side
|
2013-09-24 13:53:32 +02:00 |
Arthur Schiwon
|
fe88a62d6e
|
=== not ==
|
2013-09-24 13:51:33 +02:00 |
Arthur Schiwon
|
d101ff42f1
|
User: move checkPassword from User to Manager to not break API
|
2013-09-24 13:46:30 +02:00 |
Christopher
|
e41ef97ac0
|
Merge pull request #4963 from cyberb/patch-1
fixing typo
|
2013-09-24 04:45:13 -07:00 |
Georg Ehrke
|
52f1d5856d
|
add test data for cal and contact preview
|
2013-09-24 13:26:51 +02:00 |
Thomas Müller
|
ee1f627155
|
adding privilege check on move and rename operations
|
2013-09-24 13:26:12 +02:00 |
Georg Ehrke
|
31d2048eb8
|
add blacklist to txt preview backend
|
2013-09-24 11:00:08 +02:00 |
Thomas Müller
|
cd2421c7ee
|
adding PHPDoc comments to getBackend
ensure getChildren() is called on an instance of Share_Backend_Collection
|
2013-09-24 10:37:58 +02:00 |
Thomas Müller
|
40871bab88
|
Merge pull request #4930 from owncloud/fix-apps-settings
Fix the apps enabling/disabling in settings
|
2013-09-24 01:02:50 -07:00 |
Thomas Müller
|
759f732aaa
|
Merge pull request #4917 from owncloud/scan-clear-permissions
clear permissions cache when scanning a file
|
2013-09-24 00:50:33 -07:00 |
Boris Rybalkin
|
00c998c5bb
|
fixing typo
Typo in comment "feature" => "future"
|
2013-09-23 21:08:58 -04:00 |
Andreas Fischer
|
2129974584
|
Do not recheck $cacheData. Move if($reuseExisting) under if($cacheData).
|
2013-09-24 00:59:23 +02:00 |
Robin Appelman
|
235517f111
|
clear permissions cache when scanning a file
|
2013-09-24 00:57:58 +02:00 |
Thomas Tanghus
|
8c469394e6
|
Remove duplicate method definitions
|
2013-09-24 00:12:23 +02:00 |
Thomas Tanghus
|
698394c994
|
Merge branch 'server_folder_methods' of github.com:owncloud/core into server_folder_methods
Conflicts:
lib/public/iservercontainer.php
lib/server.php
|
2013-09-24 00:09:21 +02:00 |
Thomas Tanghus
|
f2de5a34ef
|
Don't try to be clever
|
2013-09-24 00:04:57 +02:00 |
Thomas Tanghus
|
4d3e7fa78a
|
Add getUserFolder/getAppFolder to Server.
|
2013-09-23 23:57:39 +02:00 |
Thomas Tanghus
|
7cad510f28
|
Fix conflict
|
2013-09-23 23:48:28 +02:00 |
Thomas Tanghus
|
f022ea752d
|
Moar tests.
|
2013-09-23 23:39:36 +02:00 |
Thomas Tanghus
|
60bff6c589
|
Use fetchOne() instead of numRows() when doing a COUNT(*).
|
2013-09-23 23:39:36 +02:00 |
Thomas Tanghus
|
be402fab53
|
Forgot to return false if add() didn't add anything.
|
2013-09-23 23:39:36 +02:00 |
Thomas Tanghus
|
8a02afd87a
|
Added more error checking in add()
|
2013-09-23 23:39:36 +02:00 |
Thomas Tanghus
|
8fab9eef28
|
Add another test.
|
2013-09-23 23:39:36 +02:00 |
Thomas Tanghus
|
1bbeb12e2e
|
Updated method names and added a few more tests.
|
2013-09-23 23:39:36 +02:00 |
Thomas Müller
|
b63acdb125
|
fixing namespaces and rename hasCategory to hasTag
|
2013-09-23 23:39:36 +02:00 |
Thomas Tanghus
|
45f73feb69
|
OC_VCategories=>OC\Tags. Public interface + getter in server container
|
2013-09-23 23:39:36 +02:00 |
Thomas Tanghus
|
5ca181eb23
|
More trimming
|
2013-09-23 23:36:47 +02:00 |
Thomas Tanghus
|
200e9691de
|
Merge pull request #4928 from owncloud/interfaces
Add a couple of interface definitions
|
2013-09-23 14:08:22 -07:00 |
Thomas Müller
|
bc1c6039b7
|
Merge pull request #4956 from owncloud/fix_not_displaying_emptycontent
Fix not displaying "Upload something!" message
|
2013-09-23 13:09:47 -07:00 |