Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change from refresh_all to a directory update - which does a refresh_all and ↵ | friendica | 2013-09-08 | 1 | -1/+3 |
| | | | | also updates the directory. | ||||
* | perform a refresh_all when an import has completed so that all your ↵ | friendica | 2013-09-08 | 1 | -0/+2 |
| | | | | connections get a fresh update. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-08 | 1 | -0/+70 |
|\ | |||||
| * | Kill logger | Thomas Willingham | 2013-09-09 | 1 | -3/+0 |
| | | |||||
| * | Quick and dirty file storage module. | Thomas Willingham | 2013-09-09 | 1 | -0/+73 |
| | | |||||
* | | description of the chanman module and what it will need to do. | friendica | 2013-09-08 | 1 | -0/+29 |
|/ | |||||
* | . | Christian Vogeley | 2013-09-08 | 1 | -1/+1 |
| | |||||
* | retrun check | Christian Vogeley | 2013-09-08 | 1 | -0/+1 |
| | |||||
* | Merge service class | Christian Vogeley | 2013-09-08 | 2 | -1/+60 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | //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 | -0/+48 |
| | | | | | | | | Items / webpages /attachment message | ||||
| * | Service class | Christian Vogeley | 2013-09-08 | 1 | -0/+12 |
| | | | | | | | | identity, follow, photo upload, att upload | ||||
* | | mod/page - display most recent revision by default, or numbered revision ↵ | friendica | 2013-09-07 | 1 | -1/+7 |
| | | | | | | | | specified by rev URL parameter | ||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-07 | 1 | -1/+4 |
|\ \ | |||||
| * | | filter by category fixes | Michael Johnston | 2013-09-06 | 1 | -1/+4 |
| | | | |||||
* | | | allow menu management even if there are no menu items | friendica | 2013-09-07 | 1 | -17/+16 |
|/ / | |||||
* | | encode and decode channel names containing HTML special characters and ↵ | friendica | 2013-09-06 | 2 | -4/+4 |
| | | | | | | | | quotes so they will survive a reshare without mangling | ||||
* | | provide ability to delete webpages, layouts and blocks | friendica | 2013-09-06 | 3 | -3/+19 |
| | | |||||
* | | fix mimeselect on edit | friendica | 2013-09-06 | 2 | -2/+2 |
| | | |||||
* | | linkify the site url | friendica | 2013-09-06 | 1 | -1/+1 |
| | | |||||
* | | Add a border until we can theme this sucker | friendica | 2013-09-06 | 1 | -1/+1 |
| | | |||||
* | | provide mimetype selector on edit (pages and blocks) | friendica | 2013-09-06 | 3 | -3/+22 |
| | | |||||
* | | more fixes to public site list while waiting for a public site or two to show up | friendica | 2013-09-05 | 1 | -1/+1 |
| | | |||||
* | | function name | friendica | 2013-09-05 | 1 | -1/+1 |
| | | |||||
* | | public site list (will take a few days to populate, assuming folks have ↵ | friendica | 2013-09-05 | 2 | -0/+73 |
| | | | | | | | | updated their site access policy which old sites do not have) | ||||
* | | pages feed | friendica | 2013-09-05 | 1 | -3/+4 |
| | | |||||
* | | fix location of language variable in help module | friendica | 2013-09-05 | 1 | -1/+1 |
| | | |||||
* | | fix network search - except it can't search private posts. That may be a ↵ | friendica | 2013-09-05 | 1 | -1/+2 |
| | | | | | | | | problem. | ||||
* | | issue #107 | friendica | 2013-09-04 | 1 | -0/+6 |
| | | |||||
* | | test module for dead site discovery | friendica | 2013-09-04 | 1 | -0/+28 |
| | | |||||
* | | fix private message encryption since the input_filter mangled it | friendica | 2013-09-03 | 1 | -0/+3 |
| | | |||||
* | | add design tool menu to appropriate pages | friendica | 2013-09-03 | 6 | -1/+46 |
| | | |||||
* | | allow categories to be edited when editing a post | Michael Johnston | 2013-09-03 | 1 | -1/+20 |
| | | |||||
* | | security fix and ability to change layout on webpage edit form | friendica | 2013-09-03 | 2 | -40/+47 |
| | | |||||
* | | testing Comanche | friendica | 2013-09-03 | 1 | -1/+4 |
| | | |||||
* | | the rest of the fix | friendica | 2013-09-02 | 1 | -24/+24 |
| | | |||||
* | | fix mod/search_ac (sort of) | friendica | 2013-09-02 | 1 | -7/+8 |
| | | |||||
* | | add a layout selector | friendica | 2013-09-02 | 1 | -0/+6 |
| | | |||||
* | | preserve mimetype on page edits | friendica | 2013-09-02 | 1 | -1/+13 |
| | | |||||
* | | pass execflag - Working for preview but not yet executing on page render | friendica | 2013-09-02 | 1 | -1/+19 |
| | | |||||
* | | fix webpage storage | friendica | 2013-09-02 | 1 | -7/+3 |
| | | |||||
* | | allow a channel owner to define a default mimetype on webpages (otherwise ↵ | friendica | 2013-09-02 | 1 | -2/+5 |
| | | | | | | | | 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 | -118/+131 |
| | | | | | | | | important bits are in place. | ||||
* | | Sheesh. Three lines of Javascript. All you have to do is find which of the ↵ | friendica | 2013-09-01 | 1 | -40/+41 |
| | | | | | | | | 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 | -0/+13 |
| | | | | | | | | are stored. | ||||
* | | add layouts and editlayout and rework the page logic in mod/item | friendica | 2013-09-01 | 5 | -15/+227 |
| | | |||||
* | | This isn't optimal, but on the short term we'll clone the page editor to use ↵ | friendica | 2013-09-01 | 3 | -2/+236 |
|/ | | | | as a block editor, and probably a layout editor as well. Eventually, these should all probably just be switches onto a single editor instance. Decided to put the layout_mid into the item table directory rather than re-use resource_id, so that we can still have pages attached to different resources like photos and events and stuff. The block editor is far from finished, at this point I've only cloned it and changed the name and type of item it looks for. | ||||
* | I've got a pretty good idea of how to bootstrap, parse and render Comanche ↵ | friendica | 2013-08-29 | 1 | -9/+6 |
| | | | | now. This does not mean it's close to being presentable - far from it. | ||||
* | implement a 'ping' message type to respond if we're still here and whether ↵ | friendica | 2013-08-29 | 1 | -0/+13 |
| | | | | our URL or keys have changed. | ||||
* | block attempts to set the baseurl to an ip address if it was previously a ↵ | friendica | 2013-08-29 | 2 | -9/+10 |
| | | | | dns name | ||||
* | silence some warnings at php E_ALL levels | friendica | 2013-08-28 | 2 | -7/+9 |
| |