Lukas Reschke
dfd8125aeb
Replace wrong PHPDocs
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Roeland Jago Douma
361d2badd8
Some phpstorm inspection fixes
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Joas Schilling
0215b004da
Update with robin
10 years ago
Joas Schilling
ba87db3fcc
Fix others
10 years ago
Lukas Reschke
aba539703c
Update license headers
10 years ago
Roeland Jago Douma
d666725fa7
Move \OCP to PSR-4
10 years ago
Thomas Müller
682821c71e
Happy new year!
10 years ago
Morris Jobke
0a594cd3a5
Add @deprecated to all methods with a proper method in \OCP
11 years ago
Morris Jobke
9b8ebdadf7
Reduce call of legacy wrapper by call the OCP directly
* ref #15734
* reduces the call depth, because the private methods just call OCP stuff
11 years ago
Morris Jobke
47ecfd98a3
DB: remove unused parameter - was forgotten during the migration to doctrine
* 377e9a8677 <- doctrine merge
11 years ago
Morris Jobke
7644950b48
Add @since tags to all methods in public namespace
* enhance the app development experience - you can look up the
method introduction right inside the code without searching
via git blame
* easier to write apps for multiple versions
11 years ago
Jenkins for ownCloud
b585d87d9d
Update license headers
11 years ago
Joas Schilling
d1511cdbee
Fix doc blocks of insertIfNotExists() method
11 years ago
Thomas Müller
89be55a672
let insertIfNotExist() throw the native DBALException - no need to hide the real exception
11 years ago
Joas Schilling
8fa692388b
Allow specifying the compare-array for insertIfNotExists()
11 years ago
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
This reverts commit 6a1a4880f0 .
11 years ago
Jenkins for ownCloud
6a1a4880f0
Updating license headers
11 years ago
Dan Bartram
9c1015b790
Add missing DB rollback functionality
11 years ago
Robin McCorkell
87b548ed91
Fix all PHPDoc types and variable names, in /lib
12 years ago
Joas Schilling
b330d07b51
Fix more documentation failes
Issue #7111
12 years ago
Jörn Friedrich Dreyer
2a6a9a8cef
polish documentation based on scrutinizer patches
12 years ago
Thomas Müller
aa17a896ac
fix return statement
12 years ago
Thomas Müller
5eae75eeca
kill MDB2 in PHPDoc
12 years ago
Morris Jobke
b7ddc78626
fix db.php doc
12 years ago
Morris Jobke
ef592981ea
unify license headers for public API files
12 years ago
Morris Jobke
30f4d91d01
Public API documentation fixes
refs #4883
* http/response.php
* config.php
* response.php
* files.php
* idbconnection.php
* app.php
* user.php
* template.php
* share.php
* db.php
* icache.php & il10n.php
12 years ago
Thomas Tanghus
eab84d3d96
Add OCP\DB::getErrorMessage() to public namespace.
12 years ago
Bart Visscher
5bfe4adbaa
Whitespace cleanup
13 years ago
Robin Appelman
54f6f1e6b7
phpdoc fixes for public api
13 years ago
Felix Moeller
afadf93d31
Checkstyle: many fixes
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Thomas Tanghus
ffe04182a8
Added methods OC_DB::insertIfNotExist() and OCP\DB::insertIfNotExist().
13 years ago
Georg Ehrke
6b2b8b10ee
style fixes for public db api
13 years ago
Thomas Mueller
3829460ab8
adding space between) and {
13 years ago
Bart Visscher
52f2e7112e
Whitespace fixes in lib
13 years ago
Jörn Friedrich Dreyer
e13f381189
add limit support to OC_DB & OCP/DB
14 years ago
Jörn Friedrich Dreyer
e59a1806cf
remove superfluous ?> at the end of .php files (left out apps/*/templates)
14 years ago
Frank Karlitschek
a945fa10a6
update copyright
14 years ago
Frank Karlitschek
08f7d4c552
document the public classes a bit more
14 years ago
Frank Karlitschek
5d55c709dd
some more documentation cleanups. much more is needed.
And greeting from the Atlanta airport. ;-)
14 years ago
Frank Karlitschek
97a8af7f25
ported oc_db
14 years ago
Frank Karlitschek
43caa3b3b9
ported oc_json
14 years ago