Commit Graph

18781 Commits (1efa338a520e2d73b0b6027dd0a9e0cb496a0d9d)
 

Author SHA1 Message Date
Andrew Brown 5dc2e73fe0 Simplify client-side result customization
The issue was that search results from other providers (contacts,
calendar, etc.) were unformatted, like 'event' or 'contact', while the
built-in event types (folder, file, etc.) were being modified by custom
result functions to something like 'Files' or 'Folders'. The fix is to
capitalize and translate all result types by default. Custom formatting
is still allowed (and example documentation has been added) but the
built-in result formatters where now unnecessary and were removed.
10 years ago
Andrew Brown 7a224f5762 Move new search results to 'lib/private/search' 10 years ago
Andrew Brown 8a223eb62d Move legacy search to 'lib/private/legacy'
This fixes errors where apps would try to start providers using
OC_Search and would fail. Also, made OC_Search simply inherit from
\OC\Search.
10 years ago
Andrew Brown 794a133f9a Re-add type to legacy OC_Search_Result class 10 years ago
Jörn Friedrich Dreyer 3510674d24 use path param to create scrollto url 10 years ago
Jörn Friedrich Dreyer 9b63f945e3 decode filename for scrollto 10 years ago
Jörn Friedrich Dreyer b03755c0ec fix minor typos 10 years ago
Andrew Brown 70be98f6d0 Add audio and image result types 10 years ago
Andrew Brown c46d514733 Add audio and image result types 10 years ago
Jörn Friedrich Dreyer afd24385a8 fix formatting 10 years ago
Andrew Brown a6583d3976 Add legacy adapters for file search 10 years ago
Andrew Brown ac72828eae Move to new namespace convention and add new result sub-classing 10 years ago
Thomas Müller 70e0ae0637 Merge pull request #8483 from owncloud/encryption_use_oc_preferences
[encryption] use oc preferences
10 years ago
Bernhard Posselt 587a8df566 remove controller serializers 10 years ago
Jan-Christoph Borchardt 9748597215 remove prevention of scrollbar, breaks some pages 10 years ago
Jan-Christoph Borchardt 2163d556bf prevent horizontal scrollbar 10 years ago
Vincent Petry 1c59808517 Merge pull request #8865 from owncloud/improve_share_settings
Improve share settings
10 years ago
Jan-Christoph Borchardt 990405d6ee fix position of sidebar toggle, fix Files controls position problems 10 years ago
Jan-Christoph Borchardt 96278e0201 close sidebar when switching navigation entry, except on add or change settings 10 years ago
Thomas Müller e9011a8c55 adding unit tests for encryption data migration 10 years ago
Bjoern Schiessle eb29b2984c use oc_preferences instead of oc_encryption to store encyption settings 10 years ago
Bjoern Schiessle 2d83424a29 allow to set pre-condition for setValue 10 years ago
Thomas Müller 4b650a20a4 Merge pull request #8893 from owncloud/feature/get-users-by-preference
Add method to get users by their preference
10 years ago
Thomas Müller 9e84a0a1af Merge pull request #8902 from owncloud/fix_ldap_typo_2
fix typo in var name
10 years ago
Arthur Schiwon 928945ec7e fix typo in var name 10 years ago
jbtbnl bb60e850dd Merge pull request #8891 from owncloud/design-emptycontent
fix size and unbold empty content message
10 years ago
Robin Appelman 00539cf8f9 Verify that we have a valid storage in View->getPath 10 years ago
Bjoern Schiessle 6578f00b4b unify share settings 10 years ago
Bjoern Schiessle cf9099c788 This settings doesn't belong together
Revert "make reshare settings foldable"

This reverts commit c01f196f72.

Conflicts:
	settings/templates/admin.php
10 years ago
Bjoern Schiessle c991e148a6 improve share settings working 10 years ago
Jörn Friedrich Dreyer 0ce1f34f8a Merge pull request #8897 from owncloud/fix-multiselect
fix files multiselect bar now that the app list is gone
10 years ago
Thomas Müller 3dbfd1fe46 Merge pull request #8529 from owncloud/remove-legacy-routing
Remove legacy routing code
10 years ago
Joas Schilling d493c0c9ac Sort the result before comparing 10 years ago
Markus Goetz e6665a0542 WebDAV Permissions: Distinguish between renameing and moving 10 years ago
Jan-Christoph Borchardt dca5a03f8b fix files multiselect bar now that the app list is gone 10 years ago
Jan-Christoph Borchardt 86a9cb2a6b add app sidebar toggle and swipe on mobile 10 years ago
Thomas Müller e1beb8c6c3 Merge pull request #8889 from owncloud/mtime-reuse
Don't update the mtime if the storage mtime hasn't changed
10 years ago
Jan-Christoph Borchardt 24641c909e adjust CSS to styleguide, remove left padding, prevent user-selection 10 years ago
Vincent Petry bbdcbb9911 Merge pull request #8866 from owncloud/flock-quotafix
Fixed quota wrapper to return the value from flock()
10 years ago
Thomas Müller e34b51124b Merge pull request #8894 from owncloud/public-share-js-overwrite
Dont overwrite OCA.Sharing
10 years ago
Thomas Müller f955209a5a Merge pull request #8890 from owncloud/cleanup-trashsizes-table-master
table files_trashsizes was still used in some locations -> removed
10 years ago
Robin Appelman 690e0b5070 Dont overwrite OCA.Sharing 10 years ago
Joas Schilling 4b18967129 Hack around oracle for CLOB fields 10 years ago
Jan-Christoph Borchardt 9e56acbdc9 add snap.js script 10 years ago
Jan-Christoph Borchardt 1ad2101801 add menu icon 10 years ago
Joas Schilling 879237f32a Add method to get users by their preference 10 years ago
Lukas Reschke 7c4abce373 Move authentication to it's own call 10 years ago
Lukas Reschke ac7fb1b23e Remove legacy routing code
The getfile routing code was absolutely legacy and not needed anymore. Additionally \OC::$REQUESTEDAPP was never set to the actually accessed application.

This commit removes the legacy routing code and ensures that $REQUESTEDAPP is always set so that other applications (e.g. the firewall or a two-factor authentication) can intercept the currently accessed app.

Testplan:
[x] Installation works
[x] Login with DB works
[x] Logout works
[x] Login with alternate backend works (tested with user_webdavauth)
[x] Other apps are accessible
[x] Redirect on login works (e.g. index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fapps%3Finstalled)
[x] Personal settings are accessible
[x] Admin settings are accessible
[x] Sharing files works
[x] DAV works
[x] OC::$REQUESTEDAPP contains the requested application and can be intercepted by other applications
10 years ago
Thomas Müller d0eb8f8668 Merge pull request #8880 from owncloud/webdav-read-permissions
Use the permissions exposed by ownCloud for webdav external storages
10 years ago
Jan-Christoph Borchardt fdfba14405 Merge pull request #8883 from owncloud/files-slide-toggle
use slide toggle for files app
10 years ago