nextcloud/lib
Christoph Wurst 22ff03969e
Undeprecate IAppContainer and IServerContainer
With 4152216bd8 these two interfaces got
deprecated with the reasoning that we only need the base PSR interface.
However, there are cases where in Nextcloud you still want to have a
specific container (the one for the app vs the one for the server) when
you either have a container injected or query one from a container.

With a single interface that would not be possible. So it's probably
better if we leave the two interfaces, but only have them extend the PSR
interface. IContainer – with the custom methods – shall still be phased
out, but the two other sub interfaces can stay for tagging purposes.
Tagging means that no methods shall be added.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-07-17 10:17:18 +02:00
..
composer Add a scoped PSR logger for apps 2020-07-16 19:11:56 +02:00
l10n [tx-robot] updated from transifex 2020-07-17 02:17:12 +00:00
private Merge pull request #21869 from nextcloud/techdebt/noid/add-constants-for-magic-strings 2020-07-16 22:00:57 +02:00
public Undeprecate IAppContainer and IServerContainer 2020-07-17 10:17:18 +02:00
autoloader.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
base.php Remove hook for initSession 2020-07-07 21:44:36 +02:00
versioncheck.php Update license headers 2019-12-05 15:38:45 +01:00