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
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
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
VicDeo
8f50d7680b
Merge pull request #5642 from owncloud/fixing-5271-master
we should check if a user is logged in before we check for admin privil...
12 years ago
Thomas Müller
3f42c890be
we should check if a user is logged in before we check for admin privilege
12 years ago
Thomas Müller
77e4305841
Merge pull request #5634 from owncloud/admin-loglevellabels
Changed log level labels in log level dropdown
12 years ago
Lukas Reschke
c1730d241c
Merge pull request #5615 from owncloud/fixing-5614-master
http header OCS-ApiRequest: true is required in case of session based OC...
12 years ago
Lukas Reschke
cba12e009f
Added missing HTTP prefix to the $_SERVER variable
12 years ago
Vincent Petry
9d230bcc75
Improve quota input field
- Added tooltip with examples
- The quota value returned by the server is now displayed after update
- Fixes #5346
12 years ago
VicDeo
257084444b
Merge pull request #5628 from owncloud/files-fixsummary
Fixed summary visibility check
12 years ago
Vincent Petry
aba7335d3f
Changed wording in log level dropdown
12 years ago
Vincent Petry
cdb3c74632
Merge pull request #5633 from owncloud/files-createdropdownstayswithrightclick
Prevent closing the create dropdown when right clicking in Firefox
12 years ago
Vincent Petry
e3b13b13c9
Changed log level labels in log level dropdown
12 years ago
Vincent Petry
19eeb618ff
Prevent closing the create dropdown when right clicking in Firefox
Firefox sends a click event on the document when right clicking which
makes pasting with right click into the field impossible.
Fixes #5498
12 years ago
Vincent Petry
ca4a1ee5f7
Merge pull request #5632 from owncloud/allow_nested_link_shares
allow nested link shares
12 years ago
Jörn Friedrich Dreyer
7ba803919b
Merge pull request #5625 from owncloud/fix-test-master
fix failing preview test on master
12 years ago
Bjoern Schiessle
4c7082bf1d
allow to share a file/folder as public link also if one of it parents was already shared as link
12 years ago
Jörn Friedrich Dreyer
fdaac99526
Merge pull request #5626 from owncloud/fix_search_in_shared_files
count correct array, then using 1000 as MAX_SQL_CHUNK_SIZE works as expected
12 years ago
Vincent Petry
aeac3186ee
Fixed summary visibility check
Now using the integer values to check whether to show the summary parts
instead of trying to parse the html code.
12 years ago
Vincent Petry
d21a5b45f3
Merge pull request #5549 from owncloud/encryption-insertmigrationentrywhenmissing
Fixed encryption migration when entry is missing in DB
12 years ago
Jörn Friedrich Dreyer
68e88b6e40
count correct array, then using 1000 as MAX_SQL_CHUNK_SIZE works as expected
12 years ago
Morris Jobke
b65b7965ae
fix failing preview test on master
12 years ago
Thomas Müller
3059d7d92e
Merge pull request #5602 from owncloud/update-parent-storage-mtime
Prevent rescans of folders by updating the parent's storage_mtime
12 years ago
Robin Appelman
c9f3f2874f
Merge branch 'master' into update-parent-storage-mtime
Conflicts:
lib/private/files/cache/updater.php
12 years ago
Björn Schießle
4c964cbbbe
Merge pull request #5618 from owncloud/set_default_value_for_recovery_mode
[encryption] add defaut value to getValue() call
12 years ago
Bjoern Schiessle
abbacbacb4
remove unused variable
12 years ago
Bjoern Schiessle
6e77fa46f2
if the database doesn't contain any information about the recovery mode than we assume that it is disabled
12 years ago
Vincent Petry
4c7ef85252
Merge pull request #5616 from owncloud/fixing-l10n-master
Fixing l10n master
12 years ago
Vincent Petry
de342a5ac7
Merge pull request #5603 from owncloud/fix_file_cache_updater_master
Fix file cache updater (backport to master of #5513 )
12 years ago
Jenkins for ownCloud
54ae799cd9
[tx-robot] updated from transifex
12 years ago
Thomas Müller
ffb0e14d7b
replacing ownCloud by theme-able name or avoid it's usage
12 years ago
Thomas Müller
3d42e402c5
http header OCS-ApiRequest: true is required in case of session based OCS API calls
12 years ago
Lukas Reschke
de57e36b6b
Fix typo
Whooah! - I'm even committing this total important change without peer review ;-)
12 years ago
Bjoern Schiessle
e1e4c7c214
Merge branch 'master' into fix_file_cache_updater_master
12 years ago
Björn Schießle
e08f38f99b
Merge pull request #5605 from owncloud/fix_delete_user
remove user from cache if he was deleted successfully
12 years ago
Thomas Müller
e0bc89c87f
Merge pull request #5577 from owncloud/fix_urlgenerator_imagepath
use SERVERROOT instead of WEBROOT in all file_exists checks, whitespace
12 years ago
Thomas Müller
2534c3bc78
Merge pull request #5606 from owncloud/files-uploaderrorparsingfix
Added fix to correctly parse non-array error messages
12 years ago
Jan-Christoph Borchardt
f5e0d59dbf
Merge pull request #5607 from owncloud/public-share-style
fix style of public share page
12 years ago
Bjoern Schiessle
0d7d396d80
make sure that also the storage etag gets changed
12 years ago
Morris Jobke
404e9c0053
fix style of public share page
12 years ago
Vincent Petry
71cf83b314
Added fix to correctly parse non-array error messages
Some apps like the antivirus app return messages in a non-array format.
12 years ago
Bjoern Schiessle
f021dad204
remove user from cache if he was deleted successfully
12 years ago
Morris Jobke
34c1512466
Merge pull request #5601 from owncloud/fix-mimetype-detection
Fix mimetype detection
12 years ago
Morris Jobke
7223b5acce
Merge pull request #5396 from owncloud/fix-sharing-code
Fix sharing error message - id -> file name
12 years ago
Bjoern Schiessle
a80ac9c492
make getUidAndFilename() private
12 years ago
Bjoern Schiessle
fcfac51aa1
backport of https://github.com/owncloud/core/pull/5513
12 years ago