Skip to content
Snippets Groups Projects

#315 - export all follows as CSV

Merged #315 - export all follows as CSV
1 unresolved thread
Merged Dave LiPuma requested to merge Dave/pleroma-fe:issue-315-csv-export into develop
1 unresolved thread

Issue #315 (closed)

Export to csv to return all Follows, not the paginated result.

Merge request reports

Pipeline #7229 passed

Pipeline passed for bd24c615 on Dave:issue-315-csv-export

Merged by Shpuld ShpludsonShpuld Shpludson 6 years ago (Feb 7, 2019 3:42pm UTC)

Loading

Pipeline #7232 passed

Pipeline passed for 05ef0432 on develop

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
247 247 .then((data) => parseUser(data))
248 248 }
249 249
250 const fetchFriends = ({id, page, credentials}) => {
250 const fetchFriends = ({id, page, isExport, credentials}) => {
251 251 let url = `${FRIENDS_URL}?user_id=${id}`
252 252 if (page) {
253 253 url = url + `&page=${page}`
254 254 }
255 if (isExport !== undefined) {
  • @shpuld you are right. Before the back-end work, I tried to send true/false always. But since there's default value on the BE, we don't need to send false anymore. I will update the PR.

  • Dave LiPuma added 1 commit

    added 1 commit

    Compare with previous version

  • Contributor

    shoot i just thought to search for existing MRs before making my own

    i just made !545 (closed) which just deals with the pagination entirely on the frontend

  • nik mentioned in merge request !545 (closed)

    mentioned in merge request !545 (closed)

  • Dave LiPuma added 1 commit

    added 1 commit

    Compare with previous version

  • Dave LiPuma added 1 commit

    added 1 commit

    Compare with previous version

  • mentioned in commit 05ef0432

  • Please register or sign in to reply
    Loading