This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/mod
Christian Vogeley e70c9b3613 Merge service class
//service class configure in .htconfig.php:
$a->config['system']['default_service_class']='standard';  // this is
the default service class that is attached to every new account
$a->config['service_class']['standard'] =
array('photo_upload_limit'=>20000000, // total photo storage limit per
channel (here 20MB)
 'total_identities' =>5, // number of channels an account can create
'total_items' =>2000, // number of top level posts a channel can
create. Applies only to top level posts of the user, other posts and
comments are unaffected
'total_pages' =>10, // number of pages a channel can create
 'total_channels' =>500, // number of channels the user can add, other
users can still add this channel, even if the limit is reached
 'attach_upload_limit' =>20000000); // total attachment storage limit
per channel (here 20MB)
2013-09-08 18:03:26 +02:00
..
2012-12-21 03:34:17 -08:00
2012-08-29 23:03:03 -07:00
2012-10-21 22:11:02 -07:00
2013-09-06 21:53:22 -04:00
2013-02-13 17:42:11 -08:00
2013-01-22 20:13:20 -08:00
2013-04-25 20:01:24 -07:00
2012-11-08 19:07:19 -08:00
2013-09-05 22:23:57 -07:00
2013-04-25 20:01:24 -07:00
2013-09-05 19:31:26 -07:00
2012-07-09 22:08:25 -07:00
2012-07-09 22:48:51 -07:00
2013-03-10 20:39:27 -07:00
2013-01-06 15:57:11 -07:00
2013-09-08 18:03:26 +02:00
2013-08-28 20:51:08 -07:00
2013-07-19 03:02:08 -07:00
2012-12-21 04:08:48 -08:00
2013-09-08 00:21:42 +02:00
2012-12-26 16:51:54 -08:00
2013-02-24 20:21:37 -08:00
2012-10-21 22:11:02 -07:00
2013-04-16 19:59:12 -07:00
2013-02-15 22:34:01 -08:00
2012-10-22 19:18:50 +11:00
2013-03-10 20:39:27 -07:00
2013-09-06 03:16:04 -07:00
2012-08-30 18:47:07 -07:00
2013-09-04 22:23:53 -07:00
2012-11-16 16:09:22 -08:00
2013-09-02 20:53:52 -07:00
2013-04-14 22:24:47 -07:00
2013-03-06 17:52:58 -08:00
2013-06-30 23:04:27 -07:00
2012-07-09 22:08:25 -07:00
2013-07-04 20:35:42 -07:00
2013-01-08 14:25:42 -08:00
2013-01-06 15:57:11 -07:00
2013-07-29 20:31:02 -07:00
2013-09-04 17:52:24 -07:00