Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Use recipient display names when updating shares in the UI | Vincent Petry | 2014-06-04 | 2 | -27/+52 | |
| * | Multiple fixes to sharing overview | Vincent Petry | 2014-06-03 | 1 | -5/+5 | |
| * | More unit tests and fixes for share | Vincent Petry | 2014-06-02 | 2 | -15/+166 | |
| * | Added unit tests for share.js and share icon | Vincent Petry | 2014-06-02 | 1 | -13/+3 | |
| * | Update share action text to display owner/recipients | Vincent Petry | 2014-06-02 | 1 | -32/+63 | |
* | | Merge pull request #8701 from owncloud/slide-up-toggle | Bernhard Posselt | 2014-06-04 | 1 | -0/+76 | |
|\ \ | ||||||
| * | | disable dynamic slide toggle by default and offer a way to enable it | Bernhard Posselt | 2014-05-26 | 1 | -3/+15 | |
| * | | rename to apps.js | Bernhard Posselt | 2014-05-26 | 1 | -0/+0 | |
| * | | query buttons on every click to not worry about weird edge case scenarios | Bernhard Posselt | 2014-05-24 | 1 | -19/+5 | |
| * | | use different ns | Bernhard Posselt | 2014-05-24 | 1 | -1/+1 | |
| * | | allow apps to add buttons on runtime without negatively impacting performance | Bernhard Posselt | 2014-05-24 | 1 | -4/+17 | |
| * | | add ; to make jshint happy | Bernhard Posselt | 2014-05-23 | 1 | -1/+1 | |
| * | | remove unecessary parenths | Bernhard Posselt | 2014-05-23 | 1 | -2/+2 | |
| * | | add a slideup mechanism | Bernhard Posselt | 2014-05-23 | 1 | -0/+65 | |
* | | | Merge pull request #8468 from owncloud/remove-infieldlabels | Jan-Christoph Borchardt | 2014-06-04 | 4 | -183/+459 | |
|\ \ \ | ||||||
| * | | | move to updated version of placeholder | Morris Jobke | 2014-06-03 | 1 | -0/+459 | |
| * | | | infield label removal: remove JS file and references to it | Jan-Christoph Borchardt | 2014-06-03 | 3 | -183/+0 | |
* | | | | Merge pull request #8264 from owncloud/app-enable-by-group | icewind1991 | 2014-06-03 | 1 | -3/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | remove +3 in multiselect.js | Thomas Müller | 2014-06-03 | 1 | -3/+3 | |
| * | | | Trigger change event on multiselect change | Robin Appelman | 2014-06-03 | 1 | -0/+1 | |
* | | | | Merge pull request #8827 from owncloud/add-sqlite-info | Thomas Müller | 2014-06-03 | 1 | -0/+5 | |
|\ \ \ \ | ||||||
| * | | | | add info about sqlite on setup apge | Morris Jobke | 2014-06-02 | 1 | -0/+5 | |
| |/ / / | ||||||
* | | | | Merge pull request #7151 from owncloud/user-jquery | Thomas Müller | 2014-06-03 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | cleanup | Arthur Schiwon | 2014-06-02 | 1 | -1/+0 | |
| * | | | | refactor delete handling and apply it to users and groups | Arthur Schiwon | 2014-06-02 | 1 | -0/+1 | |
| * | | | | add Last Login column | Arthur Schiwon | 2014-06-02 | 1 | -0/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #7485 from owncloud/scrutinizer_fix_1_kondou | Morris Jobke | 2014-06-03 | 16 | -79/+166 | |
|\ \ \ \ | ||||||
| * | | | | Fix a typo | kondou | 2014-06-02 | 1 | -1/+1 | |
| * | | | | Add some more spaces for operators | kondou | 2014-06-02 | 1 | -4/+4 | |
| * | | | | Some readability improvements | kondou | 2014-06-02 | 2 | -3/+3 | |
| * | | | | Scrutinizer cleanup | kondou | 2014-06-02 | 16 | -79/+166 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #8820 from owncloud/design-details | Frank Karlitschek | 2014-06-02 | 2 | -7/+15 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | fix unit tests after introduction of animations - adds delays for click trigger | Morris Jobke | 2014-06-02 | 1 | -0/+7 | |
| * | | | add OC.menuSpeed to control the animation speed of menu toggle | Morris Jobke | 2014-06-02 | 1 | -7/+8 | |
| * | | | Adds Animation to Toggling Navigation on < 768px widths | raghunayyar | 2014-06-02 | 1 | -4/+4 | |
| |/ / | ||||||
* | | | Merge pull request #8613 from owncloud/filesize-alignment | Morris Jobke | 2014-06-02 | 2 | -1/+22 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | display "<1 kB" for really small files | Morris Jobke | 2014-06-02 | 2 | -1/+22 | |
* | | | Merge pull request #8718 from owncloud/share_icons_for_shared_by | Vincent Petry | 2014-06-02 | 1 | -13/+31 | |
|\ \ \ | ||||||
| * | | | add share icons for folders shared by the current user | Bjoern Schiessle | 2014-05-30 | 1 | -13/+31 | |
* | | | | Merge pull request #8187 from owncloud/escape-more-character | Morris Jobke | 2014-06-02 | 2 | -1/+12 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Fix typo | Lukas Reschke | 2014-05-31 | 1 | -1/+1 | |
| * | | | Add unit tests for escapeHTML | Lukas Reschke | 2014-05-28 | 1 | -0/+11 | |
| * | | | Also encode > and ' | Lukas Reschke | 2014-04-13 | 1 | -1/+1 | |
* | | | | Fix undefined JS on login/setup page | Vincent Petry | 2014-05-30 | 1 | -3/+3 | |
| |/ / |/| | | ||||||
* | | | Fix fileList fallback in OC.Share for outside files app | Vincent Petry | 2014-05-30 | 1 | -3/+10 | |
* | | | Sharing overview fixes and unit tests | Vincent Petry | 2014-05-30 | 1 | -21/+24 | |
* | | | Fix IE8 issue when icon is not defined | Vincent Petry | 2014-05-30 | 1 | -1/+1 | |
* | | | Fixed file actions for sharing views | Vincent Petry | 2014-05-30 | 1 | -6/+18 | |
* | | | Added sharing overview page (WIP) | Vincent Petry | 2014-05-30 | 1 | -1/+10 | |
* | | | Merge pull request #8727 from owncloud/upgrade-overview | Lukas Reschke | 2014-05-29 | 2 | -24/+88 | |
|\ \ \ |