.. |
appframework
|
9ee1c7ff71
Merge pull request #9228 from owncloud/remove-routing-singular-issues
|
10 gadi atpakaļ |
archive
|
87b548ed91
Fix all PHPDoc types and variable names, in /lib
|
10 gadi atpakaļ |
backgroundjob
|
43978befda
Dont try to execute jobs that no longer exist
|
10 gadi atpakaļ |
cache
|
87b548ed91
Fix all PHPDoc types and variable names, in /lib
|
10 gadi atpakaļ |
connector
|
31149fb1c3
adding special handling of checkPrecondition() for chunked upload
|
10 gadi atpakaļ |
contacts
|
176ecbd311
ownCloud users are exported as address book
|
10 gadi atpakaļ |
db
|
58472a2660
migration test for sqlite - adding type mapping for 'tinyint unsigned'
|
10 gadi atpakaļ |
fileproxy
|
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
|
11 gadi atpakaļ |
files
|
3df7a83c72
Merge pull request #9406 from philfry/master
|
10 gadi atpakaļ |
group
|
94fa21d146
Add group management to the public api
|
10 gadi atpakaļ |
hooks
|
2a6a9a8cef
polish documentation based on scrutinizer patches
|
10 gadi atpakaļ |
l10n
|
87b548ed91
Fix all PHPDoc types and variable names, in /lib
|
10 gadi atpakaļ |
legacy
|
b56f5f2773
deprecate OC_Search_Provider in favor of \OCP\Search\Provider
|
10 gadi atpakaļ |
log
|
c9c6a0ab1e
Don't error out on console.
|
10 gadi atpakaļ |
memcache
|
9be8ac5867
Memcache\Factory: Remove static, use globalPrefix.
|
10 gadi atpakaļ |
migration
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 gadi atpakaļ |
ocs
|
87b548ed91
Fix all PHPDoc types and variable names, in /lib
|
10 gadi atpakaļ |
preview
|
4a9b0d5465
Use svg mimeicons for empty text files
|
10 gadi atpakaļ |
route
|
5a588333b2
introduce and use getCurrentConnection()
|
10 gadi atpakaļ |
search
|
8f11019f45
mkae getRelativePath of file search results overwriteable in subclasses
|
10 gadi atpakaļ |
session
|
effea790c7
redefine reopen() in class \OC\Session\Internal to avoid accidental calls in productive code
|
10 gadi atpakaļ |
setup
|
76c709d7de
Add repair step to set MySQL collation to utf8_bin
|
10 gadi atpakaļ |
share
|
38e309b0fe
Merge pull request #9970 from owncloud/sharing_set_expire_date
|
10 gadi atpakaļ |
template
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 gadi atpakaļ |
user
|
a8b6cc6a07
- adding default value for $recoveryPassword
|
10 gadi atpakaļ |
vobject
|
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
|
11 gadi atpakaļ |
activitymanager.php
|
8363f3c635
Adding new interface \OCP\Activity\IExtentsion
|
10 gadi atpakaļ |
allconfig.php
|
2c6411b897
$default of OC_Config::[gs]etValue can have more then string as type
|
10 gadi atpakaļ |
api.php
|
5a588333b2
introduce and use getCurrentConnection()
|
10 gadi atpakaļ |
app.php
|
e58dce2ee0
Merge pull request #9571 from owncloud/fix_appstore_update_issue
|
10 gadi atpakaļ |
appconfig.php
|
3338a0f236
port of #9500
|
10 gadi atpakaļ |
apphelper.php
|
3829a746a1
moving file to the right location
|
11 gadi atpakaļ |
archive.php
|
e88731a477
Some more PHPDoc fixes
|
10 gadi atpakaļ |
arrayparser.php
|
e88731a477
Some more PHPDoc fixes
|
10 gadi atpakaļ |
avatar.php
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 gadi atpakaļ |
avatarmanager.php
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 gadi atpakaļ |
backgroundjob.php
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 gadi atpakaļ |
cache.php
|
35a8dfb2fa
More PHPDoc fixes, using scrutinizer patches as hints
|
10 gadi atpakaļ |
config.php
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 gadi atpakaļ |
contactsmanager.php
|
bb6fac1102
Merge branch 'master' into contactsmanager-register
|
10 gadi atpakaļ |
davclient.php
|
76e04027bc
Upgrade SabreDAV to 1.8.10
|
10 gadi atpakaļ |
db.php
|
10a29556b0
- Added test to trigger index id error
|
10 gadi atpakaļ |
defaults.php
|
6967d328e2
make sure that 'OC_Theme' exists before checking if the method exists
|
10 gadi atpakaļ |
eventsource.php
|
2c4e06d325
Prevent nginx from buffering event source events
|
10 gadi atpakaļ |
filechunking.php
|
a4b7f5155f
Fix PHPdoc in lib/private
|
10 gadi atpakaļ |
fileproxy.php
|
87b548ed91
Fix all PHPDoc types and variable names, in /lib
|
10 gadi atpakaļ |
files.php
|
57ef089aac
drop allowZIPdownload and maxZIPSize as options
|
10 gadi atpakaļ |
forbiddenexception.php
|
10c9b8eb99
Cache folder is now configurable
|
10 gadi atpakaļ |
geo.php
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 gadi atpakaļ |
group.php
|
94fa21d146
Add group management to the public api
|
10 gadi atpakaļ |
helper.php
|
fba694edae
update PHPDoc $fileInfo is a SplFileInfo
|
10 gadi atpakaļ |
hintexception.php
|
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
|
11 gadi atpakaļ |
hook.php
|
46f70aabfd
Dont connect hooks twice
|
10 gadi atpakaļ |
image.php
|
fa461befbc
extract transparency fix from #8050
|
10 gadi atpakaļ |
installer.php
|
4b91741875
Merge pull request #9598 from owncloud/fix-app-installation-master
|
10 gadi atpakaļ |
json.php
|
4fe1cdd2a7
Add machine readable error messages to OC\JSON
|
10 gadi atpakaļ |
l10n.php
|
8363f3c635
Adding new interface \OCP\Activity\IExtentsion
|
10 gadi atpakaļ |
largefilehelper.php
|
2929d19c7f
Document exceptions thrown by \OC\LargeFileHelper.
|
10 gadi atpakaļ |
log.php
|
4a855be814
fix logger implementation and test
|
10 gadi atpakaļ |
mail.php
|
c100da33bb
upgraded phpmailer into v5.2.8 via composer
|
10 gadi atpakaļ |
migrate.php
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 gadi atpakaļ |
mimetypes.list.php
|
6a2f3921f6
Update mimetypes.list.php
|
10 gadi atpakaļ |
navigationmanager.php
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 gadi atpakaļ |
notsquareexception.php
|
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
|
11 gadi atpakaļ |
ocs.php
|
87b548ed91
Fix all PHPDoc types and variable names, in /lib
|
10 gadi atpakaļ |
ocsclient.php
|
a0ab4c2434
fix return documentation
|
10 gadi atpakaļ |
preferences.php
|
3338a0f236
port of #9500
|
10 gadi atpakaļ |
preview.php
|
4eb2b4e1b0
Merge pull request #10051 from owncloud/preview-empty-text
|
10 gadi atpakaļ |
previewmanager.php
|
4a9b0d5465
Use svg mimeicons for empty text files
|
10 gadi atpakaļ |
repair.php
|
76c709d7de
Add repair step to set MySQL collation to utf8_bin
|
10 gadi atpakaļ |
repairstep.php
|
ca690c4d02
Added RepairStep interface and default repair step lists
|
10 gadi atpakaļ |
request.php
|
e8537afd60
Only overwrite serverHost when in unit tests
|
10 gadi atpakaļ |
response.php
|
51a6764f31
Merge branch 'master' into cleanup-list-code
|
10 gadi atpakaļ |
search.php
|
aaf0d13171
make search non-static, add ISearch to server container, make legacy a static wrapper for it, move provider and result to public api
|
10 gadi atpakaļ |
server.php
|
f2982b7a08
Merge pull request #9904 from owncloud/loggedout-getuserfolder
|
10 gadi atpakaļ |
setup.php
|
81ecbbb061
trusted domains shall not be ignored on autosetup
|
10 gadi atpakaļ |
subadmin.php
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 gadi atpakaļ |
tagmanager.php
|
8e0060405d
reorganize file in lib
|
11 gadi atpakaļ |
tags.php
|
87b548ed91
Fix all PHPDoc types and variable names, in /lib
|
10 gadi atpakaļ |
template.php
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 gadi atpakaļ |
templatelayout.php
|
04f73275ba
Now settings CSS class with appid in content DIV
|
10 gadi atpakaļ |
updater.php
|
6f329dcb6c
Set version AFTER a successful update
|
10 gadi atpakaļ |
urlgenerator.php
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 gadi atpakaļ |
user.php
|
4e957c7b18
Merge pull request #8443 from owncloud/csrf-on-login-and-logout
|
10 gadi atpakaļ |
util.php
|
c53b56e313
Merge pull request #9798 from owncloud/ocs_share_api_add_expire_date
|
10 gadi atpakaļ |
vobject.php
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 gadi atpakaļ |