aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Support/Subscription
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-242-42/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
| | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* l10n: Improve stylingValdnet2022-10-261-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Expose mapped user count from LDAP and use that for user limit checkCôme Chilliet2022-10-241-3/+5
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* extended hint messageblizzz2022-10-211-1/+1
| | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
* improve admin notification experienceArthur Schiwon2022-10-181-8/+27
| | | | | | | | - do not stack notifications, replace them - and replace them once a day only - with LDAP it might end in total spam terror (also push) otherwise Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-181-0/+55
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix psalm issue about userCountsCarl Schwan2022-03-111-0/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fair use of push notificationsJoas Schilling2021-10-231-13/+10
| | | | | | | | | We want to keep offering our push notification service for free, but large users overload our infrastructure. For this reason we have to rate-limit the use of push notifications. If you need this feature, consider setting up your own push server or using Nextcloud Enterprise. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add notification for user limitMorris Jobke2020-12-021-2/+23
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow subscription to indicate that a userlimit is reachedMorris Jobke2020-12-021-3/+82
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make the subscription registry lazyRoeland Jago Douma2020-07-091-8/+38
| | | | | | | This will allow to do lazy registration here which should allow for loading less (or at least only when needed!). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add system config flag to manually set that a subscription is availableJulius Härtl2020-03-101-0/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headersChristoph Wurst2019-12-051-1/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add extendedSupport to SubscriptionJulius Härtl2019-06-171-0/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add interfaces to interact with subscription from support appMorris Jobke2019-05-131-0/+75
Signed-off-by: Morris Jobke <hey@morrisjobke.de>