| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|\
| |
| | |
adding cssmin and jssmin(minify)
|
| |
| |
| |
| |
| |
| | |
adding argument deleteSelf to rmdirr() - if false the directory itself will not be deleted only it's content
adding repair step to clean the asset cache after upgrade + coding style adjustments
|
|\ \
| |/
|/| |
Encapsulate require_once to avoid name space bleedind
|
| |
| |
| |
| |
| |
| |
| |
| | |
The script required by require_once might use variable names like $app
which will conflict with the code that follows.
This fix encapsulates require_once into its own function to avoid such
issues.
|
|\ \
| | |
| | | |
drastic ldap speedup (update)
|
| | |
| | |
| | | |
removed cachedUserGroupIds, instead changed indexing in getUserGroups to groupId
|
| | |
| | |
| | | |
clean up of function getUserGroupIds and improved caching mechanism of cachedUserGroupIds
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | | |
defined $uid in getUserGroupIds
|
| | |
| | |
| | | |
added description and blank lines in getUserGroupIds
|
| | |
| | |
| | | |
add caching to getUserGroupIds
|
|\ \ \
| | | |
| | | | |
Fix SVG icons
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
FIXME: Ugly hack to prevent SVG of being returned if the SVG
provider is not enabled.
This is required because the preview system is designed in a
bad way and relies on opt-in with asterisks (i.e. image/*)
which will lead to the fact that a SVG will also match the image
provider.
Conflicts:
lib/private/preview.php
|
| | | |
| | | |
| | | |
| | | | |
Let's document this potential pitfall properly.
|
| |_|/
|/| | |
|
| | |
| | |
| | |
| | | |
This function might also be called before ownCloud is setup which results in a PHP fatal error. We therefore should gracefully catch errors in there.
|
|\ \ \
| | | |
| | | | |
Add app version to JS and CSS
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This leads to the regeneration of the hash in case a single application is updated.
Fixes https://github.com/owncloud/core/issues/11374
|
|\ \ \ \
| |_|/ /
|/| | | |
Share tags
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Subclassed from \OCP\AppFramework\Db\Entity and Mapper,
respectively. This will allow us to also deal with shared tags.
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
strip whitespace from the beginning and end of the display name
|
| | | | |
| | | | |
| | | | |
| | | | | |
empty display names
|
| | | | |
| | | | |
| | | | |
| | | | | |
cache, make unknown free space work like unlimited free space
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add darwin to if block
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Otherwise it would fall into the 'win' else block because strpos($os, 'win') does also match 'darwin' what is the `php_uname` for OS X.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Use `rawurlencode` since this seems to be expected by cURL
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Fixes https://github.com/owncloud/core/pull/11501#issuecomment-58794405
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
filter installed and not-installed apps properly
kill unneeded file
load category 'Installed' on page load
adding documentation links
new apps mgmt: first style adjustment
apps mgmt: only show license and preview if they exist
adding buttons
new apps mgmt: fix for mobile
use app icon if available
new apps mgmt: position enable/disable toggle to the right
new apps mgmt: proper display of icons or previews
new apps mgmt: fix loading spinner
reenable group selection for apps
new apps mgmt: position enable button normally again
new apps mgmt: clarify wording from 'Installed' to 'Enabled'
reintroduce enable/disable
Move rating image path generation to client-side
Move expression outside of l10n
fix group handling
add buttons for 'More apps' and 'Add your app' again
disable changed date of app for now
adding recommended label
style 'Recommended' app tag
fixing php warning
sort by rating
adding meta-category 'Recommended'
Only show existing documentation links
lacy loading of screenshots
making group based app activation work again
adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg'
adding app.svg for all core apps
query string '?installed' is not longer needed
update and uninstall is back + error feedback
remove unneeded parameter
fix alignment of 'recommended' label
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Use the cached fileinfo to get creatable permissions
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Unset the cached active user when using a different session object
|
| |/ / / / |
|