aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge service classChristian Vogeley2013-09-089-14/+104
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | //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)
| * | Service class itemsChristian Vogeley2013-09-082-1/+49
| | | | | | | | | | | | Items / webpages /attachment message
| * | Service classChristian Vogeley2013-09-087-12/+55
| | | | | | | | | | | | identity, follow, photo upload, att upload
* | | More content wrappers.Thomas Willingham2013-09-086-2/+12
| |/ |/|
* | mod/page - display most recent revision by default, or numbered revision ↵friendica2013-09-071-1/+7
| | | | | | | | specified by rev URL parameter
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-072-2/+5
|\ \
| * \ Merge pull request #116 from unary/categorysearchfriendica2013-09-072-2/+5
| |\ \ | | | | | | | | | | | | | | | | Thanks Michael! issue #115 - filter by category fix
| | * | filter by category fixesMichael Johnston2013-09-062-2/+5
| |/ /
* / / allow menu management even if there are no menu itemsfriendica2013-09-072-18/+17
|/ /
* | encode and decode channel names containing HTML special characters and ↵friendica2013-09-063-25/+5
| | | | | | | | quotes so they will survive a reshare without mangling
* | provide ability to delete webpages, layouts and blocksfriendica2013-09-063-3/+19
| |
* | fix mimeselect on editfriendica2013-09-062-2/+2
| |
* | linkify the site urlfriendica2013-09-061-1/+1
| |
* | Add a border until we can theme this suckerfriendica2013-09-061-1/+1
| |
* | doc updatesfriendica2013-09-0612-0/+846
| |
* | provide mimetype selector on edit (pages and blocks)friendica2013-09-0678-905/+1353
| |
* | more fixes to public site list while waiting for a public site or two to show upfriendica2013-09-051-1/+1
| |
* | function namefriendica2013-09-051-1/+1
| |
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-051-1/+1
|\ \
| * | Fix new menu link.Thomas Willingham2013-09-061-1/+1
| | |
* | | public site list (will take a few days to populate, assuming folks have ↵friendica2013-09-056-5/+102
|/ / | | | | | | updated their site access policy which old sites do not have)
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-053-273/+19
|\ \
| * | Redbasic - optimise mail list.Thomas Willingham2013-09-062-28/+11
| | |
| * | Redbasic - some more CSS we don't use.Thomas Willingham2013-09-061-181/+3
| | |
| * | Redbasic - clean up nav.Thomas Willingham2013-09-062-64/+5
| | |
* | | pages feedfriendica2013-09-052-18/+33
|/ /
* | update photo timestamp on site renamefriendica2013-09-051-1/+2
| |
* | fix location of language variable in help modulefriendica2013-09-051-1/+1
| |
* | fix network search - except it can't search private posts. That may be a ↵friendica2013-09-052-2/+3
| | | | | | | | problem.
* | issue #59 - this is a real bugger. Might seem fixed but read the code. This ↵friendica2013-09-041-2/+7
| | | | | | | | could potentially create a security/permissions issue
* | issue #107friendica2013-09-041-0/+6
| |
* | provide templating options in comanche for the underlying webpage element - ↵friendica2013-09-042-0/+33
| | | | | | | | in this case the way the author is displayed. Leave this open for other forms templating options.
* | test module for dead site discoveryfriendica2013-09-041-0/+28
| |
* | render blocks - yes these should be templates, but I've got too much to do ↵friendica2013-09-042-1/+24
| | | | | | | | at the moment and just want everything to fall into place quickly. The clerical work will have to wait.
* | fix private message encryption since the input_filter mangled itfriendica2013-09-032-2/+5
| |
* | add design tool menu to appropriate pagesfriendica2013-09-037-2/+63
| |
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-031-1/+20
|\ \
| * \ Merge pull request #110 from unary/editpostcategoriesfriendica2013-09-031-1/+20
| |\ \ | | | | | | | | allow categories to be edited when editing a post
| | * | allow categories to be edited when editing a postMichael Johnston2013-09-031-1/+20
| |/ /
* / / make displaying the language selector configurablefriendica2013-09-032-2/+2
|/ /
* | my badfriendica2013-09-031-1/+1
| |
* | typofriendica2013-09-031-1/+1
| |
* | personal config to just show the page content without author info - probably ↵friendica2013-09-031-3/+5
| | | | | | | | this needs to be a page option
* | security fix and ability to change layout on webpage edit formfriendica2013-09-033-43/+60
| |
* | testing Comanchefriendica2013-09-034-11/+14
| |
* | the rest of the fixfriendica2013-09-021-24/+24
| |
* | fix mod/search_ac (sort of)friendica2013-09-022-8/+9
| |
* | add a layout selectorfriendica2013-09-024-0/+42
| |
* | The triple linebreaks in notification emails finally bothered me enough to ↵friendica2013-09-021-4/+2
| | | | | | | | do something about it.
* | preserve mimetype on page editsfriendica2013-09-022-5/+18
| |