aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* | syntax error from pasted text, remove ^M'sfriendica2012-03-161-96/+96
| |
* | bug #335 network search broken after new ssl policy settingsfriendica2012-03-161-1/+1
|/
* track whether contact is a community page or notfriendica2012-03-152-4/+14
|
* more recycle fixes for plaintextfriendica2012-03-151-1/+1
|
* fix recycle symbol when using plaintext editorfriendica2012-03-151-1/+1
|
* don't allow multiple friends with http/https same person, don't show mail2 ↵friendica2012-03-141-3/+18
| | | | coming soon unless person is allowed to have email contacts
* basic ssl_policy for important modulesfriendica2012-03-149-110/+112
|
* ssl_policy stufffriendica2012-03-142-7/+70
|
* Merge pull request #132 from campino/masterfriendica2012-03-141-104/+140
|\ | | | | Test cases
| * Merge branch 'master' of git://github.com/friendica/friendicaAlexander Kampmann2012-03-145-15/+43
| |\ | | | | | | | | | | | | Conflicts: view/de/strings.php
| * | get_tags tests corrected. They test for the right things now. Alexander Kampmann2012-03-141-6/+7
| | |
| * | get tags test improvedAlexander Kampmann2012-03-121-24/+55
| | |
| * | splitted test cases.Alexander Kampmann2012-03-091-104/+108
| | |
* | | Merge branch 'pull'friendica2012-03-141-1/+1
|\ \ \
| * \ \ Merge https://github.com/friendica/friendica into pullfriendica2012-03-141-1/+1
| |\ \ \
| | * | | PHP Fatal error: Call-time pass-by-reference has been removed in ↵Simon L'nu2012-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod/item.php on line 630 Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
* | | | | addon settings form errorfriendica2012-03-132-2/+2
|/ / / /
* / / / more work on filer, comment level and file tag removalfriendica2012-03-131-0/+21
|/ / /
* | | sort inbox by recently replied conversations firstfriendica2012-03-131-1/+1
| | |
* | | file as widget and basic filing implementation for duepuntozero,slackrfriendica2012-03-132-0/+24
| | | | | | | | | | | | much more work needed - this is just for test/evaluation currently
* | | don't count self in number of contatcsfriendica2012-03-131-4/+2
| | |
* | | Merge branch 'pull'friendica2012-03-137-42/+83
|\ \ \
| * | | Some security against XSRF-attacksTobias Hößl2012-03-123-33/+72
| | | |
| * | | Merge branch 'master' of git://github.com/friendica/friendicaTobias Hößl2012-03-123-9/+16
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' of git://github.com/friendica/friendicaTobias Hößl2012-03-114-9/+31
| |\ \ \
| * \ \ \ Merge branch 'master' of git://github.com/friendica/friendicaTobias Hößl2012-03-0911-100/+149
| |\ \ \ \
| * | | | | A 'PHP Fatal error: Call to a member function getElementsByTagName() on a ↵Tobias Hößl2012-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | non-object in mod/parse_url.php on line 191' occurred when the linked HTML-File doesn't have a HEAD. The HTML-file couln't be link to in the editor therefore.
| * | | | | Mostly some checks in order to avoid Notices; 1 real bugfix in /mod/network.phpTobias Hößl2012-02-281-6/+8
| | | | | |
| * | | | | Merge remote branch 'upstream/master'Tobias Hößl2012-02-285-27/+43
| |\ \ \ \ \
| * | | | | | Avoid noticesTobias Hößl2012-02-281-1/+1
| | | | | | |
| * | | | | | contact.network is used later to check if a direct link or a redirect by ↵Tobias Hößl2012-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | /redir/contactid should be used
* | | | | | | invite potential connectees to the free social webfriendica2012-03-131-1/+7
| |_|_|_|/ / |/| | | | |
* | | | | | backend for "save to file" featurefriendica2012-03-111-7/+14
| | | | | |
* | | | | | community meta tag renamed from "ika"friendica2012-03-112-2/+2
| |_|_|/ / |/| | | |
* | | | | default the text template var on conversationsfriendica2012-03-101-0/+1
| | | | |
* | | | | bug #327 - composed private message is lost if no recip specified.friendica2012-03-101-5/+15
| | | | |
* | | | | allow user to set number of items to show on network pageMichael Johnston2012-03-092-1/+11
| |_|_|/ |/| | |
* | | | recover contacts total count which got lostfriendica2012-03-091-3/+4
| |_|/ |/| |
* | | bug #324 - tinymce used for mail even if editplain being used.friendica2012-03-091-0/+6
| | |
* | | reworked fix from unary for bug #323 (due to incorrect use of ↵friendica2012-03-071-1/+1
| | | | | | | | | | | | array_key_exists())
* | | fix photos after permissions_sql changefriendica2012-03-062-2/+2
| | |
* | | [privacy] rework latest fixfriendica2012-03-061-3/+0
| | |
* | | remove stray debuggingfriendica2012-03-061-2/+2
| | |
* | | fix html reshares when editplain in usefriendica2012-03-061-5/+13
| | |
* | | search should be ok, but a little extra security won't hurtfriendica2012-03-061-1/+1
| | |
* | | [PRIVACY] privacy issue bug #314friendica2012-03-061-2/+5
| | |
* | | bugs #312, #313friendica2012-03-062-35/+33
| | |
* | | some admin page fixes and cleanupfriendica2012-03-051-3/+7
| | |
* | | group: fix create new group formFabio Comuni2012-03-021-0/+1
| | |
* | | Merge remote-tracking branch 'friendica/master' into randomerrorFabio Comuni2012-03-012-4/+25
|\ \ \