Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
8408851
Adds OCS External Sites Job to retrieve it from the server.
Jan 19, 2018
69f3468
Lists external sites for each user in the main menu.
Jan 19, 2018
ec42878
Adds checkbox to toggle display of external sites list in the menu.
Jan 23, 2018
f48a94b
Saves 'show external sites list' option to the config file.
Jan 23, 2018
9f0c154
Fixes request url - uses the one for all users.
Jan 24, 2018
649f3ff
Changes response parsing for the new request.
Jan 24, 2018
89d7433
Fixes class name in comments and in ifndef.
Jan 26, 2018
08769b2
Adds OcsAppsJob to retrieve apps enabled for the user.
Jan 26, 2018
8ada9d0
List apps for each user in the tray main menu.
Jan 26, 2018
e29953b
Adds show apps option to the config file.
Jan 28, 2018
bf77dba
Adds checkbox 'showApps' to the general settings form.
Jan 28, 2018
9f559c8
Retrieves list of apps and displays it if 'show apps' checkbox is che…
Jan 28, 2018
00cfbe3
Removes external sites/apps configuration from config file.
Feb 19, 2018
f107b33
Removes external sites/apps configuration from general settings.
Feb 19, 2018
c9bc20c
Creates navigation/apps API call class OcsNavigationAppsJob.
Feb 19, 2018
fb080f0
Uses OcsNavigationAppsJob instead of OcsAppsJob and OcsExternalSitesJ…
Feb 19, 2018
61062f9
Adds ocsnavigationapps files to CMakeslists.txt.
Feb 20, 2018
9acb30e
Refactores code to fetch and display sub menu with list from navigati…
Feb 20, 2018
4ffff74
Refactores code and displays nav. apps before Pause/Unpause folders s…
Feb 21, 2018
99d8d05
Compares account menu with the account associated with the action to …
Feb 22, 2018
11d178c
Adds absolute=true param to navigation/apps request.
Mar 3, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adds ocsnavigationapps files to CMakeslists.txt.
Signed-off-by: Camila San <[email protected]>
  • Loading branch information
Camila San committed Feb 20, 2018
commit 61062f98097dbbb2c21599f3aeb578fa90948c2b
3 changes: 1 addition & 2 deletions src/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ set(client_SRCS
logbrowser.cpp
navigationpanehelper.cpp
networksettings.cpp
ocsappsjob.cpp
ocsexternalsitesjob.cpp
ocsnavigationappsjob.cpp
ocsjob.cpp
ocssharejob.cpp
ocsshareejob.cpp
Expand Down