Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | comanchify all the simple cases - those that only load a profile. Rework ↵ | friendica | 2013-12-11 | 1 | -1/+6 |
| | | | | permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using. | ||||
* | cleanup and Comanchification of mod_profile | friendica | 2013-12-10 | 1 | -0/+3 |
| | |||||
* | mod channel is now Comanchified | friendica | 2013-12-10 | 1 | -0/+31 |
| | |||||
* | we're almost ready to turn on comanche for mod_network. All the widgets are ↵ | friendica | 2013-12-10 | 1 | -1/+66 |
| | | | | done. | ||||
* | comanchify the savedsearch widget | friendica | 2013-12-09 | 2 | -0/+97 |
| | |||||
* | turn private notes into a feature | friendica | 2013-12-09 | 2 | -0/+4 |
| | |||||
* | Merge branch 'master' of https://github.com/git-marijus/red | friendica | 2013-12-09 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: view/theme/redbasic/css/style.css | ||||
| * | saved search icon work and bugfixes for #tags not beeing deletable and save ↵ | marijus | 2013-12-10 | 1 | -1/+1 |
| | | | | | | | | button showing if saved search is disabled | ||||
* | | notes widget | friendica | 2013-12-09 | 1 | -0/+14 |
|/ | |||||
* | some work on modularising the default profile photo so we can make them site ↵ | friendica | 2013-12-09 | 3 | -9/+7 |
| | | | | selectable. Also red != friendica so we don't need all these friendica logos taking up space | ||||
* | more comanchisation (I declare this to be a word) | friendica | 2013-12-09 | 1 | -0/+13 |
| | |||||
* | migrate follow widget to comanche and remove obsolete mod/intro.php | friendica | 2013-12-09 | 2 | -26/+30 |
| | |||||
* | suggestion widget tweaked to make it comanche capable. Remove old versions ↵ | friendica | 2013-12-08 | 3 | -55/+62 |
| | | | | of specs that are so obsolete it isn't funny. Zot protocol reference is in red's github wiki, and in the code. We should move the github copy to /doc once it is updated to match the code. There's no point in documenting dfrn in the red code base. | ||||
* | starting on the journey to comanche everywhere - beginning with widget ↵ | friendica | 2013-12-08 | 2 | -2/+10 |
| | | | | conversions. There are approximately 20 which need to be wrapped for accessibility to comanche. | ||||
* | post_activity_item issues | friendica | 2013-12-07 | 3 | -5/+29 |
| | |||||
* | finish ACL's in personal menus | friendica | 2013-12-07 | 2 | -16/+64 |
| | |||||
* | show a clean url in the hovertip for suggested friends | friendica | 2013-12-06 | 1 | -0/+1 |
| | |||||
* | add some entropy | friendica | 2013-12-06 | 1 | -2/+13 |
| | |||||
* | suggestion widget | friendica | 2013-12-06 | 2 | -1/+46 |
| | |||||
* | yeah - that's what I'm going to do. we'll just keep system notifications. If ↵ | friendica | 2013-12-06 | 1 | -3/+0 |
| | | | | somebody wants web pages for the others we'll start fresh. It's easier than starting with curfty friendica code that doesn't work anymore and will never work without starting over. | ||||
* | some code cleanup - gad I forgot what a mess the "other" notifications tabs ↵ | friendica | 2013-12-06 | 1 | -1/+1 |
| | | | | (everything but system) were in. Maybe I'll just remove them so we can start over. | ||||
* | move profile tabs and network/matrix tabs to include/conversation | friendica | 2013-12-05 | 2 | -73/+184 |
| | |||||
* | issue #225 | friendica | 2013-12-05 | 1 | -6/+28 |
| | |||||
* | generate a small amount of entropy to avoid duplicate notifications from ↵ | friendica | 2013-12-04 | 1 | -0/+4 |
| | | | | essentially simultaneous deliveries. | ||||
* | add icon_trnalsate | friendica | 2013-12-04 | 1 | -0/+3 |
| | |||||
* | add poco and follow to default xchan creation | friendica | 2013-12-04 | 1 | -1/+2 |
| | |||||
* | include re-organisation and more doco, post_to_red fix ampersands in categories | friendica | 2013-12-04 | 2 | -25/+40 |
| | |||||
* | add hooks to zot-finger and import_xchan | friendica | 2013-12-03 | 1 | -0/+3 |
| | |||||
* | more documentation work | friendica | 2013-12-03 | 1 | -75/+106 |
| | |||||
* | on successful magic-auth, put remote_service_class and remote_hub into the ↵ | friendica | 2013-12-03 | 1 | -0/+2 |
| | | | | session | ||||
* | reorganise a few included functions - notably identity related functions | friendica | 2013-12-03 | 3 | -125/+768 |
| | |||||
* | ensure that every imported channel has a primary hubloc | friendica | 2013-12-02 | 1 | -0/+16 |
| | |||||
* | refactor magic-auth | friendica | 2013-12-02 | 2 | -80/+1 |
| | |||||
* | trimmed style.css by a few hundred lines. Needs many more such efforts | friendica | 2013-12-01 | 1 | -103/+0 |
| | |||||
* | get rid of deprecated post_url() function | friendica | 2013-12-01 | 1 | -102/+2 |
| | |||||
* | remove hook logging - too noisy | friendica | 2013-12-01 | 1 | -1/+1 |
| | |||||
* | get rid of fetch_url - post_url will be a bit harder as several plugins need ↵ | friendica | 2013-12-01 | 2 | -154/+7 |
| | | | | to be updated | ||||
* | deprecate a->get_curl_code() and $a->get_curl_headers() | friendica | 2013-12-01 | 3 | -379/+19 |
| | |||||
* | hooks getting called twice | friendica | 2013-11-30 | 1 | -1/+3 |
| | |||||
* | quite a bit of work on default acl permissions and various acl quirks | friendica | 2013-11-29 | 1 | -11/+11 |
| | |||||
* | allow themes to mess with the navbar contents without a custom template. ↵ | friendica | 2013-11-28 | 2 | -4/+40 |
| | | | | | | | | | | | | It's done as a callback using a transient plugin hook. For instance to get rid of the notifications link: insert_hook('nav','strip_notify'); function strip_notify($a,&$b) { unset($b['nav']['notifications']); } | ||||
* | make the template processor (e.g. replace_macros) pluggable | friendica | 2013-11-28 | 1 | -1/+4 |
| | |||||
* | doco | friendica | 2013-11-28 | 1 | -6/+21 |
| | |||||
* | item store hooks | friendica | 2013-11-28 | 2 | -0/+24 |
| | |||||
* | doco | friendica | 2013-11-28 | 1 | -6/+41 |
| | |||||
* | only list undeleted hublocs in zot_finger | friendica | 2013-11-28 | 1 | -4/+7 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-28 | 1 | -3/+3 |
|\ | |||||
| * | Plurals for conversation.php | Olivier Migeot | 2013-11-28 | 1 | -3/+3 |
| | | |||||
* | | zot doco | friendica | 2013-11-28 | 1 | -17/+96 |
|/ | |||||
* | synchronise deletion of comments between red and wp | friendica | 2013-11-28 | 1 | -0/+10 |
| |