1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 22:14:03 +00:00
Commit graph

745 commits

Author SHA1 Message Date
Samuel Štancl
adc1b26243 features config 2019-09-08 11:48:21 +02:00
stancl
f66613476b Apply fixes from StyleCI 2019-09-08 09:41:45 +00:00
Samuel Štancl
39503fe76b Docblocks 2019-09-08 11:41:34 +02:00
Samuel Štancl
51fc3c7706 Exceptions 2019-09-08 11:35:05 +02:00
Samuel Štancl
29ad8e60f9 TelescopeTags add user callback 2019-09-08 11:35:00 +02:00
Samuel Štancl
d68d221c4f Pass $this to bootstrap() 2019-09-08 11:12:35 +02:00
stancl
805644f85b Apply fixes from StyleCI 2019-09-08 09:11:59 +00:00
Samuel Štancl
61739dc5fc Add 'Features' 2019-09-08 11:11:44 +02:00
Samuel Štancl
8c69d7847e Bind bootstrappers properly 2019-09-07 20:05:04 +02:00
stancl
d9f4ba133a Apply fixes from StyleCI 2019-09-07 17:46:57 +00:00
Samuel Štancl
6b716e5345 Use a nicer way to bind the current tenant 2019-09-07 19:46:45 +02:00
stancl
27425a4360 Apply fixes from StyleCI 2019-09-07 15:23:53 +00:00
Samuel Štancl
8dc1ef61b8 QueueTenancyBootstrapper 2019-09-07 17:23:44 +02:00
Samuel Štancl
363b2fc56e Refactor eventCallback() 2019-09-07 16:47:40 +02:00
stancl
01bff54b18 Apply fixes from StyleCI 2019-09-07 14:41:21 +00:00
Samuel Štancl
34b29b4954 wip 2019-09-07 16:41:13 +02:00
Samuel Štancl
0ac7fb74d6 wip 2019-09-07 16:40:45 +02:00
stancl
2ec9afcb07 Apply fixes from StyleCI 2019-09-07 14:11:58 +00:00
Samuel Štancl
d3712dfacc Events 2019-09-07 16:11:38 +02:00
Samuel Štancl
87916bd8e5 Save makes the Tenant instance persisted 2019-09-06 18:59:40 +02:00
stancl
73124cd801 Apply fixes from StyleCI 2019-09-06 16:52:16 +00:00
Samuel Štancl
5d2b1e3a72 Merge 2019-09-06 18:52:04 +02:00
Samuel Štancl
f04ca349bd Tenant contract, Tenancy bootstrappers, drop predis 2019-09-06 18:51:34 +02:00
stancl
362aaf4764 Apply fixes from StyleCI 2019-09-05 17:27:32 +00:00
Samuel Štancl
98cb49b1c0 Merge 2019-09-05 19:27:20 +02:00
Samuel Štancl
41d8bb7e09 DatabaseManager WIP 2019-09-05 19:26:29 +02:00
Samuel Štancl
798df54d76 HasArrayAccess trait 2019-09-05 19:26:19 +02:00
Samuel Štancl
f471a1a7e4 TenancyBootstrappers WIP 2019-09-05 19:25:47 +02:00
Samuel Štancl
89bf90f595 Interfaces -> Contracts 2019-09-05 19:25:32 +02:00
Samuel Štancl
e4f27e7396 Disable native_function_invocation fixer 2019-09-05 17:03:12 +02:00
stancl
e2b6e6d73c Apply fixes from StyleCI 2019-09-04 18:25:52 +00:00
Samuel Štancl
696cc8ba9a WIP TenantManager 2019-09-04 20:25:44 +02:00
Samuel Štancl
96e8dec5eb Add Tenant object 2019-09-04 19:39:24 +02:00
Samuel Štancl
72baa45126 Make TenantModel final 2019-09-04 16:57:19 +02:00
Samuel Štancl
f4421af6c5
Fix custom columns, add tests (#122)
* Fix custom columns & add test

* Apply fixes from StyleCI
2019-09-04 16:53:01 +02:00
Samuel Štancl
6de9ee9421 update changelog 2019-09-04 16:14:11 +02:00
stancl
8a548f9459 Apply fixes from StyleCI 2019-08-23 20:24:39 +00:00
Samuel Štancl
0a57f9d3df
[1.8.0] Allow conflicting routes (#114)
* PreventAccessFromTenantDomains middleware

* Apply fixes from StyleCI

* Install command

* Switch order of middleware

* Apply middleware to $middleware instead of web, fix tests

* Apply fixes from StyleCI

* Fix tests

* Fix tests

* wip

* wip
2019-08-23 22:24:31 +02:00
Samuel Štancl
2fd3662eb7
[1.8.0] Use strict types (#115)
* Use strict types

* Apply fixes from StyleCI

* Fix str_repeat

* Fix false json decode
2019-08-23 18:18:26 +02:00
Samuel Štancl
1e51dcb508 Merge branch '1.x' of github.com:stancl/tenancy into 1.x 2019-08-23 17:27:05 +02:00
Samuel Štancl
c6a0e40439 Fix #99 (always skipped tests) 2019-08-23 17:26:56 +02:00
Samuel Štancl
0000004d63
Update README.md 2019-08-23 15:41:46 +02:00
Samuel Štancl
24f8e10c1b wip 2019-08-22 23:16:43 +02:00
Samuel Štancl
660100631e Fix PostgreSQL DB manager (fix #112) 2019-08-22 23:13:59 +02:00
Samuel Štancl
1d10ac76f5
[1.8.0] Add more comments to the config file (#109) 2019-08-21 21:16:00 +02:00
Samuel Štancl
f590e2ce2a
[1.8.0] Custom id scheme (#108)
* Add UniqueIdentifierGenerators

* Apply fixes from StyleCI
2019-08-21 20:29:53 +02:00
stancl
787063ed73 Apply fixes from StyleCI 2019-08-20 10:15:06 +00:00
Samuel Štancl
4c676b41e9 Custom exceptions, fix #91 2019-08-20 12:14:56 +02:00
Samuel Štancl
a8936a4c73
Revert no_unused_imports 2019-08-19 23:05:03 +02:00
Samuel Štancl
7e5fe24e7d
Enable no_unused_imports 2019-08-19 23:04:19 +02:00