Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lostpass fixes and login/logout flow if authenticated but no default channel ↵ | friendica | 2013-01-27 | 9 | -22/+45 |
| | | | | exists | ||||
* | maybe 'lostpass' will work now, maybe not. Didn't try it, but theoretically ↵ | friendica | 2013-01-27 | 1 | -39/+42 |
| | | | | it's updated. | ||||
* | ensure zot messages with 'deleted' items set 'created' as a fallback to ↵ | friendica | 2013-01-26 | 1 | -1/+2 |
| | | | | ensure the message isn't tossed. | ||||
* | better handling of failures to lookup remote authors | friendica | 2013-01-26 | 2 | -4/+10 |
| | |||||
* | photos cont. | friendica | 2013-01-26 | 2 | -104/+101 |
| | |||||
* | more photo backend stuff | friendica | 2013-01-26 | 5 | -39/+74 |
| | |||||
* | further baby steps on the photos API | friendica | 2013-01-25 | 3 | -12/+35 |
| | |||||
* | terminate script tag | friendica | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | start on photos rework | friendica | 2013-01-25 | 3 | -24/+246 |
| | |||||
* | make contact_remove sort of work so I can actually get rid of Oliver's and ↵ | friendica | 2013-01-25 | 6 | -23/+43 |
| | | | | Michael J's dead contacts and not poll them every ten minutes forever | ||||
* | poco debugging cont. | friendica | 2013-01-25 | 3 | -8/+24 |
| | |||||
* | upstream fixes, template regeneration | friendica | 2013-01-25 | 209 | -4/+1057 |
| | |||||
* | Putting the final wraps on the backend private message API. This is more or ↵ | friendica | 2013-01-25 | 2 | -77/+93 |
| | | | | less what needs to happen for every data type and get all the SQL code out of the front-end controllers. | ||||
* | api for abook entries | friendica | 2013-01-25 | 1 | -2/+2 |
| | |||||
* | more api functions to help pull business logic out of controller code, in ↵ | friendica | 2013-01-25 | 1 | -0/+18 |
| | | | | this case the often used functions to fetch all contacts or fetch the self contact | ||||
* | this note is old and is time for it to die | friendica | 2013-01-25 | 1 | -2/+0 |
| | |||||
* | add new magic links to activity translations | friendica | 2013-01-25 | 2 | -20/+32 |
| | |||||
* | add tooltip to toggle full screen mode | friendica | 2013-01-25 | 3 | -4/+5 |
| | |||||
* | tweaking z-index on chanview full-page mode so that everything works correctly | friendica | 2013-01-25 | 2 | -6/+6 |
| | |||||
* | ability to make chanview iframe full size (covering source window) and ↵ | friendica | 2013-01-25 | 3 | -2/+18 |
| | | | | shrink it again | ||||
* | fix wall-wall ownername | friendica | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | make all private message functionality api-able | friendica | 2013-01-24 | 2 | -69/+107 |
| | |||||
* | inverted logic on wall-wall check | friendica | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | here's another reason the social graph isn't updating | friendica | 2013-01-24 | 2 | -38/+18 |
| | |||||
* | quick-n-dirty wall-to-wall detection, wasn't working at all - this may be ↵ | friendica | 2013-01-24 | 2 | -52/+9 |
| | | | | overboard or it may still not work at all. | ||||
* | check comment permissions against observer, unbold email subject links for ↵ | friendica | 2013-01-24 | 2 | -16/+13 |
| | | | | read messages | ||||
* | turn down the log noise a bit | friendica | 2013-01-24 | 2 | -24/+31 |
| | |||||
* | turn private_messages_list into backend functionality and separate it from ↵ | friendica | 2013-01-24 | 2 | -45/+54 |
| | | | | the controller | ||||
* | uncomplicate item deletion and fixup all the other linked tables | friendica | 2013-01-24 | 4 | -115/+82 |
| | |||||
* | why oh why is poco_load not getting called? oh - that's why. | friendica | 2013-01-24 | 5 | -25/+24 |
| | |||||
* | Merge pull request #25 from zzottel/master | friendica | 2013-01-24 | 1 | -2/+0 |
|\ | | | | | Reomve KEY commands in database.sql for columns that don't exist anymore | ||||
| * | Merge branch 'master' of https://github.com/zzottel/red | zottel | 2013-01-24 | 0 | -0/+0 |
| |\ | |||||
| | * | remove KEY commands for columns that don't exist anymore | Christian Drechsler | 2013-01-24 | 1 | -2/+0 |
| |/ |/| | |||||
| * | remove KEY commands for columns that don't exist anymore | zottel | 2013-01-24 | 1 | -2/+0 |
|/ | |||||
* | auto permissions (such as for forums or whatever) - untested but might just work | friendica | 2013-01-23 | 6 | -120/+188 |
| | |||||
* | don't use the link colour for non-link things | friendica | 2013-01-23 | 1 | -2/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-01-23 | 1 | -4/+12 |
|\ | |||||
| * | Merge pull request #24 from MicMee/master | Olaf Conradi | 2013-01-23 | 1 | -4/+12 |
| |\ | | | | | | | delete item should now work again - 2nd attempt | ||||
| | * | delete item: change of timestamp last edit | Michael Meer | 2013-01-23 | 1 | -1/+3 |
| | | | |||||
| | * | Merge pull request #1 from friendica/master | MicMee | 2013-01-23 | 49 | -1126/+1334 |
| | |\ | | |/ | |/| | get changes | ||||
| | * | delete of single items should now work again | Michael Meer | 2013-01-23 | 1 | -4/+10 |
| | | | |||||
* | | | plug potential hole in magic auth, add link to chanview to view in dedicated ↵ | friendica | 2013-01-23 | 9 | -39/+77 |
|/ / | | | | | | | window | ||||
* | | icon tweaks | friendica | 2013-01-23 | 3 | -1/+1 |
| | | |||||
* | | @tags sorta work, but we might have an issue with sending zids in @tags | friendica | 2013-01-23 | 1 | -3/+2 |
| | | |||||
* | | make @tags half-ass work | friendica | 2013-01-23 | 2 | -16/+13 |
| | | |||||
* | | this will probably look like crap, but I really want the links to look ↵ | friendica | 2013-01-23 | 1 | -14/+30 |
| | | | | | | | | normal and we don't have a good designer to sort this out and provide a better option and tell me why it sucks - so that's what I'm going to do. | ||||
* | | fix some displayed links that were wonky | friendica | 2013-01-22 | 2 | -4/+9 |
| | | |||||
* | | some poco fixes | friendica | 2013-01-22 | 3 | -45/+43 |
| | | |||||
* | | fixed contactgroup editor | friendica | 2013-01-22 | 4 | -20/+19 |
| | | |||||
* | | fix observer permissions on wall_attach | friendica | 2013-01-22 | 1 | -52/+19 |
| | |