Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge service class | Christian Vogeley | 2013-09-08 | 4 | -12/+35 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | //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 items | Christian Vogeley | 2013-09-08 | 1 | -1/+1 |
| | | | | | | | | Items / webpages /attachment message | ||||
| * | Service class | Christian Vogeley | 2013-09-08 | 3 | -11/+34 |
| | | | | | | | | identity, follow, photo upload, att upload | ||||
* | | encode and decode channel names containing HTML special characters and ↵ | friendica | 2013-09-06 | 1 | -21/+1 |
| | | | | | | | | quotes so they will survive a reshare without mangling | ||||
* | | public site list (will take a few days to populate, assuming folks have ↵ | friendica | 2013-09-05 | 1 | -3/+16 |
| | | | | | | | | updated their site access policy which old sites do not have) | ||||
* | | pages feed | friendica | 2013-09-05 | 1 | -15/+29 |
| | | |||||
* | | issue #59 - this is a real bugger. Might seem fixed but read the code. This ↵ | friendica | 2013-09-04 | 1 | -2/+7 |
| | | | | | | | | could potentially create a security/permissions issue | ||||
* | | provide templating options in comanche for the underlying webpage element - ↵ | friendica | 2013-09-04 | 2 | -0/+33 |
| | | | | | | | | in this case the way the author is displayed. Leave this open for other forms templating options. | ||||
* | | render blocks - yes these should be templates, but I've got too much to do ↵ | friendica | 2013-09-04 | 1 | -0/+23 |
| | | | | | | | | 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 it | friendica | 2013-09-03 | 1 | -2/+2 |
| | | |||||
* | | add design tool menu to appropriate pages | friendica | 2013-09-03 | 1 | -1/+17 |
| | | |||||
* | | make displaying the language selector configurable | friendica | 2013-09-03 | 1 | -1/+1 |
| | | |||||
* | | my bad | friendica | 2013-09-03 | 1 | -1/+1 |
| | | |||||
* | | typo | friendica | 2013-09-03 | 1 | -1/+1 |
| | | |||||
* | | personal config to just show the page content without author info - probably ↵ | friendica | 2013-09-03 | 1 | -3/+5 |
| | | | | | | | | this needs to be a page option | ||||
* | | testing Comanche | friendica | 2013-09-03 | 1 | -6/+7 |
| | | |||||
* | | add a layout selector | friendica | 2013-09-02 | 2 | -0/+35 |
| | | |||||
* | | The triple linebreaks in notification emails finally bothered me enough to ↵ | friendica | 2013-09-02 | 1 | -4/+2 |
| | | | | | | | | do something about it. | ||||
* | | preserve mimetype on page edits | friendica | 2013-09-02 | 1 | -4/+5 |
| | | |||||
* | | Merge pull request #108 from cvogeley/master | friendica | 2013-09-02 | 1 | -0/+1 |
|\| | | | | | More mobile theme fixes | ||||
| * | More mobile theme fixes | Christian Vogeley | 2013-08-31 | 1 | -0/+1 |
| | | | | | | | | | | | | If user is logged in personal settings are used else use admin settings. Only show toggle link if there is something to switch between. | ||||
* | | oh that's why | friendica | 2013-09-02 | 2 | -2/+4 |
| | | |||||
* | | pass execflag - Working for preview but not yet executing on page render | friendica | 2013-09-02 | 1 | -0/+1 |
| | | |||||
* | | fix webpage storage | friendica | 2013-09-02 | 2 | -2/+2 |
| | | |||||
* | | only allow richtext editor on pages if bbcode is the default mimetype, ↵ | friendica | 2013-09-02 | 1 | -6/+6 |
| | | | | | | | | otherwise use plaintext editor. This will eventually need work to support a visual editor for html or other types. | ||||
* | | allow a channel owner to define a default mimetype on webpages (otherwise ↵ | friendica | 2013-09-02 | 2 | -4/+11 |
| | | | | | | | | default to "choose") - also fix the selector w/r/t php code. There is no ui for setting either at the moment, but for instance with wiki pages we probably don't want to have multiple choice of the mimetype. Keep it simple. | ||||
* | | webpage content-type -- needs cleaning up and a security check once all the ↵ | friendica | 2013-09-02 | 3 | -7/+71 |
| | | | | | | | | important bits are in place. | ||||
* | | Add Comanche layouts to the things that don't go offsite. | friendica | 2013-09-01 | 1 | -0/+4 |
| | | |||||
* | | Sheesh. Three lines of Javascript. All you have to do is find which of the ↵ | friendica | 2013-09-01 | 1 | -0/+11 |
| | | | | | | | | three lines is doing something wrong. Or FILE A BUG. Or use a different browser (not *try* a different browser, *use* a different browser), or turn off freaking tinymce. But no - let's argue about browsers instead. | ||||
* | | rework the pdl_selector a bit since we've slightly changed the way layouts ↵ | friendica | 2013-09-01 | 1 | -9/+3 |
|/ | | | | are stored. | ||||
* | more debugging on localize_item top find out why likes are not translated in ↵ | friendica | 2013-08-31 | 1 | -1/+7 |
| | | | | notifications, but are in displayed posts (using 'new' on matrix page) - in one case we're successfully pulling stuff from item['object'] and in the other we aren't - and it's the same object. | ||||
* | I've got a pretty good idea of how to bootstrap, parse and render Comanche ↵ | friendica | 2013-08-29 | 1 | -5/+22 |
| | | | | now. This does not mean it's close to being presentable - far from it. | ||||
* | figure out why poller isn't picking up old posts which failed to deliver | friendica | 2013-08-29 | 2 | -5/+6 |
| | |||||
* | silence some warnings at php E_ALL levels | friendica | 2013-08-28 | 2 | -1/+3 |
| | |||||
* | really truly bare-bones comanche | friendica | 2013-08-28 | 2 | -0/+59 |
| | |||||
* | It's a wretched mess, but at least photo comments show up again when viewing ↵ | friendica | 2013-08-28 | 1 | -0/+1 |
| | | | | the photo. This is just temporary until these conversations are merged into the common conversation viewer, so it's not worth spending a lot of time cleaning up the remnants. | ||||
* | right - here's how we're going to link comanche with webpages | friendica | 2013-08-28 | 1 | -0/+48 |
| | |||||
* | bring back mail list and cleanup some issues which popped out with full PHP ↵ | friendica | 2013-08-27 | 2 | -3/+3 |
| | | | | warnings | ||||
* | Preparatory work for photo conversations (third time). Also take away unused ↵ | friendica | 2013-08-27 | 1 | -7/+12 |
| | | | | "post new activity" preferences until they actually do something. | ||||
* | more loose ends | friendica | 2013-08-27 | 1 | -1/+4 |
| | |||||
* | force webbies to lowercase | friendica | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | update hubloc_timestamps | friendica | 2013-08-27 | 1 | -5/+14 |
| | |||||
* | when using the bbcode mimetype a space is just a space. A return is a ↵ | friendica | 2013-08-27 | 1 | -0/+1 |
| | | | | return. But as opposed to HTML, two spaces are now non-breaking. A tab (assuming you can figure out how to enter one in a text field) is now four non-breaking spaces. This should let us insert code snippets with much more readable indentation. | ||||
* | get rid of ssl_policy - it's implicit in the site url | friendica | 2013-08-27 | 1 | -16/+16 |
| | |||||
* | clone sync was trying to update xchan info in the abook loop. | friendica | 2013-08-26 | 1 | -1/+1 |
| | |||||
* | fix profile change activity where the change is a solitary url - and ↵ | friendica | 2013-08-26 | 2 | -1/+3 |
| | | | | includes a stray right quote | ||||
* | more cleanup from the mess yesterday - you might have a look for xchan_addr ↵ | friendica | 2013-08-26 | 1 | -0/+3 |
| | | | | and hubloc_addr with slashes in them and fix them - especially getting rid of ip addresses and the /channel/xyz in the addr fields | ||||
* | regex patch | friendica | 2013-08-26 | 1 | -1/+1 |
| | |||||
* | try to fix bad addresses that got into the network | friendica | 2013-08-25 | 1 | -0/+3 |
| | |||||
* | Try to ensure full paths don't leak into xchan_addr and hubloc_addr | friendica | 2013-08-25 | 1 | -1/+1 |
| |