27 次代码提交 (e42f511412c3dee98e843d215f6f74d65b8a5120)

作者 SHA1 备注 提交日期
  Julius Härtl 6f43ab82fd
fix: Throw early when a service cannot be found in the app container 1年前
  Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 1年前
  Julius Härtl f0a0bfaaee
Move to str_starts_with 1年前
  Julius Härtl b2af916872
Take some shortcut when setting up the application class 1年前
  Julius Härtl cea2f79bbd
Improve container return type annotations 1年前
  John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 3 年前
  Roeland Jago Douma 889bb44b42
First query the server container 3 年前
  Joas Schilling bab4fb98eb
Fix overwriteService() for apps 4 年前
  Christoph Wurst 9bc6a8437d
Deprecate the query mothod on the server container 4 年前
  Christoph Wurst 4152216bd8
Use PSR container interface and deprecate our own abstraction 4 年前
  Christoph Wurst 14c996d982
Use elseif instead of else if 4 年前
  Christoph Wurst 41b5e5923a
Use exactly one empty line after the namespace declaration 4 年前
  Christoph Wurst 5bf3d1bb38
Update license headers 4 年前
  Christoph Wurst f6a79338d4
Make sure we create an app's Application class just once 4 年前
  Roeland Jago Douma 357263a70b
Do not try to autoload built in types 5 年前
  Joas Schilling a788da6ac2
Make the file strict 5 年前
  Joas Schilling c5ab74348c
Avoid duplicate App container creation 5 年前
  Joas Schilling 78abbf72b0
Make TestCase->overwriteService() work with App classes 5 年前
  Joas Schilling a411adee6c
Fix missing argument 2 for Settings classes 7 年前
  Joas Schilling c1cc8193a7
Allow automatic DI for apps that don't register the container in app.php 7 年前
  Joas Schilling f23a36b0a6
Add activities when email or password is changed 7 年前
  Joas Schilling 9667ac2b8e
Register the namespace with the autoloading to allow reverse recovery 7 年前
  Joas Schilling 5695a4ec92
Don't do a recursive search 7 年前
  Roeland Jago Douma 246e9ce547
More elegant handling of recursion 7 年前
  Roeland Jago Douma 886202123c
Update query method for DIContainer 7 年前
  Joas Schilling 94432c089f
Save the container with the app's namespace so we can resolve it 7 年前
  Joas Schilling ba87db3fcc
Fix others 8 年前
  Roeland Jago Douma f52c5b31b6
Move more from \OC to PSR-4 8 年前
  Thomas Müller 682821c71e Happy new year! 8 年前
  Joas Schilling 2cf4e144cc Lookup the App name instead of OCA 8 年前
  Joas Schilling 1f197134c8 Look up services in the app container before trying the core container 8 年前
  Joas Schilling 412e4ed3f6 Register app containers in the OC container 8 年前
  Joas Schilling 2c00587b5d Add since-tag 8 年前
  Joas Schilling 1493e86dea Allow listeners to set status code and message 8 年前
  Robin McCorkell 37beb58c6f Introduce BackendService for managing external storage backends 9 年前
  Jenkins for ownCloud b585d87d9d Update license headers 9 年前
  Morris Jobke 06aef4e8b1 Revert "Updating license headers" 9 年前
  Jenkins for ownCloud 6a1a4880f0 Updating license headers 9 年前
  Robin Appelman d0266c0bf8 Use public api for getting l10n 9 年前
  Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 10 年前
  Thomas Müller 4e0c4c8f34 move l10n factory into private 10 年前
  Thomas Müller 3829a746a1 moving file to the right location 10 年前
  Bart Visscher 9f777fba98 Add L10N interface to server container 10 年前