aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | usage message showed wrong number of channelsChristian Vogeley2013-09-091-1/+1
| | | |
* | | | quick fix to directoryfriendica2013-09-091-3/+3
|/ / /
* | | Merge https://github.com/friendica/red into zpullfriendica2013-09-092-1/+12
|\ \ \
| * \ \ Merge pull request #122 from MicMee/masterfriendica2013-09-092-1/+12
| |\ \ \ | | | | | | | | | | just a typo
| | * | | Preparation to maintain HubLocs from adminpanel. This should act as basis ↵Michael Meer2013-09-091-0/+11
| | | | | | | | | | | | | | | | | | | | for a kind of traffic light to get an overview.
| | * | | just a typoMichael Meer2013-09-091-1/+1
| |/ / /
* / / / change primary key on updates tablefriendica2013-09-093-3/+12
|/ / /
* | | some alteration to the way directory sync was originally supposed to work. ↵friendica2013-09-092-26/+15
| | | | | | | | | | | | I'm making this up as I go and not exactly certain where to go next but it makes more sense now and I think the basic idea will actually work. I'll just have to keep making it up until it does work.
* | | fix the sitename alsofriendica2013-09-081-1/+1
| | |
* | | fix the recipient and subject localisation of failed update emailsfriendica2013-09-081-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-082-3/+4
| | | | | | | | | | | | connections get a fresh update.
* | | make sure new contacts who are not yet in the address book are sync'd across ↵friendica2013-09-081-0/+14
| | | | | | | | | | | | clone instances
* | | Merge https://github.com/friendica/red into zpullfriendica2013-09-082-0/+92
|\ \ \
| * \ \ Merge pull request #120 from beardy-unixer/masterfriendica2013-09-082-0/+92
| |\ \ \ | | | | | | | | | | Quick and dirty file storage module.
| | * | | Kill loggerThomas Willingham2013-09-091-3/+0
| | | | |
| | * | | Quick and dirty file storage module.Thomas Willingham2013-09-092-0/+95
| |/ / /
* / / / description of the chanman module and what it will need to do.friendica2013-09-081-0/+29
|/ / /
* | | rev updatefriendica2013-09-081-1/+1
| | |
* | | Merge pull request #119 from unary/categorywidgetfriendica2013-09-081-2/+9
|\ \ \ | | | | | | | | only show categories this channel has used
| * | | added dbescMichael Johnston2013-09-081-1/+1
| | | |
| * | | only show categories this channel has usedMichael Johnston2013-09-081-2/+9
| | | |
* | | | Merge pull request #118 from cvogeley/masterfriendica2013-09-089-14/+105
|\ \ \ \ | | |/ / | |/| | Service class checks
| * | | .Christian Vogeley2013-09-081-1/+1
| | | |
| * | | retrun checkChristian Vogeley2013-09-081-0/+1
| | | |
| * | | 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
| | | |