Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move federated sharing routes to the federatedfilesharingapp | Roeland Jago Douma | 2016-08-28 | 5 | -165/+162 |
| | | | | | | | | * Move routes to app * Move routes over to the AppFramework * Fix tests There is plenty of stuff to fix properly here. But out of scope for now. | ||||
* | Merge pull request #976 from nextcloud/downstream-25702 | Lukas Reschke | 2016-08-28 | 4 | -8/+19 |
|\ | | | | | Hide the LDAP password in the client side | ||||
| * | Hide the LDAP password in the client side | Juan Pablo Villafáñez | 2016-08-19 | 4 | -8/+19 |
| | | | | | | | | | | Connection checks will be done by using the configuration id, with the stored password. LDAP password won't be sent to the client. | ||||
* | | Merge pull request #847 from nextcloud/quota-mount-in-homefolder | Lukas Reschke | 2016-08-28 | 1 | -1/+1 |
|\ \ | | | | | | | fix quota calculation when a filesystem is mounted in a user home | ||||
| * | | fix quota calculation when a filesystem is mounted in a user home | Robin Appelman | 2016-08-12 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1093 from nextcloud/mail-fontstack | Raghu Nayyar | 2016-08-28 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | use proper font stack for email | ||||
| * | | | use proper font stack for email | Jan-Christoph Borchardt | 2016-08-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #1105 from nextcloud/usermenu-ordering | Raghu Nayyar | 2016-08-28 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | fix ordering of user menu entries | ||||
| * | | | | fix ordering of user menu entries | Jan-Christoph Borchardt | 2016-08-27 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Merge pull request #1097 from nextcloud/2fa-cancel-login-styling | Jan-Christoph Borchardt | 2016-08-27 | 1 | -2/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Small design fixes for "Cancel login" link on the 2FA challenge page | ||||
| * | | | | | fix double semicolon | Jan-Christoph Borchardt | 2016-08-27 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | 2fa cancel login styling | Christoph Wurst | 2016-08-27 | 1 | -2/+4 |
| | | | | | | |||||
* | | | | | | Merge pull request #1103 from nextcloud/improve-theming-performance | Jan-Christoph Borchardt | 2016-08-27 | 3 | -10/+107 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Increase theming performance | ||||
| * | | | | | | Use temporary file as cache | Lukas Reschke | 2016-08-27 | 2 | -4/+16 |
| | | | | | | | |||||
| * | | | | | | Increase theming performance | Lukas Reschke | 2016-08-27 | 3 | -7/+92 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Set proper caching headers (`Pragma: cache`) 2. Resize image proportionally to a max size of 1920px 3. Store images with progressive mode This resizes a previous 2.8 MB picture to 300kb and makes it rendering going down from 11 seconds to less than 1 here. And future requests won't have to download the file newly. | ||||
* | | | | | | | Merge pull request #1098 from nextcloud/2fa-challenge-styling | Jan-Christoph Borchardt | 2016-08-27 | 3 | -32/+38 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | 2fa challenge styling | ||||
| * | | | | | | | list 2FA providers as buttons | Christoph Wurst | 2016-08-27 | 3 | -5/+8 |
| | | | | | | | | |||||
| * | | | | | | | use centered h2 for 2FA page headers | Christoph Wurst | 2016-08-27 | 3 | -22/+26 |
| | | | | | | | | |||||
| * | | | | | | | fix 2fa challenge page wording | Christoph Wurst | 2016-08-27 | 2 | -3/+2 |
| | | | | | | | | |||||
| * | | | | | | | reorder 2fa challenge HTML | Christoph Wurst | 2016-08-27 | 1 | -7/+7 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #1054 from nextcloud/less-cache-hits | Lukas Reschke | 2016-08-27 | 5 | -18/+34 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Reduce the number of cache operations for dav operations | ||||
| * | | | | | | | optimize getUserFolder for the common case | Robin Appelman | 2016-08-25 | 1 | -11/+6 |
| | | | | | | | | |||||
| * | | | | | | | cache user folders | Robin Appelman | 2016-08-25 | 3 | -16/+28 |
| | | | | | | | | |||||
| * | | | | | | | cache root id in mountpoint | Robin Appelman | 2016-08-25 | 1 | -1/+5 |
| | | | | | | | | |||||
| * | | | | | | | reuse the userfolder's fileinfo when possible during dav setup | Robin Appelman | 2016-08-25 | 1 | -1/+6 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #968 from Faldon/fixing_spinner_animation | Lukas Reschke | 2016-08-27 | 1 | -5/+28 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Fixing infinite spinner animation | ||||
| * | | | | | | | Fixing infinite spinner animation | Thomas Pulzer | 2016-08-19 | 1 | -5/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setupMainMenu() & setupUserMenu(): Changed click delegate to add the spinner animation only the primary mouse button was clicked without ctrl- or meta-key modifier Adding mouseup delegate to hide the menu if the middle mouse button was clicked. Redone #778 | ||||
* | | | | | | | | Merge pull request #1058 from nextcloud/avatarController_cleanup | Lukas Reschke | 2016-08-27 | 3 | -116/+106 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | Avatar controller cleanup | ||||
| * | | | | | | | Remove unused core wrappers | Roeland Jago Douma | 2016-08-25 | 1 | -20/+0 |
| | | | | | | | | |||||
| * | | | | | | | AvatarController cleanup | Roeland Jago Douma | 2016-08-25 | 3 | -96/+106 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use all DI components * Let the AppFramework resolve the AvatarController * Update unit tests * Unit tests no longer require DB | ||||
* | | | | | | | | Merge pull request #1091 from nextcloud/theming-title-preview | Lukas Reschke | 2016-08-27 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Theming: Preview instance name in page title | ||||
| * | | | | | | | Theming: Preview for page title | Julius Haertl | 2016-08-26 | 1 | -0/+3 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #1088 from nextcloud/core_tags_cleanup | Lukas Reschke | 2016-08-26 | 4 | -168/+0 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Tag cleanup | ||||
| * | | | | | | | Autoloader update | Roeland Jago Douma | 2016-08-26 | 2 | -2/+0 |
| | | | | | | | | |||||
| * | | | | | | | Remove the core tag routes since they are broken | Roeland Jago Douma | 2016-08-26 | 2 | -166/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Private internal stuff that nobody *should* be using anyways. But on top of that already broken for a long time. So nobody could be using it even. | ||||
* | | | | | | | | Merge pull request #1031 from nextcloud/2fa-infinite-redirect-loop | Joas Schilling | 2016-08-26 | 9 | -15/+71 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | prevent infinite redirect loops if the there is no 2fa provider to pass | ||||
| * | | | | | | | | prevent infinite redirect loops if the there is no 2fa provider to pass | Christoph Wurst | 2016-08-24 | 9 | -15/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes infinite loops that are caused whenever a user is about to solve a 2FA challenge, but the provider app is disabled at the same time. Since the session value usually indicates that the challenge needs to be solved before we grant access we have to remove that value instead in this special case. | ||||
* | | | | | | | | | Merge pull request #1085 from nextcloud/fix-ffs-sharing-syntax | Roeland Jago Douma | 2016-08-26 | 5 | -355/+10 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix the syntax of the federation ID share buttons | ||||
| * | | | | | | | | | Reorder the buttons by importance | Joas Schilling | 2016-08-26 | 4 | -353/+8 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix more HTML "syntax" | Joas Schilling | 2016-08-26 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | FIx the syntax of the buttons | Joas Schilling | 2016-08-26 | 1 | -1/+1 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #771 from nextcloud/theming-fixes | Roeland Jago Douma | 2016-08-26 | 5 | -17/+146 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Theming: Fix missing color usage | ||||
| * | | | | | | | | Make federadedfilesharing button match the theming values | Julius Haertl | 2016-08-26 | 2 | -13/+23 |
| | | | | | | | | | |||||
| * | | | | | | | | Theming: Adjust jquery ui elements | Julius Haertl | 2016-08-26 | 2 | -2/+46 |
| | | | | | | | | | |||||
| * | | | | | | | | Theming: colorize primary buttons | Julius Haertl | 2016-08-26 | 2 | -2/+75 |
| | | | | | | | | | |||||
| * | | | | | | | | Remove internal from getThemingDefaults | Julius Haertl | 2016-08-26 | 1 | -1/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | Theming: fix federated sharing button color | Julius Haertl | 2016-08-26 | 2 | -1/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #1053 from nextcloud/set-quota-non-int | Lukas Reschke | 2016-08-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fix setting quota to default or unlimited | ||||
| * | | | | | | | | | fix setting quota to default or unlimited | Robin Appelman | 2016-08-25 | 1 | -1/+1 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #1077 from nextcloud/sharee_ocs_appframework | Lukas Reschke | 2016-08-26 | 3 | -93/+79 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Sharee API to AppFramework |