aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photos.php
Commit message (Collapse)AuthorAgeFilesLines
...
* move hidewall to user table - queries are getting too complicated and ↵Friendika2011-07-051-5/+1
| | | | servers falling over
* removed stray debug statementFriendika2011-07-031-1/+2
|
* consolidate perrmisions sql, minor duepuntozero validation fixesFriendika2011-06-301-64/+4
|
* bug #99 - don't show album name/link if photos are privateFriendika2011-06-301-1/+35
|
* allow spaces in @ tagsFriendika2011-06-291-1/+3
|
* do not translate hidden photo album 'Contact Photos' as it may become ↵Friendika2011-06-281-7/+13
| | | | unhidden when different language is used.
* dbg info for photo uploadsFriendika2011-06-281-0/+11
|
* add profile tabs to "photos", "events" and "notes". in dispy, show active tab.Fabio Comuni2011-06-231-9/+25
|
* delete selected itemsFriendika2011-06-151-1/+1
|
* prev/next icons (instead of text) for photosFriendika2011-06-131-2/+2
|
* set permalink on photo tagsFriendika2011-06-081-1/+8
|
* minor fixes to apps (don't show notes if not logged in) and photos (tag ↵Friendika2011-06-081-1/+2
| | | | delete link is leaking to unauthorised users)
* first recently uploaded photo (in 3 hours) to an older existing album, post ↵Friendika2011-06-071-2/+2
| | | | made visible
* make 'visible to everybody' warning toggle correctly in photos and settingsFriendika2011-06-011-0/+26
|
* bug #38 ability to restrict profile, wall, photos from non-friendsFriendika2011-05-281-1/+1
|
* bug #38 posts and photos only visible to friends if so configuredFriendika2011-05-281-0/+11
|
* hooks can't contain direct values, must be variablesFriendika2011-05-211-2/+4
|
* photo upload plugin size limit is not working, call photo_end hooks in any ↵Friendika2011-05-201-0/+2
| | | | error return from mainline so html does not leak into json responses bug #77
* deprecate load_view_fileFriendika2011-05-111-10/+10
|
* bring back load_view_file for dispy templatesFriendika2011-05-101-1/+1
|
* don't use load_view_file() except in email templates and install of htconfig ↵Friendika2011-05-101-10/+10
| | | | - to avoid getting wrong file when package is updated by copying over an older version.
* comment macros showing on photosFriendika2011-05-081-0/+4
|
* set permalink on uploaded photo itemsFriendika2011-05-081-0/+8
|
* Merge pull request #95 from fabrixxm/dispyFriendika2011-05-051-43/+58
|\ | | | | Dispy
| * template for photo displayFabio Comuni2011-05-051-43/+58
| |
* | notify not called on new photo album (first item)Friendika2011-05-031-0/+3
|/
* "firewall" setting - block all public pages from the public if configured to ↵Friendika2011-04-211-0/+10
| | | | do so
* move all message display sub-functions from boot.php into conversation.phpFriendika2011-04-121-2/+5
|
* pull in new 'writable' dfrn flagFriendika2011-04-111-10/+7
|
* comment open/close anomolies in non-English languagesFriendika2011-04-071-0/+2
|
* small fixfabrixxm2011-03-201-1/+1
|
* more thorough cleanup on account/contact removalFriendika2011-03-171-0/+1
|
* share,retweet,relay,forward, whateverFriendika2011-03-161-1/+2
|
* photo album prev/next linksFriendika2011-03-111-2/+35
|
* ability to edit image permissionsFriendika2011-03-091-2/+13
|
* yet another template converted to language neutral formatFriendika2011-03-081-2/+8
|
* yet another templateFriendika2011-02-241-1/+1
|
* move php path setting inside proc_runFriendika2011-02-231-9/+4
|
* Merge branch 'themetests' of https://github.com/fabrixxm/friendika into ↵Friendika2011-02-211-2/+3
|\ | | | | | | fabrixxm-themetests
| * duepuntozero: show desc on image in albumsFabio Comuni2011-02-161-2/+3
| |
* | ajax reload fixesFriendika2011-02-161-3/+6
|/
* wrong return url for ajax comments on display and photos pagesFriendika2011-02-141-1/+1
|
* don't change photo visibility if only album name was changedFriendika2011-02-071-0/+8
|
* Allow to set a photo from albums as profile photoFabio Comuni2011-02-041-1/+2
|
* Merge branch 'photos' of https://github.com/fabrixxm/friendika into ↵Friendika2011-02-031-1/+9
|\ | | | | | | fabrixxm-photos
| * Show lock info on photosFabio Comuni2011-02-031-1/+9
| |
* | allow changing album name in photo edit pageFriendika2011-02-031-6/+14
|/
* Merge branch 'fabrixxm-master'Friendika2011-01-281-7/+6
|\ | | | | | | | | Conflicts: boot.php
| * Added proc_run() and modified all occurrence of proc_close(proc_open()) to ↵fabrixxm2011-01-241-7/+6
| | | | | | | | use proc_run()
* | removed java photo uploader from mainline. Photo uploaders are now plugins, ↵Friendika2011-01-271-31/+79
| | | | | | | | but a single item upload is available by default.