aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* API: provide a link to photo albums in api/red/albumsfriendica2014-01-221-1/+5
|
* Merge https://github.com/friendica/red into zpullfriendica2014-01-222-7/+10
|\
| * Merge pull request #279 from git-marijus/masterfriendica2014-01-222-5/+5
| |\ | | | | | | make network tabs regard selected group (collection) and vice versa
| | * update argument ?f=marijus2014-01-221-2/+2
| | |
| | * make network tabs regard selected group (collection) and vice versamarijus2014-01-222-4/+4
| | |
| * | Give pages enough to construct a share button.Thomas Willingham2014-01-221-2/+5
| |/
* / try to reduce the number of simulaneous deliveries of the same post when ↵friendica2014-01-222-15/+42
|/ | | | dealing with owner relays that have more than one channel instance. If things melt down in the next few hours and I'm not available please revert this. I've reviewed a few times and think it's OK, but this part of the delivery code is traditionally touchy.
* fix location of string file in Translations.md, fix some permissions and ↵friendica2014-01-211-15/+24
| | | | owner vagueness (potential bugs) in profile_tabs()
* seems you can't easily have a blank password for DAV guests, so the guest ↵friendica2014-01-211-0/+6
| | | | password is now +++
* add the quota and volume size codefriendica2014-01-211-1/+29
|
* fix the admin interface to pending registrationsfriendica2014-01-211-2/+2
|
* sql errorfriendica2014-01-211-1/+1
|
* added buttons to perform later hubloc actionsMichael Meer2014-01-201-1/+1
|
* zidify audio/video linksfriendica2014-01-201-7/+14
|
* revert 26dfcecf054e1friendica2014-01-191-6/+2
|
* Prevent zids messing up davThomas Willingham2014-01-201-3/+5
|
* Fix dav directory creation.Thomas Willingham2014-01-201-2/+3
|
* Merge https://github.com/friendica/red into zpullfriendica2014-01-184-3/+16
|\
| * vcard widget needs to include Contact if it's not included from the module ↵Thomas Willingham2014-01-181-0/+1
| | | | | | | | that calls it.
| * Merge branch 'master' of https://github.com/friendica/redThomas Willingham2014-01-171-0/+9
| |\
| | * Merge pull request #274 from zzottel/masterfriendica2014-01-171-0/+9
| | |\ | | | | | | | | set jsAvailable cookie expire time to match PHPSESSID's
| | | * set jsAvailable cookie expire time to match PHPSESSID'szottel2014-01-171-0/+9
| | | |
| * | | Missed these from git add...a year agoThomas Willingham2014-01-171-0/+2
| |/ /
| * / Un-break dav auth.Thomas Willingham2014-01-171-3/+4
| |/
* / some more bookmark infrastructure plus a doc updatefriendica2014-01-181-9/+44
|/
* prevent zid's from reaching the DAV core code.friendica2014-01-161-1/+1
|
* Merge remote-tracking branch 'upstream/master'Thomas Willingham2014-01-152-19/+53
|\
| * fix folder timestamps and change them when a child DAV file is written tofriendica2014-01-151-5/+31
| |
| * dav: throw exception if channel for requested DAV directory is deletedfriendica2014-01-152-14/+22
| |
* | Log failed auth to it's own file so fail2ban doesn't have to parse MB of textThomas Willingham2014-01-151-2/+15
|/
* mod_attach: output stream wasn't workingfriendica2014-01-113-1/+7
|
* DAV put() issuesfriendica2014-01-101-1/+6
|
* fix cloud path in filestorage edit pagefriendica2014-01-101-1/+1
|
* other reddav issues, but probably won't fix the empty filefriendica2014-01-101-4/+5
|
* this may fix filesize 0 issuesfriendica2014-01-101-3/+3
|
* break delivery loop if an item is deleted twicefriendica2014-01-102-2/+9
|
* Merge pull request #260 from zzottel/masterfriendica2014-01-101-2/+3
|\ | | | | Small fix
| * fix the fix (can't work on query if it hasn't been added to $dest yet)zottel2014-01-101-2/+3
| |
* | directory creation error, display localtimes on cloud webpage, doc updatesfriendica2014-01-102-3/+7
|/
* mod_filestorage: provide a URL for linking to webpages and other websitesfriendica2014-01-091-0/+45
|
* only let visitors remove their own files.friendica2014-01-092-10/+22
|
* add cloud link to profile_tabs and Comanchify the suckerfriendica2014-01-091-0/+9
|
* add link from DAV web ui to filestorage to set properties or delete or whateverfriendica2014-01-091-0/+8
|
* wrap the web interface to DAV in a Red page. This is before we make the ↵friendica2014-01-091-0/+181
| | | | strings translateable and put it in a template.
* simplify permalink selection logicfriendica2014-01-094-5/+7
|
* some minor cleanup on plinks for some very subtle permissions issuesfriendica2014-01-094-8/+19
|
* process str_replace before urlencodingfriendica2014-01-091-1/+1
|
* Merge https://github.com/friendica/red into zpullfriendica2014-01-093-5/+11
|\
| * use display/ plinks for commentszottel2014-01-091-3/+2
| |
| * use plinks instead of llinks on network/ and channel/ pages, though not inzottel2014-01-091-1/+1
| | | | | | | | mode network-new (network/new and network/search)