summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-182-0/+2
|
* make performance less bad. Still far from good, but at least it worksArthur Schiwon2014-10-171-3/+2
|
* with several backends, more than limit can be returnedArthur Schiwon2014-10-171-1/+1
|
* Merge pull request #11430 from owncloud/minify-js-css-masterMorris Jobke2014-10-176-81/+147
|\ | | | | adding cssmin and jssmin(minify)
| * adding cssmin and jssmin(minify)Thomas Müller2014-10-176-81/+147
| | | | | | | | | | | | 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
* | Merge pull request #11634 from owncloud/loadapps-encapsulaterequireLukas Reschke2014-10-171-1/+11
|\ \ | |/ |/| Encapsulate require_once to avoid name space bleedind
| * Encapsulate require_once to avoid name space bleedindVincent Petry2014-10-171-1/+11
| | | | | | | | | | | | | | | | 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.
* | Merge pull request #9104 from macjohnny/macjohnny-drastic-ldap-speedupblizzz2014-10-171-5/+12
|\ \ | | | | | | drastic ldap speedup (update)
| * | modified caching mechanism in getUserGroupIdsmacjohnny2014-06-231-25/+6
| | | | | | | | | removed cachedUserGroupIds, instead changed indexing in getUserGroups to groupId
| * | clean up function getUserGroupIdsmacjohnny2014-06-231-7/+4
| | | | | | | | | clean up of function getUserGroupIds and improved caching mechanism of cachedUserGroupIds
| * | Update manager.phpmacjohnny2014-06-211-3/+11
| | |
| * | Update manager.phpmacjohnny2014-06-191-2/+2
| | |
| * | Update manager.phpmacjohnny2014-06-191-9/+25
| | |
| * | Update manager.phpmacjohnny2014-06-191-0/+1
| | | | | | | | | defined $uid in getUserGroupIds
| * | Update manager.phpmacjohnny2014-06-191-1/+2
| | | | | | | | | added description and blank lines in getUserGroupIds
| * | Update manager.phpmacjohnny2014-06-191-1/+4
| | | | | | | | | add caching to getUserGroupIds
* | | Merge pull request #11611 from owncloud/fix-svg-masterMorris Jobke2014-10-171-2/+12
|\ \ \ | | | | | | | | Fix SVG icons
| * | | Remove insane commentLukas Reschke2014-10-161-1/+0
| | | |
| * | | Fix SVG iconsLukas Reschke2014-10-161-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Add PHPDoc about sanitization of "insertIfNotExist"Lukas Reschke2014-10-171-1/+1
| | | | | | | | | | | | | | | | Let's document this potential pitfall properly.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-1711-0/+12
| |_|/ |/| |
* | | Add a try catch blockLukas Reschke2014-10-161-6/+10
| | | | | | | | | | | | 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.
* | | Merge pull request #11591 from owncloud/addAppVersionToCSSandJSLukas Reschke2014-10-161-9/+12
|\ \ \ | | | | | | | | Add app version to JS and CSS
| * | | include the apps' versions hash to invalidate the cached assetsThomas Müller2014-10-161-0/+2
| | | |
| * | | Add app version to JS and CSSLukas Reschke2014-10-151-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | This leads to the regeneration of the hash in case a single application is updated. Fixes https://github.com/owncloud/core/issues/11374
* | | | Merge pull request #11383 from ockham/share-tags2Lukas Reschke2014-10-168-134/+493
|\ \ \ \ | |_|/ / |/| | | Share tags
| * | | PHPDoc fixes as suggested by @MorrisJobke.Bernhard Reiter2014-10-144-5/+9
| | | |
| * | | Add getTag() function for accessing of a single tag.Bernhard Reiter2014-10-142-6/+41
| | | |
| * | | Make loading of tags from DB more explicit.Bernhard Reiter2014-10-141-9/+3
| | | |
| * | | In Tags::rename($from, $to), check if there already is a tag named $to.Bernhard Reiter2014-10-141-1/+6
| | | |
| * | | Add option to include tags for shared items.Bernhard Reiter2014-10-145-22/+188
| | | |
| * | | Remove two obsolete try...catch blocks.Bernhard Reiter2014-10-141-13/+5
| | | |
| * | | Implement Tag and TagMapper classes.Bernhard Reiter2014-10-145-98/+260
| | | | | | | | | | | | | | | | | | | | Subclassed from \OCP\AppFramework\Db\Entity and Mapper, respectively. This will allow us to also deal with shared tags.
| * | | Remove redundant null initializations.Bernhard Reiter2014-10-142-4/+4
| | | |
| * | | Test addMultiple() with $sync=true.Bernhard Reiter2014-10-141-0/+1
| | | |
| * | | Fix a comment.Bernhard Reiter2014-10-141-2/+2
| | | |
* | | | Merge pull request #11595 from owncloud/make_get_display_name_more_robustblizzz2014-10-161-2/+12
|\ \ \ \ | | | | | | | | | | strip whitespace from the beginning and end of the display name
| * | | | strip whitespace from the beginning and end of the display name to avoid ↵Bjoern Schiessle2014-10-151-2/+12
| | | | | | | | | | | | | | | | | | | | empty display names
* | | | | make trashbin compatible with objectstore, replace glob with search in ↵Jörn Friedrich Dreyer2014-10-161-0/+10
| | | | | | | | | | | | | | | | | | | | cache, make unknown free space work like unlimited free space
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-161-0/+1
| | | | |
* | | | | Merge pull request #11565 from owncloud/fix-behaviourOnOSXLukas Reschke2014-10-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Add darwin to if block
| * | | | | Add darwin to if blockLukas Reschke2014-10-141-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | 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.
* | | | | Merge pull request #11528 from owncloud/use-raw-urlLukas Reschke2014-10-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Use `rawurlencode` since this seems to be expected by cURL
| * | | | | Use `rawurlencode` since this seems to be expected by cURLLukas Reschke2014-10-141-1/+1
| |/ / / / | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/pull/11501#issuecomment-58794405
* | | | | in cli mode return true for isHtaccessWorkingJörn Friedrich Dreyer2014-10-151-1/+1
| | | | |
* | | | | introduce new app page layoutThomas Müller2014-10-153-65/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge pull request #11538 from owncloud/webdav-creatable-infoVincent Petry2014-10-151-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Use the cached fileinfo to get creatable permissions
| * | | | Use the cached fileinfo to get creatable permissionsRobin Appelman2014-10-131-1/+1
| | | | |
* | | | | Merge pull request #11541 from owncloud/usersession-activeuser-setsessionVincent Petry2014-10-151-11/+12
|\ \ \ \ \ | | | | | | | | | | | | Unset the cached active user when using a different session object
| * | | | | Unset the cached active user when using a different session objectRobin Appelman2014-10-131-11/+12
| |/ / / /