Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed scrolling container | John Molakvoæ (skjnldsv) | 2018-07-24 | 2 | -6/+0 |
* | Cleanup structure | John Molakvoæ (skjnldsv) | 2018-07-20 | 1 | -1/+1 |
* | Jsuinit fixes | John Molakvoæ (skjnldsv) | 2018-07-17 | 1 | -3/+10 |
* | Rename "Shares overview" to "Shares" | Morris Jobke | 2018-07-16 | 1 | -1/+1 |
* | Fix share by/with check | John Molakvoæ (skjnldsv) | 2018-07-14 | 1 | -4/+4 |
* | Fixed sharing coding style and display - Added all shares overview | John Molakvoæ (skjnldsv) | 2018-07-13 | 1 | -112/+71 |
* | Tiny start of the share overview | Roeland Jago Douma | 2018-07-13 | 2 | -19/+116 |
* | Fixed jsunit | John Molakvoæ (skjnldsv) | 2018-07-05 | 1 | -2/+2 |
* | Disable sidebar on deleted share | John Molakvoæ (skjnldsv) | 2018-07-05 | 3 | -8/+22 |
* | Js magic for deleted shares | John Molakvoæ (skjnldsv) | 2018-07-05 | 2 | -14/+93 |
* | Fix index.php links | Roeland Jago Douma | 2018-06-20 | 1 | -2/+2 |
* | Move public auth page over | Roeland Jago Douma | 2018-06-20 | 1 | -9/+0 |
* | Move public preview endpoint over | Roeland Jago Douma | 2018-06-20 | 1 | -6/+5 |
* | Remove ellipsis below public text file shares | Morris Jobke | 2018-05-22 | 1 | -0/+4 |
* | Do not add sharePermission logic in JS | Roeland Jago Douma | 2018-04-26 | 1 | -14/+1 |
* | Move external share saving to template | Julius Härtl | 2018-04-05 | 1 | -10/+10 |
* | Move styling and menu handling to publicpage.js | Julius Härtl | 2018-04-05 | 1 | -17/+1 |
* | Fixed ext share style and use varable for popover height | John Molakvoæ (skjnldsv) | 2018-03-07 | 1 | -6/+0 |
* | Improved inline confirm icon with opacity and fixed ext share loading state | John Molakvoæ (skjnldsv) | 2018-03-07 | 1 | -19/+21 |
* | Show share owner avatars on all file lists | Julius Härtl | 2018-02-09 | 1 | -0/+4 |
* | Fix closing menu on second click in sharing page | Daniel Calviño Sánchez | 2017-12-21 | 1 | -2/+5 |
* | recycle SharedFileInfo values in fileInfo | Arthur Schiwon | 2017-11-23 | 1 | -1/+21 |
* | rip out obsolete recipientsDisplayName | Arthur Schiwon | 2017-11-23 | 2 | -41/+16 |
* | adjust tests and apply sorting | Arthur Schiwon | 2017-11-23 | 2 | -1/+9 |
* | Fix avatars in file rows of incoming shares | Arthur Schiwon | 2017-11-23 | 2 | -0/+2 |
* | fix avatars in file rows of outgoing shares | Arthur Schiwon | 2017-11-23 | 2 | -2/+6 |
* | Fix Scrutinizer issue | Jan-Christoph Borchardt | 2017-11-02 | 1 | -1/+2 |
* | Clicking publicly shared image opens direct preview url | Jan-Christoph Borchardt | 2017-11-01 | 1 | -4/+5 |
* | Use standard way of showing and hiding popover menu | Jan-Christoph Borchardt | 2017-11-01 | 1 | -2/+2 |
* | Show and hide menu via Javascript, thanks @skjnldsv | Jan-Christoph Borchardt | 2017-11-01 | 1 | -0/+14 |
* | Do not iterate over the files | Daniel Calviño Sánchez | 2017-08-18 | 1 | -5/+4 |
* | Replace fileName variable with data.files[0].name | Daniel Calviño Sánchez | 2017-08-18 | 1 | -8/+6 |
* | Update the whole file item instead of only its contents | Daniel Calviño Sánchez | 2017-08-18 | 1 | -7/+8 |
* | Remove "errorThrown" parameter | Daniel Calviño Sánchez | 2017-08-18 | 1 | -1/+1 |
* | fix 'add to your nextcloud' input field, this is not an email address | Bjoern Schiessle | 2017-06-13 | 1 | -1/+1 |
* | some small refactoring and reformating | Artur Neumann | 2017-04-27 | 1 | -6/+16 |
* | use jqXHR.fail() to check for failures | Artur Neumann | 2017-04-27 | 1 | -10/+9 |
* | Fix share indicator handling | Vincent Petry | 2017-04-26 | 1 | -7/+10 |
* | Merge pull request #4212 from individual-it/master | Joas Schilling | 2017-04-20 | 1 | -38/+50 |
|\ | |||||
| * | refactor to make it easier to test | Artur Neumann | 2017-04-18 | 1 | -45/+50 |
| * | validate file name before uploading in upload only folder | Artur Neumann | 2017-04-05 | 1 | -1/+8 |
* | | Fix AdBlock blocking share icon, ref #866 | Jan-Christoph Borchardt | 2017-04-12 | 3 | -8/+7 |
* | | share api expanded by tags (#26583) | Michael Jobst | 2017-04-11 | 1 | -6/+9 |
* | | Do reload shared views | Roeland Jago Douma | 2017-04-11 | 1 | -0/+6 |
|/ | |||||
* | Combine additional files_sharing scripts | Roeland Jago Douma | 2017-03-24 | 1 | -0/+5 |
* | shares-circles | Maxence Lange | 2017-03-17 | 1 | -0/+2 |
* | Always enable avatars | Morris Jobke | 2017-02-13 | 1 | -1/+1 |
* | Fixed sharing js | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -1/+1 |
* | Fixed size issues on main detail view and disappearing of share recipients (#... | Michael Jobst | 2016-12-23 | 1 | -8/+20 |
* | Display link share icon when toggling share | Roeland Jago Douma | 2016-11-30 | 1 | -1/+10 |