Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add aid to notifiy table which we may need to supress duplicate notify ↵ | friendica | 2013-11-20 | 6 | -13/+40 |
| | | | | | | emails across your channels also try to handle the wretched mess of broken and duplicated hublocs that fred.cepheus.uberspace.de typically reports | ||||
* | provide a page template "none" which lets a webpage take over the entire ↵ | friendica | 2013-11-20 | 1 | -0/+1 |
| | | | | page. Everything. The application is essentially bypassed. You'll need doctype and html and head and body tags in your content as none of them are supplied. There are no page regions. Nada. We should probably restrict this to those who have code exec in their account_roles but other folks won't be able to do very much useful with it anyway as their HTML is filtered. | ||||
* | webpage edit - losing the ability to pass unfiltered html and perhaps some ↵ | friendica | 2013-11-20 | 1 | -3/+2 |
| | | | | php due to unsetting uid too early in item_store_update() | ||||
* | Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵ | friendica | 2013-11-20 | 12 | -42/+62 |
| | | | | we can more easily retire 'aes256cbc' once it is no longer viable. | ||||
* | add logo to readme | friendica | 2013-11-20 | 3 | -3/+2 |
| | |||||
* | remove the challenge table as well | friendica | 2013-11-18 | 3 | -12/+9 |
| | |||||
* | drop the queue table which we no longer use | friendica | 2013-11-18 | 3 | -18/+9 |
| | |||||
* | leave off the file extension | friendica | 2013-11-18 | 1 | -3/+3 |
| | |||||
* | pull in some doco from the project wiki, keep it with the code | friendica | 2013-11-18 | 5 | -1/+340 |
| | |||||
* | wordsmithing | friendica | 2013-11-18 | 1 | -1/+3 |
| | |||||
* | update to reflect that account and channel removal is now possible, though ↵ | friendica | 2013-11-18 | 1 | -1/+18 |
| | | | | bugs likely remain. | ||||
* | fix plugin and them toggles for the colourblind, add theme info block and ↵ | friendica | 2013-11-18 | 6 | -4/+15 |
| | | | | recent screenshot to redbasic | ||||
* | admin/users - add expiration date to table and ability to sort by reverse ↵ | friendica | 2013-11-18 | 2 | -20/+30 |
| | | | | expiration and also filter by service class through url options | ||||
* | resetting password tries to update email address even if it didn't change - ↵ | friendica | 2013-11-18 | 1 | -1/+1 |
| | | | | and if you've got the admin email this spits out a warning. | ||||
* | set a default value for $webbie - it's the right thing to do. | friendica | 2013-11-18 | 1 | -0/+2 |
| | |||||
* | to clarify the fact, we'll remove the line we no longer need instead of ↵ | friendica | 2013-11-18 | 1 | -1/+0 |
| | | | | commenting it | ||||
* | change the way magic-auth works - we rarely need a destination channel and ↵ | friendica | 2013-11-18 | 2 | -107/+106 |
| | | | | | | if that channel has problems it shouldn't mess up authentication to the hub. | ||||
* | magic auth issues | friendica | 2013-11-17 | 3 | -5/+5 |
| | |||||
* | filter out duplicate recipients on local deliveries. We only need to deliver ↵ | friendica | 2013-11-17 | 1 | -1/+19 |
| | | | | stuff once to any particular channel. | ||||
* | fix commented timestamp | friendica | 2013-11-17 | 1 | -3/+4 |
| | |||||
* | better job of setting parent created | friendica | 2013-11-17 | 1 | -7/+4 |
| | |||||
* | pull in some posts when we first connect with a new channel (if allowed to) ↵ | friendica | 2013-11-17 | 7 | -26/+49 |
| | | | | - if not allowed to, do it if that condition changes | ||||
* | typo | friendica | 2013-11-17 | 1 | -3/+3 |
| | |||||
* | s/Developer Preview/Public Preview/g | friendica | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | populate some posts when somebody is granted "read stream" permission | friendica | 2013-11-17 | 7 | -6/+34 |
| | |||||
* | more work on redmtx.com magic-auth situation | friendica | 2013-11-17 | 1 | -4/+22 |
| | |||||
* | implement admin remove account | friendica | 2013-11-17 | 3 | -7/+12 |
| | |||||
* | document extra features | friendica | 2013-11-17 | 5 | -5/+111 |
| | |||||
* | more photo menu positioning work for varying photo sizes | friendica | 2013-11-16 | 2 | -6/+7 |
| | |||||
* | make submit buttons look more or less like links | friendica | 2013-11-16 | 1 | -1/+4 |
| | |||||
* | more to-do | friendica | 2013-11-16 | 1 | -1/+4 |
| | |||||
* | update to-do | friendica | 2013-11-16 | 1 | -0/+2 |
| | |||||
* | more of a light&fresh look | friendica | 2013-11-16 | 2 | -3/+7 |
| | |||||
* | theme works | friendica | 2013-11-16 | 2 | -2/+2 |
| | |||||
* | theme work | friendica | 2013-11-15 | 1 | -0/+4 |
| | |||||
* | do a better job of lining things up (like comments) when the photo size changes | friendica | 2013-11-15 | 2 | -2/+4 |
| | |||||
* | reposition certain things like the wall-to-wall "to" photo when one changes ↵ | friendica | 2013-11-15 | 2 | -6/+9 |
| | | | | the size of the author icons | ||||
* | update to-do list | friendica | 2013-11-15 | 1 | -0/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-15 | 2 | -907/+1171 |
|\ | |||||
| * | Merge pull request #204 from tuscanhobbit/master | friendica | 2013-11-15 | 2 | -907/+1171 |
| |\ | | | | | | | Updated Italian translation with new E2EE strings | ||||
| | * | Updated Italian translation with E2EE strings | p.tacconi | 2013-11-15 | 2 | -907/+1171 |
| | | | |||||
| | * | Merge pull request #4 from friendica/master | Paolo T | 2013-11-12 | 357 | -2901/+17204 |
| | |\ | | | | | | | | | Fork aligned to red master | ||||
| | * \ | Merge pull request #3 from friendica/master | Paolo T | 2013-10-25 | 688 | -1043/+187815 |
| | |\ \ | | | | | | | | | | | Align to main project HEAD | ||||
* | | | | | revert to prepare_page - but have it call prepare_body | friendica | 2013-11-15 | 2 | -2/+2 |
|/ / / / | |||||
* | | | | Let's provide a shared to-do list for code and doco | friendica | 2013-11-15 | 3 | -0/+63 |
| | | | | |||||
* | | | | change product name on notification emails to lowercase | friendica | 2013-11-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | comment out the multi-delete feature until somebody wants it bad enough to ↵ | friendica | 2013-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | make it work | ||||
* | | | | allow rpost to set source app | friendica | 2013-11-15 | 3 | -1/+4 |
| | | | | |||||
* | | | | make font size tweakable for the whole app | friendica | 2013-11-15 | 4 | -2/+11 |
| | | | | |||||
* | | | | changed some defaults - for some of us everything will have shrunk and may ↵ | friendica | 2013-11-15 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | be hard to read. turn on expert mode if you want to change them back. |