Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Merge branch 'Superduper-Progressbar-branch-thingie' of https://github.com/lu... | Vincent Petry | 2016-05-12 | 4 | -9/+120 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Optimized time formatting, optimized time smoothing. | luckydonald | 2014-08-14 | 1 | -11/+8 | |
| | * | | | | | Changes for scrutinizer. Yay! | luckydonald | 2014-08-13 | 1 | -15/+29 | |
| | * | | | | | fixed browser showing the tipsy tooltip as default tooltip twice. | luckydonald | 2014-08-13 | 1 | -1/+1 | |
| | * | | | | | Fixed "Any minute now" staying because of undefined buffer. Also increased bu... | luckydonald | 2014-08-13 | 1 | -3/+6 | |
| | * | | | | | Updated String formatting. Label font-weight was already normal. | luckydonald | 2014-08-13 | 2 | -11/+11 | |
| | * | | | | | Fixed Positioning, fixed formatting for both mobile and desktop. | luckydonald | 2014-08-13 | 2 | -9/+40 | |
| | * | | | | | Added remaining time displaying, moved Information to tooltip, removed now un... | luckydonald | 2014-08-12 | 3 | -18/+27 | |
| | * | | | | | ...in case the text gets to big, don't wrap to new line. Instead just cut it. | luckydonald | 2014-08-11 | 1 | -0/+4 | |
| | * | | | | | Updated and optimized Mobile Layout as well. | luckydonald | 2014-08-11 | 4 | -4/+19 | |
| | * | | | | | Fixed translations, indentation and renamed the .percents class to .speed class. | luckydonald | 2014-08-10 | 3 | -10/+10 | |
| | * | | | | | Upload progress bar now displays informations about uploades size (12kB of 3M... | luckydonald | 2014-08-10 | 3 | -5/+45 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-13 | 136 | -132/+172 | |
|/ / / / / / | ||||||
* | | | | | | Move Files app to PSR-4 (#24569) | Joas Schilling | 2016-05-12 | 23 | -11/+10 | |
* | | | | | | Background jobs from info.xml (#24582) | Joas Schilling | 2016-05-12 | 19 | -209/+28 | |
* | | | | | | Move the testing app to PSR-4 (#24580) | Joas Schilling | 2016-05-12 | 1 | -0/+0 | |
* | | | | | | Move files_versions to PSR-4 (#24571) | Joas Schilling | 2016-05-12 | 13 | -2/+5 | |
* | | | | | | Move files_trashbin to PSR-4 (#24570) | Joas Schilling | 2016-05-12 | 18 | -14/+16 | |
* | | | | | | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 94 | -7/+8 | |
* | | | | | | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 39 | -98/+115 | |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-12 | 22 | -4/+48 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Make permalinks work for trashed files (#24537) | Vincent Petry | 2016-05-11 | 3 | -30/+139 | |
* | | | | | Move Provisioning api to PSR-4 (#24510) | Joas Schilling | 2016-05-11 | 8 | -176/+194 | |
* | | | | | Merge pull request #24568 from owncloud/fix_24566 | Thomas Müller | 2016-05-11 | 1 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix test race condition | Roeland Jago Douma | 2016-05-11 | 1 | -1/+2 | |
* | | | | | | use the UID for creating the session token, not the login name | Christoph Wurst | 2016-05-11 | 2 | -7/+14 | |
* | | | | | | create session token for DAV clients (sync clients) | Christoph Wurst | 2016-05-11 | 1 | -0/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #24433 from owncloud/user_psr4 | Thomas Müller | 2016-05-11 | 1 | -5/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | fix usage of legacy class in LDAP | Morris Jobke | 2016-05-10 | 1 | -5/+5 | |
* | | | | | | Yo-ho-oh - Murder all band 'o pirates | Thomas Müller | 2016-05-11 | 8 | -42/+0 | |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-11 | 6 | -4/+94 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #24401 from owncloud/trash-list-cache | Vincent Petry | 2016-05-10 | 1 | -46/+38 | |
|\ \ \ \ \ | ||||||
| * | | | | | use the cache for trash listing | Robin Appelman | 2016-05-03 | 1 | -46/+38 | |
* | | | | | | Merge pull request #24434 from owncloud/permalinks | Lukas Reschke | 2016-05-10 | 11 | -25/+317 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Do not encode slashes in "dir" URL param in files JS | Vincent Petry | 2016-05-06 | 2 | -16/+33 | |
| * | | | | | | Add anchor icon in sidebar to copy permalink | Vincent Petry | 2016-05-06 | 3 | -3/+53 | |
| * | | | | | | Auto-add fileid in URL for currently displayed folder | Vincent Petry | 2016-05-06 | 5 | -13/+78 | |
| * | | | | | | Add route to resolve fileid to files app URL | Vincent Petry | 2016-05-06 | 3 | -3/+163 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-10 | 258 | -736/+668 | |
* | | | | | | | Merge pull request #24466 from owncloud/issue_13936_wording_ldap | Morris Jobke | 2016-05-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | wording in LDAP wizard | davicente | 2016-05-04 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-09 | 6 | -16/+38 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-08 | 14 | -2/+120 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-07 | 16 | -0/+64 | |
* | | | | | | | Merge pull request #24400 from owncloud/cache_shareManager | Vincent Petry | 2016-05-06 | 1 | -4/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Cache shareManager | Roeland Jago Douma | 2016-05-02 | 1 | -4/+5 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-06 | 16 | -22/+104 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-05 | 24 | -28/+132 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-04 | 8 | -12/+36 | |
* | | | | | | Merge pull request #24406 from owncloud/psr4-comments-systemtags-updatenotifi... | Roeland Douma | 2016-05-04 | 12 | -1/+3 | |
|\ \ \ \ \ \ |