Arthur Schiwon
1c976a7c9b
manager checkPassword now returns User object, adjust internal user class accordingly.
12 years ago
Jenkins for ownCloud
2d12e52769
[tx-robot] updated from transifex
12 years ago
Arthur Schiwon
14a160e176
Adjust Tests and satisfy them
12 years ago
Arthur Schiwon
63324e2347
Fix doc
12 years ago
Arthur Schiwon
0a7ee7c3f7
Fix return value from User object to User ID
12 years ago
Arthur Schiwon
fe88a62d6e
=== not ==
12 years ago
Arthur Schiwon
d101ff42f1
User: move checkPassword from User to Manager to not break API
12 years ago
Andreas Fischer
2129974584
Do not recheck $cacheData. Move if($reuseExisting) under if($cacheData).
12 years ago
Robin Appelman
235517f111
clear permissions cache when scanning a file
12 years ago
Jenkins for ownCloud
28918d61d2
[tx-robot] updated from transifex
12 years ago
Robin Appelman
a1d4eb1f95
files: when filtering search results, ensure results are children of the fakeroot not just path starting the same
12 years ago
Andreas Fischer
2a17025d53
Move bool to int conversion to buildParts(), so it also happens for update().
12 years ago
Andreas Fischer
011bca7b7f
Only update the etag. Do not re-submit any other unchanged data.
12 years ago
Andreas Fischer
a2f82da572
Use update() instead of put().
12 years ago
Thomas Müller
d84d548618
when storing back the data field 'encrypted' it is necessary to cast the boolean to an integer to make pg happy
12 years ago
Jenkins for ownCloud
5b95e7aa0f
[tx-robot] updated from transifex
12 years ago
Bjoern Schiessle
944e9b8c69
make sure that both $permissions and $oldPermissions have the same type
12 years ago
Bart Visscher
0a2a4cb12e
update inherit docs comment
12 years ago
Bart Visscher
55efe1e56c
Fix insert/update/delete helper functions for oracle
12 years ago
Bart Visscher
f6284bdce7
Add missing return true statements to legacy preferences functions
12 years ago
Bart Visscher
395cc737a1
Add missing static
12 years ago
Bart Visscher
445d34a2a9
Convert OC_Preference to object interface
12 years ago
Jenkins for ownCloud
6b1843d91b
[tx-robot] updated from transifex
12 years ago
Bjoern Schiessle
1a60aa2b6a
only remember password if the user changes the permissions, otherwise the user disabled the password protection
12 years ago
Jörn Friedrich Dreyer
b40925ae17
initial scrollto implementation:
...
use places/folder icon,
move link construction to JS,
only show icon on hover,
use 'searchresult' as css class name,
add filter/unfilter methods,
highlight searched files in current filelist
only filter when correct FileList is present
12 years ago
Thomas Müller
c8f9efeb94
etag changes are now propagated up the file tree
12 years ago
Andreas Fischer
a92d4c2c09
Perform expiration date checking before returning share data for token.
12 years ago
Thomas Müller
3c026b7cf6
recreate an etag within the scanner if the cache contains an empty etag
12 years ago
Thomas Tanghus
eab84d3d96
Add OCP\DB::getErrorMessage() to public namespace.
12 years ago
Thomas Müller
0f4e214a90
adding null check on a mount's storage
12 years ago
Jenkins for ownCloud
556bd1ef23
[tx-robot] updated from transifex
12 years ago
Thomas Müller
049e57ac4a
remove unused OC_L10N
12 years ago
Thomas Müller
8c9add4d32
adding TB and GB to OC_Helper::humanFileSize
12 years ago
Andreas Fischer
786017c247
Register EventSubscriber that resets Oracle's NLS_DATE_FORMAT etc.
12 years ago
Andreas Fischer
7f07d737f8
Create instance of Doctrine\Common\EventManager() in OC_DB.
12 years ago
Robin Appelman
58ed78aa9e
cleanup public storage interface a bit
12 years ago
Thomas Müller
8543951cf9
adding icons for shared folders and external folders
12 years ago
Jenkins for ownCloud
68015b2761
[tx-robot] updated from transifex
12 years ago
kondou
bf7f94422f
Bring another enable_avatars to $_ and fix $thus->$this
12 years ago
Thomas Müller
af2164bbcb
no further comment - which dev did not test this BEFORE submitting the pull request?
...
which reviewer did not test the pull request?
12 years ago
Robin Appelman
2e5ce091f0
add storage backend interface to public namespace
12 years ago
Robin Appelman
9ad7891b4e
improve phpdoc for the public files interface
12 years ago
Robin Appelman
e271a55783
move filesystem expceptions to global namespace
12 years ago
Robin Appelman
315344eb9c
move public files api to a clearer namespace
12 years ago
Jenkins for ownCloud
72689f643b
[tx-robot] updated from transifex
12 years ago
kondou
1832eb8872
Pass view in \OC_Avatar to constructor and use $_ for enable_avatars
12 years ago
Jenkins for ownCloud
92f6c3bb10
[tx-robot] updated from transifex
12 years ago
Robin Appelman
46a57a9f05
change View->deleteAll to an alias of View->rmdir since rmdir works recursive
12 years ago
Jenkins for ownCloud
e895cf9188
[tx-robot] updated from transifex
12 years ago
Robin Appelman
2e1b534957
update phpdoc for public fileapi
12 years ago