aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* | provide detailed error to remote site for the myriad of things that can go ↵friendica2013-09-105-5/+12
| | | | | | | | wrong inside item_store(), !! this changes the return of item_store !!
* | No need to add name_updated twice in zfinger responseOlaf Conradi2013-09-111-2/+1
| |
* | make /channel respect "Maximum number of conversations to load at any time" ↵marijus2013-09-101-3/+2
| | | | | | | | setting like /network does.
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-091-1/+1
|\ \
| * | Merge pull request #125 from cvogeley/mastercvogeley2013-09-091-1/+1
| |\| | | | | | | usage message showed wrong number of channels
| | * usage message showed wrong number of channelsChristian Vogeley2013-09-091-1/+1
| | |
* | | quick fix to directoryfriendica2013-09-091-3/+3
|/ /
* | change from refresh_all to a directory update - which does a refresh_all and ↵friendica2013-09-081-1/+3
| | | | | | | | also updates the directory.
* | perform a refresh_all when an import has completed so that all your ↵friendica2013-09-081-0/+2
| | | | | | | | connections get a fresh update.
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-081-0/+70
|\ \
| * | Kill loggerThomas Willingham2013-09-091-3/+0
| | |
| * | Quick and dirty file storage module.Thomas Willingham2013-09-091-0/+73
| |/
* / description of the chanman module and what it will need to do.friendica2013-09-081-0/+29
|/
* .Christian Vogeley2013-09-081-1/+1
|
* retrun checkChristian Vogeley2013-09-081-0/+1
|
* Merge service classChristian Vogeley2013-09-082-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 itemsChristian Vogeley2013-09-081-0/+48
| | | | | | | | Items / webpages /attachment message
| * Service classChristian Vogeley2013-09-081-0/+12
| | | | | | | | identity, follow, photo upload, att upload
* | 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-071-1/+4
|\ \
| * | filter by category fixesMichael Johnston2013-09-061-1/+4
| | |
* | | allow menu management even if there are no menu itemsfriendica2013-09-071-17/+16
|/ /
* | encode and decode channel names containing HTML special characters and ↵friendica2013-09-062-4/+4
| | | | | | | | 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
| |
* | provide mimetype selector on edit (pages and blocks)friendica2013-09-063-3/+22
| |
* | 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
| |
* | public site list (will take a few days to populate, assuming folks have ↵friendica2013-09-052-0/+73
| | | | | | | | updated their site access policy which old sites do not have)
* | pages feedfriendica2013-09-051-3/+4
| |
* | 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-051-1/+2
| | | | | | | | problem.
* | issue #107friendica2013-09-041-0/+6
| |
* | test module for dead site discoveryfriendica2013-09-041-0/+28
| |
* | fix private message encryption since the input_filter mangled itfriendica2013-09-031-0/+3
| |
* | add design tool menu to appropriate pagesfriendica2013-09-036-1/+46
| |
* | allow categories to be edited when editing a postMichael Johnston2013-09-031-1/+20
| |
* | security fix and ability to change layout on webpage edit formfriendica2013-09-032-40/+47
| |
* | testing Comanchefriendica2013-09-031-1/+4
| |
* | the rest of the fixfriendica2013-09-021-24/+24
| |
* | fix mod/search_ac (sort of)friendica2013-09-021-7/+8
| |
* | add a layout selectorfriendica2013-09-021-0/+6
| |
* | preserve mimetype on page editsfriendica2013-09-021-1/+13
| |
* | pass execflag - Working for preview but not yet executing on page renderfriendica2013-09-021-1/+19
| |
* | fix webpage storagefriendica2013-09-021-7/+3
| |
* | allow a channel owner to define a default mimetype on webpages (otherwise ↵friendica2013-09-021-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 ↵friendica2013-09-023-118/+131
| | | | | | | | important bits are in place.
* | Sheesh. Three lines of Javascript. All you have to do is find which of the ↵friendica2013-09-011-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.