Thomas Müller
99933b2ca3
adding environment variable to control coverage reporting
12 years ago
Thomas Müller
c3898061a8
Merge pull request #5544 from owncloud/fixing-3593-2-master
Add FileId header and switch fileid and instance id
12 years ago
Andreas Fischer
26ecf2062c
Merge pull request #5656 from owncloud/fix-wizard-typo
Fix typo in LDAP wizard
* owncloud/fix-wizard-typo:
Excpetion->Exception
12 years ago
Jenkins for ownCloud
e89f080f09
[tx-robot] updated from transifex
12 years ago
Jenkins for ownCloud
07e540613e
[tx-robot] updated from transifex
12 years ago
Thomas Müller
7125bfba21
Merge pull request #5678 from owncloud/fix-api-documentation
Fix api documentation
12 years ago
Morris Jobke
ba2dd3b37c
Merge pull request #5671 from owncloud/fixing-5668-master
replace template function link_to_docs() with \OC_Helper::linkToDocs()
12 years ago
Morris Jobke
ef592981ea
unify license headers for public API files
12 years ago
Morris Jobke
d2a48d58ce
fix "No page-level DocBlock"
12 years ago
Morris Jobke
2dcaa4ddbf
Merge pull request #4961 from owncloud/unshare-over-delete
Use OCP\Share::unshare() instead of directly using OCP\Share::delete()
12 years ago
Andreas Fischer
7c1f0da0fe
Always select item_source.
12 years ago
Andreas Fischer
fa56aec4b8
Deduplicate expiration date check into a method.
12 years ago
Andreas Fischer
779b87d46a
Use unshareItem() when unsharing expired shares.
12 years ago
Andreas Fischer
ebf1694795
Use unshareItem() in unshareAll().
12 years ago
Andreas Fischer
1d1f5b288e
Extract unshare() code into unshareItem().
12 years ago
Andreas Fischer
329299e34c
OCP\Share::unshareAll(): Deduplicate hook parameters.
12 years ago
Andreas Fischer
8872b881cc
Add tests for OCP\Share::unshareAll().
12 years ago
VicDeo
a937272379
Merge pull request #5672 from owncloud/fixing-5668-master-2
fixing Specified key was too long; max key length is 767 bytes
12 years ago
Thomas Mueller
f22684cb3d
fixing Specified key was too long; max key length is 767 bytes
12 years ago
Thomas Mueller
eb3c5070c0
replace template function link_to_docs() with \OC_Helper::linkToDocs()
12 years ago
Thomas Müller
d25c8b43e6
Merge pull request #5652 from owncloud/front-port-5647-master
[WIP] extend unit test to directories starting or ending in whitespace
12 years ago
Bart Visscher
06b42f9788
Merge pull request #5443 from owncloud/fix-autoloader-caching
Remove Autoloader Cache Hack. Do not use Cache on Install.
12 years ago
Morris Jobke
eb0ecaa13c
Merge pull request #5658 from owncloud/session-error-full-sentence
[Trivial] Make "Please contact your system administrator" a full sentence.
12 years ago
Andreas Fischer
b6bb2b26dd
Make "Please contact your system administrator" a full sentence.
12 years ago
Morris Jobke
f5b42c63d4
Merge pull request #5653 from owncloud/fix-api-documentation
fix documentation stuff
12 years ago
VicDeo
4e9a23dffe
Excpetion->Exception
12 years ago
Morris Jobke
fad2149e3f
Merge pull request #5551 from owncloud/fix-5202-master
When updating an appstore app, execute a database update
12 years ago
Morris Jobke
0dbe90cc9a
fix documentation stuff
12 years ago
Jörn Friedrich Dreyer
ae469b67a0
Merge pull request #5637 from owncloud/fix_privatedata
Fix privatedata
12 years ago
Jörn Friedrich Dreyer
b4cdac0a60
Merge pull request #5591 from owncloud/home-storage
Make home folders movable without requiring rescans
12 years ago
Morris Jobke
be07e828ef
Merge pull request #5648 from owncloud/files-fixhidecontrolsinviewermode
Corretly hide "no permissions" message in controls in viewer mode
12 years ago
Andreas Fischer
d6ddb12c20
Get rid of the SELECT query. Try UPDATE, on failure INSERT.
12 years ago
Jörn Friedrich Dreyer
adb5de4a88
prefer closest over parent
closest will search up the tree
12 years ago
Andreas Fischer
c40515c33f
Merge pull request #5531 from owncloud/upgrade-form-occ
Add `occ upgrade` command.
* owncloud/upgrade-form-occ:
Add some color to the occ upgrade output.
Use "else if" to remove one level of indentation.
Missed one write()->writeln(). Fixed.
Use writeln() instead of write()
Use the OutputInterface for output and return error codes.
Move all upgrade routines into the command-line tool.
Add `occ upgrade` command.
12 years ago
Jörn Friedrich Dreyer
a4be1ebeb8
use data-file to retrieve filename
forward port of https://github.com/owncloud/core/pull/5647#discussion-diff-7341163
trust me, I know what I'm doing
12 years ago
Jörn Friedrich Dreyer
10b2d649af
extend unit test to directories starting or ending in whitespace
12 years ago
Vincent Petry
1be1c57bc8
Corretly hide "no permissions" message in controls in viewer mode
Fixes #5622
12 years ago
Morris Jobke
ea4dfa7e38
Merge pull request #5638 from owncloud/admin-quotafield
Improve quota input field
12 years ago
Morris Jobke
680f4963dc
fix translation strings
12 years ago
Thomas Müller
cb0ce90d01
Adding link to documents repo
12 years ago
Thomas Müller
43d71aada8
testing update and delete
12 years ago
Vincent Petry
28fbc1b3cc
Fixed input field and tipsy positioning in singleselect
If the user scrolls or the window is resized, the formerly cached offset
was wrong. This fix makes sure the offset is re-read before showing the
input field.
12 years ago
Thomas Müller
aae6e76926
fixing undefined index in delete()
12 years ago
Thomas Müller
bd5663bc3d
adding unit tests for delete
12 years ago
Thomas Müller
64d0b0d184
PHPDoc comment updated - checkLoggedIn() removed
12 years ago
Thomas Müller
8362afa94d
unit tests for set added
12 years ago
Thomas Müller
0cec17ba87
no need to check if the user is logged in
12 years ago
Thomas Müller
47da2ef8db
fixing php notice: Undefined index key
12 years ago
Thomas Müller
7f64d858dd
first two tests
12 years ago
Thomas Müller
b2929de0a7
no need to check if the user is logged in - this is already done in the ocs dispatcher itself
adding @return
12 years ago