Andreas Granig
e28e105186
MT#4225 Revert the revert, we'll patch later.
...
This reverts commit 2cd76e7b89
.
12 years ago
Andreas Granig
2cd76e7b89
Revert "MT#4225 remove nugatory modules to save memory"
...
This reverts commit 7325ac66cf
.
Conflicts:
lib/NGCP/Schema/Result/provisioning_voip_subscribers.pm
12 years ago
Andreas Granig
75b9b92daa
MT#4007 Fix autoattendant relation for subscriber.
12 years ago
Andreas Granig
e312c5303d
MT#4007 Add destination to autoattendant.
12 years ago
Andreas Granig
d379e10e26
MT#4007 Add voip_pbx_autoattendants schema.
12 years ago
Andreas Granig
aea75bcec1
MT#3997 Add via_route column to voip_peer_hosts.
12 years ago
Andreas Granig
536250c378
MT#4145 Change contacts.postcode to varchar.
12 years ago
Gerhard Jungwirth
37a15cdb73
MT#4135 Only load certain Helper::ResultSet::*
...
this fixes the bug in certain versions, when we did
$resultset->getColumn(*)->all
which was introduced by DBIx::Class::Helper::ResultSet::RemoveColumns
this time we will not break anything again
could probably also save some ram (MT#4225)
12 years ago
Lars Dieckow
7325ac66cf
MT#4225 remove nugatory modules to save memory
...
These are the low hanging fruits: the syntax-bending imports are of little value
for this (mostly) generated code. Also remove dbicdump adminitions and checksums
because since 548f367acf
the schema cannot be
merge-dumped anymore.
12 years ago
Andreas Granig
fac4678040
MT#4025 Link contract and sound set tables.
...
This is needed to let customers handle their own sound sets for
pbx accounts.
12 years ago
Andreas Granig
f8b6a2ab6a
Revert "Only load Helper::ResultSet::SetOperations instead of all"
...
This reverts commit 506817e57c
.
This commit breaks master (no "count" available for example).
12 years ago
Andreas Granig
04e4447ae7
MT#3977 Add PBX firmware version column.
12 years ago
Andreas Granig
3c8a66dbcf
MT#3977 Fix wrong relationship name.
...
It's autoprov_* instead of autoconf_*.
12 years ago
Andreas Granig
f2430c704b
MT#3977 Add schema to support PBX multiline config
12 years ago
Gerhard Jungwirth
506817e57c
Only load Helper::ResultSet::SetOperations instead of all
...
DBIx::Class::Helpers which saves ram and prevents those unneeded
Helpers to introduce a bug in certain versions, when we did
$resultset->getColumn(*)->all
12 years ago
Andreas Granig
2d1ceacf64
Add relation from provisioning sub to billing sub.
12 years ago
Andreas Granig
056ee6e7ac
Deflate voicemail origtime column.
12 years ago
Andreas Granig
17229b3a02
Add label column to voip_subscribers table.
12 years ago
Andreas Granig
63645dfb29
Bump version to 2.006.
12 years ago
Andreas Granig
1c92e2c887
Add PBX device security flags.
12 years ago
Andreas Granig
049c0e5a32
Add PBX device sync fields.
12 years ago
Andreas Granig
73bd5d8656
Add PBX autoprovisioning tables.
12 years ago
Gerhard Jungwirth
09355217f9
2.005
12 years ago
Andreas Granig
308a3f34fe
Fix relation to voip_rewrite_rule_sets.
12 years ago
Andreas Granig
7a4befa209
Align to new product class enum.
12 years ago
Andreas Granig
72fc078f65
Update documentation on new pbx changes.
12 years ago
Andreas Granig
e9d6cb9030
Replace number rel by subscriber rel.
12 years ago
Andreas Granig
9900c41e0a
Add fk between voip_pbx_groups and prov subscriber
12 years ago
Andreas Granig
313854ecb3
Add pbx group table and pbx related fields/rels.
12 years ago
Andreas Granig
936fd2a248
Revert lazy-loading to make master work again.
12 years ago
Gerhard Jungwirth
55211a946a
fix relation pointing to the wrong table
12 years ago
Lars Dieckow
00d63587da
delay loading classes until manually registered
...
force load admins source, needed for Plugin::Authentication config in NGCP/Panel.pm
12 years ago
Lars Dieckow
e69deb1e85
2.004
12 years ago
Andreas Granig
e01e9a96db
Deflate messages timestamp to micro precision.
12 years ago
Andreas Granig
a3a9f2baba
Set correct relations between sipstats tables.
12 years ago
Lars Dieckow
e972a19fc7
2.003
12 years ago
Andreas Granig
d909cd3253
Align to latest schema.
...
Add reseller relation to sound sets.
Add reseller relation to rewrite rules.
Move reseller from contract to contact.
12 years ago
Lars Dieckow
644ee12d63
relicense GPL3+
12 years ago
Lars Dieckow
f564ceee08
2.002
12 years ago
Andreas Granig
ee30d975c4
Add voicemail_user relation to prov-subscriber.
12 years ago
Andreas Granig
34965d72ec
Implement epochs in-/deflator for varchar columns.
12 years ago
Lars Dieckow
6a0c28d4dc
2.001
12 years ago
Andreas Granig
503442ab63
Implement EpochMilli with milliseconds precision.
...
Used for decimal(x,x) formats like start_time and init_time in CDRs.
12 years ago
Andreas Granig
c0182df990
Use own ResultSet with Helper::ResultSet.
...
This is required to use union() on result sets.
12 years ago
Lars Dieckow
5a24e0bd2a
2.000
12 years ago
Gerhard Jungwirth
7948bc9f7f
rename the config location for the DBIC connect_info
...
otherwise the changes will conflict with the configuration of ossbss
12 years ago
Andreas Granig
4c17ac19b9
Add relation from p.voip_subscriber to b.contract.
...
A provisioning.voip_subscriber belongs to a billing.contract.
12 years ago
Andreas Granig
6f9a565758
Add another voip_subscribers relation.
...
This one points from provisioning.voip_subscribers to billing.voip_subscribers.
12 years ago
Andreas Granig
cab6831e40
Add manual voip_subscribers relation.
12 years ago
Lars Dieckow
548f367acf
wip
12 years ago
Lars Dieckow
4dafc973b9
1.003
12 years ago
Lars Dieckow
837e675fac
1.002
12 years ago
Lars Dieckow
a667bdefa5
relax connect_info for passed-through DBI attributes
12 years ago
Lars Dieckow
8f5278dc9b
manually add component for MD5 hashed passwords
12 years ago
Lars Dieckow
921f8189b0
1.001
13 years ago
Lars Dieckow
039587bd73
sync to schema dump db-schema@52a15d5
13 years ago
Lars Dieckow
e861dcbe8f
feature was removed, depend on latest release
13 years ago
Lars Dieckow
bf7bff193f
db connect info from config file
13 years ago
Lars Dieckow
dda73c0c8b
not needed anymore
13 years ago
Andreas Granig
9d902fefc8
Sync with latest DB schema.
13 years ago
Lars Dieckow
78fae9f42c
method does not exist yet
13 years ago
Lars Dieckow
3b478dc207
style
13 years ago
Lars Dieckow
b62462cd0b
even more exception as flow control abuse
13 years ago
Lars Dieckow
f8f770f8d7
dependency injection
13 years ago
Lars Dieckow
a0be037d0c
one layer of indirection missing
13 years ago
Lars Dieckow
4848e00169
search with plain hash is deprecated
13 years ago
Lars Dieckow
ecd3e21a8b
fix deprecation warning
...
http://p3rl.org/perl5140delta#Use-of-qw-...-as-parentheses
13 years ago
Lars Dieckow
8c6e520e46
fix syntax error
13 years ago
Lars Dieckow
a081dddc42
handle domains
13 years ago
Lars Dieckow
3c448229bb
first dump including distro skeleton files
13 years ago