Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow spaces in @ tags | Friendika | 2011-06-29 | 1 | -6/+14 |
| | |||||
* | new item view, sort by received date - not posted date. | Friendika | 2011-06-23 | 1 | -2/+4 |
| | |||||
* | don't allow tags in app source | Friendika | 2011-06-23 | 1 | -1/+1 |
| | |||||
* | friendika-z initial implementation | Friendika | 2011-06-23 | 1 | -0/+1 |
| | |||||
* | item source | Friendika | 2011-06-20 | 1 | -2/+6 |
| | |||||
* | api post sort of working - output status,user need to be swapped | Friendika | 2011-06-19 | 1 | -0/+2 |
| | |||||
* | avoid race condition on delete checked items | Friendika | 2011-06-16 | 1 | -0/+2 |
| | |||||
* | delete selected items | Friendika | 2011-06-15 | 1 | -96/+9 |
| | |||||
* | Dear $username not expanded/replaced in text emails | Friendika | 2011-06-14 | 1 | -0/+4 |
| | |||||
* | remove event if attached item is deleted | Friendika | 2011-06-08 | 1 | -0/+11 |
| | |||||
* | events, continued. Also better regex matching accounting for empty elements | Friendika | 2011-06-07 | 1 | -2/+2 |
| | |||||
* | small fixes to item post to try and sort out segfault issues on php 5.3 (?) | Friendika | 2011-05-29 | 1 | -4/+7 |
| | |||||
* | don't reset photo permissions unless photo has owner-only permissions | Friendika | 2011-05-27 | 1 | -1/+13 |
| | |||||
* | sort out a couple of email notify issues | Friendika | 2011-05-25 | 1 | -14/+14 |
| | |||||
* | remove debug line | Friendika | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | file attachments | Friendika | 2011-05-25 | 1 | -4/+49 |
| | |||||
* | bug #85 | Friendika | 2011-05-23 | 1 | -0/+5 |
| | |||||
* | add info() function. Works like notice() but show messages in a div with ↵ | Fabio Comuni | 2011-05-23 | 1 | -1/+1 |
| | | | | | | | class info-message. update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themes | ||||
* | removed buggy debug code ;) | Friendika | 2011-05-22 | 1 | -3/+0 |
| | |||||
* | fixed a couple of bugs | Chris Case | 2011-05-21 | 1 | -16/+19 |
| | |||||
* | merged multipart email changes | Chris Case | 2011-05-21 | 1 | -79/+106 |
|\ | |||||
| * | deprecate load_view_file | Friendika | 2011-05-11 | 1 | -2/+2 |
| | | |||||
| * | configurable FB poll interval, default 1hr. | Friendika | 2011-05-02 | 1 | -1/+2 |
| | | |||||
| * | lots of facebook fixes | Friendika | 2011-04-26 | 1 | -1/+2 |
| | | |||||
| * | email integration, cont. | Friendika | 2011-04-17 | 1 | -7/+10 |
| | | |||||
| * | set utf-8 on all emails | Friendika | 2011-04-14 | 1 | -2/+9 |
| | | |||||
| * | Merge branch 'gettext' of https://github.com/fabrixxm/friendika into ↵ | Friendika | 2011-03-18 | 1 | -7/+7 |
| |\ | | | | | | | | | | fabrixxm-gettext | ||||
| | * | Update more strings | Fabio Comuni | 2011-03-18 | 1 | -1/+1 |
| | | | |||||
| | * | Fix spaces around t() and tt() | fabrixxm | 2011-03-13 | 1 | -2/+2 |
| | | | |||||
| | * | update source strings | fabrixxm | 2011-03-11 | 1 | -7/+7 |
| | | | |||||
| * | | rework post editing a bit | Friendika | 2011-03-18 | 1 | -77/+79 |
| | | | |||||
| * | | edit posting after submission | Friendika | 2011-03-18 | 1 | -1/+47 |
| | | | |||||
| * | | protect tags from double expansion during RT | Friendika | 2011-03-16 | 1 | -0/+4 |
| | | | |||||
| * | | content expiration | Friendika | 2011-03-15 | 1 | -1/+1 |
| |/ | |||||
* / | image updates | Chris Case | 2011-05-21 | 1 | -1/+109 |
|/ | |||||
* | status.net mentions to non-followers require the numeric profile URL, not ↵ | Friendika | 2011-02-26 | 1 | -0/+13 |
| | | | | the nickname profile URL. Though it works when they are a follower. | ||||
* | move php path setting inside proc_run | Friendika | 2011-02-23 | 1 | -8/+2 |
| | |||||
* | ajax reload fixes | Friendika | 2011-02-16 | 1 | -2/+9 |
| | |||||
* | properly handle error returns in post w/ajax | Friendika | 2011-02-16 | 1 | -4/+9 |
| | |||||
* | small fixes | Friendika | 2011-02-16 | 1 | -1/+1 |
| | |||||
* | provide permalink for posts, include permalinks in feeds and imported from feeds | Friendika | 2011-02-16 | 1 | -1/+2 |
| | |||||
* | ajax comments | Friendika | 2011-02-14 | 1 | -0/+3 |
| | |||||
* | preliminary ajax comment setups | Friendika | 2011-02-12 | 1 | -1/+3 |
| | |||||
* | post permission hooks | Friendika | 2011-02-09 | 1 | -0/+2 |
| | |||||
* | more graceful handling of some statusnet followups | Friendika | 2011-02-08 | 1 | -5/+7 |
| | |||||
* | modify tag handling and replies to stnet | Friendika | 2011-02-08 | 1 | -1/+21 |
| | |||||
* | more error checking on posts | Friendika | 2011-02-04 | 1 | -10/+20 |
| | |||||
* | post to email recips (backend) | Friendika | 2011-01-31 | 1 | -2/+29 |
| | |||||
* | more debugging to see if the google push hub is even trying to publish our ↵ | Friendika | 2011-01-30 | 1 | -0/+1 |
| | | | | content. | ||||
* | Added proc_run() and modified all occurrence of proc_close(proc_open()) to ↵ | fabrixxm | 2011-01-24 | 1 | -4/+3 |
| | | | | use proc_run() |