summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-072-2/+2
|
* Merge pull request #13131 from owncloud/db-connect-stacktraceMorris Jobke2015-01-071-0/+10
|\ | | | | Prevent leaking db connection info in the stacktrace
| * Prevent leaking db connection info in the stacktraceRobin Appelman2015-01-061-0/+10
| |
* | Merge pull request #13130 from owncloud/getstoragestats-error-handlingLukas Reschke2015-01-061-0/+3
|\ \ | | | | | | Add error handling to getstoragestats.php
| * | Add error handling to getstoragestats.phpRobin Appelman2015-01-061-0/+3
| |/
* | Merge pull request #12653 from owncloud/full_content_search_resultsMorris Jobke2015-01-067-6/+103
|\ \ | |/ |/| Full content width search results
| * add SIZE_ALL constJörn Friedrich Dreyer2015-01-021-3/+8
| |
| * fix visibilityJörn Friedrich Dreyer2015-01-022-8/+2
| |
| * move search results below filelist, show hint when results are off screen, ↵Jörn Friedrich Dreyer2015-01-024-11/+14
| | | | | | | | use js plugin mechanism
| * ajax paging, some js cleanupsJörn Friedrich Dreyer2015-01-021-1/+3
| |
| * add paged providerJörn Friedrich Dreyer2015-01-024-2/+94
| |
| * move code from js.js to search.js in the search appJörn Friedrich Dreyer2015-01-021-0/+1
| |
| * new OC.Search, add search result formatters and handlers, use full content ↵Jörn Friedrich Dreyer2015-01-021-1/+1
| | | | | | | | width for results
* | Merge pull request #13125 from owncloud/lower-deprecation-warning-levelThomas Müller2015-01-061-2/+2
|\ \ | | | | | | degraded logging policy for server container in AppFramework
| * | degraded logging policy for server container in AppFrameworkMorris Jobke2015-01-061-2/+2
| | |
* | | Merge pull request #13116 from owncloud/fix_assetsThomas Müller2015-01-062-2/+63
|\ \ \ | |/ / |/| | Fix JS asset generation
| * | Fix JS asset generationRobin McCorkell2015-01-052-2/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | At some point SeparatorFilter should be included upstream (kriswallsmith/assetic), then lib/private/assetic/separatorfilter.php can be removed and the `use` in lib/private/templatelayout.php rewritten. SeparatorFilter inserts a separator between assets, preventing issues when files are incorrectly terminated. For JS this is a semicolon.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-062-22/+22
| | |
* | | Merge pull request #13101 from ↵Thomas Müller2015-01-051-26/+57
|\ \ \ | |/ / |/| | | | | | | | owncloud/variable-is-undefined-please-use-a-proper-ide-in-the-future-whoever-did-that Fix undefined variable and write unit tests for OC_Principal connector
| * | Use namespaceLukas Reschke2015-01-051-2/+18
| | |
| * | Write unit-tests and use DILukas Reschke2015-01-051-24/+37
| | |
| * | Fix code-styleLukas Reschke2015-01-051-2/+4
| | |
* | | Use info instead of warning log levelLukas Reschke2015-01-051-2/+2
|/ / | | | | | | | | | | Otherwise the log is flooded as can be seen at https://github.com/owncloud/core/issues/13106 Fixes https://github.com/owncloud/core/issues/13106
* | Merge pull request #13095 from derkostka/masterMorris Jobke2015-01-051-1/+1
|\ \ | | | | | | fix "app":"PHP","message":"Undefined variable: user at/principal.php#66"
| * | fix "app":"PHP","message":"Undefined variable: user at/principal.php#66"derkostka2015-01-041-1/+1
| | | | | | | | | changed variable #user to #name
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-058-28/+64
|/ /
* | Merge pull request #13060 from dratini0/masterMorris Jobke2015-01-041-3/+1
|\ \ | | | | | | Fix: X-Accel-Redirect did not support custom data dir and local mounts
| * | removed a little duplicationdratini02014-12-301-3/+1
| | |
| * | Fix: X-Accel-Redirect did not support custom data dir and local mountsdratini02014-12-301-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-044-18/+78
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-034-6/+8
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-024-56/+60
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-014-2/+20
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-318-0/+26
|/
* Merge pull request #12854 from owncloud/add-direct-download-linkFrank Karlitschek2014-12-295-0/+58
|\ | | | | Adding foundation for the direct download url
| * adding getDirectDownload() to WrapperThomas Müller2014-12-282-2/+14
| |
| * Adding basement for the direct download urlThomas Müller2014-12-284-0/+46
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-292-4/+8
|/
* Merge pull request #13043 from owncloud/check-for-hashThomas Müller2014-12-281-1/+2
|\ | | | | Check for hash
| * Check for hashLukas Reschke2014-12-281-1/+2
| | | | | | | | See https://github.com/owncloud/core/pull/13042
* | Merge pull request #13035 from owncloud/new_edition_detectionLukas Reschke2014-12-281-4/+6
|\ \ | | | | | | Automatically detect the edition based on the enterprise_key app.
| * | remove EditionFrank Karlitschek2014-12-251-2/+0
| | |
| * | Automatically detect the edition based on the enterprise_key app.Frank Karlitschek2014-12-251-2/+6
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2014-12-274-10/+38
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-262-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-254-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-246-0/+24
|
* Intelligent containerBernhard Posselt2014-12-236-14/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resolves dependencies by type hint or variable name * simpler route.php * implementation of https://github.com/owncloud/core/issues/12829 Generates and injects parameters automatically. You can now build full classes like $c->query('MyClassName') without having to register it as a service. The resolved object's instance will be saved by using registerService. If a constructor parameter is not type hinted, the parameter name will be taken. Therefore the following two implementations are identical: class Class1 { function __construct(MyClassName $class) class Class1 { function __construct($MyClassName) This makes it possible to also inject primitive values such as strings, arrays etc. In addition if the query could not be resolved, a `QueryException` is now thrown Routes can now be returned as an array from `routes.php` and an `appinfo/application.php` is optional Old commit messages: make it possible to return the routes instead of having to intialize the application try to get the controller by convention add first implementation of automatic resolve add another test just to be sure store the resolved object more tests add phpdoc to public app.php method use the same variable for the public app.php method deprecate old methods and add services for public interfaces deprecated getServer method disallow private api injection for apps other than core or settings (settings should be an app goddamnit :D) register userid because its such an often used variable fix indention and leading slash use test namespace add deprecation reasons, remove private api usage checks and remove deprecation from getServer() add additional public interfaces add public interface for rootfolder fix syntax error remove deprecation from methods where no alternative is there yet remove deprecated from method which has no alternative add timezone public service for #12881 add another deprecation hint move deprecation into separate branch remove dead comment first try to get the namespace from the info.xml, if it does not exist, just uppercase the first letter also trim the namespace name add an interface for timefactory move timefactory to public and add icontrollermethodreflector keep core interface fix copyright date in headers
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-232-2/+6
|
* Merge pull request #12969 from owncloud/clarify-docsMorris Jobke2014-12-222-4/+4
|\ | | | | Clarify return values